On Thu, 2009-06-04 at 14:29 +0800, jam wrote: > rsync -xa -e ssh --exclude=.gvfs [...] tigger:/home/ [...] > rsync -xa -e ssh --exclude=.gvfs [...] tigger:/root/ [...]
.gvfs is mounted as a FUSE filesystem, so that if you include --one-file-system (or -x), you won't need to exclude .gvfs explicitly, and you get the added bonus of not backing up any other random mountpoint that happens to manifest itself within your filesystem.
signature.asc
Description: This is a digitally signed message part
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
