Displaying 1 result from an estimated 1 matches for "fub_layout".
2002 Aug 12
3
--include option
HI,
I'm trying to have files to be included during rsync. I have the filesystem
/stor/circuit_design/, with the following subdirectories as its contents:
clock_speed
fub_layout
test_simulations
pattern_flow
I would only like to rsync the following 2 subdirectories to the destination
machine:
clock_speed
fub_layout
and they're contained in the file called files_included:
# cat files_included
clock_speed
fub_layout
Hence, I invoked rsync as below:
# rsync -avz...