From: Joe Z. <jz...@co...> - 2004-09-07 06:24:25
|
Andy Morris wrote: > is there a way to back up a folder within a main share of the server..ie > > server/share/share-i-want-to-backup > > right now i can only manage to back up the server/share which eats up > my disk space. > > I am using smb to access the servers for backup. > > > Thanks, > Andy > One way to do that is to use the exclude list. Click on "Edit Excludes" to modify the list. See the 'rsync' man page, especially the section 'EXCLUDE PATTERNS'. If there are a lot of directories to exlude, you may be able to exclude them all with a '-' and include the one you want with a '+'. Something like this might work, though I haven't tried it: + /share-i-want-to-backup - * Cheers, Joe |