Displaying 2 results from an estimated 2 matches for "layout_design".
2002 Sep 10
1
Rsync with multiple huge filesystems
...nc 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 they
have been specif...
2002 Sep 10
0
(no subject)
...nc 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 they
have been specif...