I was trying to backup up a Windows 95 machine to my linux box. We knew that the drive was bigger than the tape. My husband and I decided not to backup the games since we could easily restore them at a later date from CDs if we needed to. Please bear with the long lines shown as examples below. The following is the command line I am currently trying is /usr/bin/smbtar -v -s sparticus -x SPARTICUSALL -t /dev/st0 -b 512 -X "\Program Files\3DO\ \Games\* \In\Tim.zip \Ka\* \Sierra\* \PhotoDix\*" where SPARTICUSALL is the share to backup minus the directories listed. It failed to exclude the items set for exclude. I had a number of files that did not get backed up that we need to backup. The backup process runs about 3 hours. Any attempts to place the string of exclude files elsewhere in the command resulted in a quick return without even touching the tape. Any suggestions Virginia -- vgkasten@mystery.com
On Sun, 15 Oct 2000 09:10:17 -0400, you wrote:>The following is the command line I am currently trying is > /usr/bin/smbtar -v -s sparticus -x SPARTICUSALL -t /dev/st0 -b 512 -X "\Program Files\3DO\ \Games\* \In\Tim.zip \Ka\* \Sierra\* \PhotoDix\*" > >where SPARTICUSALL is the share to backup minus the directories listed.Are you sure smbtar will expand "*" ? Even if it does, it will take you sometime to get the right format for the exclude dir. I think you'd better use some plain dir name, without * and ?, and maybe try * later. -- giulioo@pobox.com