search for: my_schemat

Displaying 2 results from an estimated 2 matches for "my_schemat".

Did you mean: my_schema
2002 Sep 10
1
Rsync with multiple huge filesystems
.... Below is the rsync code: #cat sync.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesystem entries to be sync-ed. There are 5 of such text files which serves as input to the script. Each filesystems are between 10GB-15GB in size, and...
2002 Sep 10
0
(no subject)
.... Below is the rsync code: #cat sync.sh for i in `cat datafile.txt` do echo rsync -avz --dry-run --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i /usr/intel/bin/rsync -av --rsync-path=/usr/bin/rsync --delete $i myfileserver.pg.willow.com:$i done #cat datafile.txt /f1/my_schematics /f2/layout_design /f3/clock_time /f5/data_padding .... (list continues...) Each text file to be read from the script contains about 8 - 10 filesystem entries to be sync-ed. There are 5 of such text files which serves as input to the script. Each filesystems are between 10GB-15GB in size, and...