improve the excludes in the example config

This commit is contained in:
Andreas Zweili 2019-02-04 15:48:40 +01:00
parent 23dd1ae1a8
commit 1a1aa5dee8
1 changed files with 11 additions and 11 deletions

View File

@ -1,17 +1,17 @@
[DEFAULT] [DEFAULT]
excludes = [ excludes = [
"/home/*/.gvfs/", "/home/*/.gvfs",
"/home/*/.cache/", "/home/*/.cache",
"/home/*/.thumbnails/", "/home/*/.thumbnails",
"/home/*/.dropbox/", "/home/*/.dropbox",
"/proc/*", "/proc",
"/sys/*", "/sys",
"/dev/*", "/dev",
"/etc/mtab", "/etc/mtab",
"/var/cache/*", "/var/cache",
"lost+found/*", "lost+found",
"/tmp/*", "/tmp",
"/var/tmp/*", "/var/tmp",
"/home/*/.local/share/Trash" "/home/*/.local/share/Trash"
] ]
port = 22 port = 22