This bug is marked as Fix Released and noted as fixed upstream, but the
problem persists in sbackup svn on sourceforge (and so in gutsy and
hardy).  The latest revision (79) of /trunk/data/sbackup.conf.example
contains:

regex=\.mp3,\.avi,\.mpeg,\.mpg,\.mkv,\.ogg,\.ogm,\.tmp,/home/[^/]+?/\.thumbnails/,/home/[^/]+?/\.Trash,/home/.mozilla/.+/Cache/

The expression "/home/.mozilla/.+/Cache/" doesn't actually match any
particular user's browser cache and doesn't effectively exclude
anything.  The regex listed above ("/home/[^/]+?/\..+/[cC]ache") seems
like a good candidate for a fix.  Or, perhaps, to exclude only browser
cache:

/home/[^/]+?/\.mozilla/.+/Cache

I've tested the latter here.  It works as expected.

-- 
Sbackup should exclude browser cache files by default?
https://bugs.launchpad.net/bugs/46015
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to