Displaying 1 result from an estimated 1 matches for "fs22".
Did you mean:
fc22
2002 Jul 25
2
rsync with --exclude files
HI,
I'm trying to exclude some files & directories from a filesystem which I
would like to copy to a different site. I did:
# rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt
/fs22/a/circuit_design mickey.willow.com:/cpu/store/design
where file /fs21/tmp/perl_scripts/exclude.txt contains the following
directories and files to be excluded from /fs22/a/circuit_design :
# cat /fs21/tmp/perl_scripts/exclude.txt
/fs22/a/circuit_design/file1
fs22/a/circuit_design/file2
f...