Hallo,
erst einmal vielen Dank für die vielen Antworten - mir ist dadurch einiges klarer geworden!
Ich habe mich jetzt auf folgende Blacklist geeinigt:
# Universal excludes
########################
lost+found
ld.so.cache
# Root file system
########################
- /bin/
- /boot/
- /cdrom/
- /dev/
- /etc/modules.conf
- /lib/
- /lib64/
- /media/
- /mnt/
- /proc/
- /run/
- /sbin/
- /selinux/
- /sys/
- /tmp/
- /usr/
- /var/cache/
- /var/crash/
- /var/lock/
- /var/log/
- /var/run/
- /var/tmp/
# Several
########################
# Backup text files
- *~
- \#*\#
# Commonly distributed Mac OS X cache
- .DS_Store
# Commonly distributed Windows cache
- Thumbs.db
# Filters for home dirs
########################
# Cache
- /home/*/.cache/
# Downloads
- /home/*/Downloads/
# Dropbox
- /home/*/Dropbox
# Temporary files / cache
- /home/*/.local/share/Trash
- /home/*/.cache
- /home/*/.Trash
# X Windows System
- /home/*/.xsession-errors*
# Common Applications
########################
# Adobe Reader
- /home/*/.adobe/**/AssetCache/
- /home/*/.adobe/**/Cache/
- /home/*/.adobe/**/Temp/
- /home/*/.adobe/**/UserCache.bin
# Dropbox temp stuff
- /home/*/.dropbox/
- /home/*/.dropbox-dist/
# Gimp
- /.gimp-*/tmp
- /.gimp-*/swap
# Mozilla Firefox
- /home/*/.mozilla/firefox/*/Cache/
- /home/*/.mozilla/firefox/*/lock
- /home/*/.mozilla/firefox/*/.parentlock
# Mozilla Thunderbird
- /home/*/.mozilla-thunderbird/*/lock
- /home/*/.mozilla-thunderbird/*/.parentlock
# Pidgin (accounts.xml contains passwords in clear text)
- /home/*/.purple/accounts.xml
Falls ich bei meiner Lösung trotz eurer Antworten doch noch etwas nicht berücksichtigt haben sollte, würde ich mich über eine Rückmeldung freuen.
MfG
Christopher