Please add exclusion entries for firefox cache files to the default exclusion list:
/home//.mozilla/firefox/.default/Cache
/home//.mozilla/firefox/.default/OfflineCache
I intentionally included /home/ because it should also work when BiT does a system backup as root.
The ~/ pattern points only to one path (in this case /root).
Actually there are different types of files to exclude. Some files can be excluded from backup altogether (cache files, thumbnails etc.), others should be excludeable from older snapshots but the file should still always be present in the backup (the last snapshot). Files of the latter type include repository files of versioning systems (cvs,svn,bazaar,...) and some databases.
*,v for example should catch rcs files that should be in the backup, but not in every different version.
Other exclusion entries that could be available as preconfigured entries, but deactivated by default:
/home//.VirtualBox/HardDisks
/home//.VirtualBox/Machines//Logs
/home//.VirtualBox/Machines/*/Snapshots
This is deja-dup's build-in exclude list:
~/.cache
~/.thumbnails
~/.gvfs
~/.xsession-errors
~/.recently-used.xbel
~/.recent-applications.xbel
~/.Private
/proc
/tmp
/sys
Imported from Launchpad using lp2gh.
Please add exclusion entries for firefox cache files to the default exclusion list:
/home//.mozilla/firefox/.default/Cache
/home//.mozilla/firefox/.default/OfflineCache
I intentionally included /home/ because it should also work when BiT does a system backup as root.
The ~/ pattern points only to one path (in this case /root).
Actually there are different types of files to exclude. Some files can be excluded from backup altogether (cache files, thumbnails etc.), others should be excludeable from older snapshots but the file should still always be present in the backup (the last snapshot). Files of the latter type include repository files of versioning systems (cvs,svn,bazaar,...) and some databases.
*,v for example should catch rcs files that should be in the backup, but not in every different version.
Other exclusion entries that could be available as preconfigured entries, but deactivated by default:
/home//.VirtualBox/HardDisks
/home//.VirtualBox/Machines//Logs
/home//.VirtualBox/Machines/*/Snapshots
This is deja-dup's build-in exclude list:
~/.cache
~/.thumbnails
~/.gvfs
~/.xsession-errors
~/.recently-used.xbel
~/.recent-applications.xbel
~/.Private
/proc
/tmp
/sys
Imported from Launchpad using lp2gh.