Displaying 1 result from an estimated 1 matches for "copy_control".
Did you mean:
conf_control
2005 Oct 18
1
Help needed with filtering rules - how to copy named directories only
...ly a pull operation, but
I could set it up as a push.
I've read the man page twice, looked at the FAQ, examples and searched on
google but no joy.
My command looks like the following:
RSYNC=/apps/IRDtools/pkgs/pd/rsync/prod/bin/rsync
$RSYNC -vv --dry-run -a --rsync-path=$RSYNC --exclude-from=copy_control
<hostname>:/apps/IRDtools/pkgs /apps/IRDtools/pkgs
copy_control looks like this:
+ lib/
- *
This exludes everything as the parent directories are not matched so I've
also tried:
+ */
+ lib/
- *
But this copies a load of directories without "lib" somewhere in the path
which...