Displaying 1 result from an estimated 1 matches for "data_hdd1".
Did you mean:
data_addr
2008 Sep 23
1
help required for passing parameters to rsync within a script
...t I can't get the correct
quoting/escaping... any ideas?
eg cmd line (all on a single line):
/home/horace/mccssmb2/src/rsync-2.6.9__icc/rsync --times --links -z
--progress --stats -v -rP --filter='+ */' --filter='+ CONC*' --filter='-
*' . michael@ratty.phy.umist.ac.uk:/data_hdd1/michael/`basename $PWD`
but I can't see how to sort FILTER in this bash script such that + and
*/ all work properly... ta, Michael
# cmd - need newer than system rsync
RSYNC_EXE=${HOME}/src/rsync-2.6.9__icc/rsync
RSYNC_CMDS='--times --links -z --progress --stats -v --dry-run -rP'
# s...