Displaying 1 result from an estimated 1 matches for "files_included".
2002 Aug 12
3
--include option
...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 --include-from=files_included /stor/circuit_design/
mickey.willowglen.com:/stor/circuit_design/
However, after rsync is invoked, the other sub-directories i.e
test_simulations and pattern_flow were also...