-
-
Save jsta/5dfe8af53de129534d613a0fc707a4a5 to your computer and use it in GitHub Desktop.
Example rsync filter file for excluding temp files and stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rsync Filter for $HOME | |
# Universal excludes -- These apply to all subdirs | |
- [Cc]ache | |
- temp | |
- tmp | |
- octave-core | |
# Emacs temp files | |
- .#* | |
# Exclude certain directories | |
# Anything in Downloads can be downloaded again, so don't save it | |
- /Downloads | |
- /Dropbox | |
# These are too big to include | |
- /Music | |
- /Videos | |
- /Pictures | |
- /bioinformatics | |
# These are transient | |
- /temp | |
- /.local/share/Trash | |
- /.cache | |
# Misc files/dirs to exclude | |
- /.abbrev_defs | |
- /.adobe | |
- /.aspell.en. | |
- /.bogofilter | |
- /.bzr.log | |
- /.compiz/session | |
- /.cpanplus | |
- /.dbus | |
- /.dc_history | |
- /.dropbox | |
- /.dropbox-dist | |
- /.dvdcss | |
- /.esd_auth | |
- /.fontconfig | |
- /.freemind/*.mm | |
- /.gimp-2.6/tmp | |
- /.gimp-2.6/swap | |
- /.gksu.lock | |
- /.googleearth/Cache | |
- /.googleearth/Temp | |
- /.gvfs | |
- /.macromedia | |
- /.marble/data | |
- /.Trash | |
- /.usbcreator.log | |
- /.xsession-errors* |
Author
jsta
commented
Nov 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment