Added some more default excludes as reported by Adam Porter in bug #353412
[matthijs/upstream/backupninja.git] / handlers / rdiff.helper
index 703444c277986ad8d73dbedfd3785bd1d9aeb9d2..d28375e718ad0c822aff2a1cf6ca231c9195124e 100644 (file)
@@ -375,7 +375,7 @@ rdiff_wizard() {
    # Global variables whose '*' shall not be expanded
    set -o noglob
    rdiff_includes=(/var/spool/cron/crontabs /var/backups /etc /root /home /usr/local/*bin /var/lib/dpkg/status*)
-   rdiff_excludes=(/home/*/.gnupg)
+   rdiff_excludes=(/home/*/.gnupg /home/*/.local/share/Trash /home/*/.Trash /home/*/.thumbnails /home/*/.beagle /home/*/.aMule /home/*/gtk-gnutella-downloads)
    rdiff_vsincludes=
    set +o noglob