Displaying 2 results from an estimated 2 matches for "nvviirp".
2009 Jul 09
1
Differenc in exclude v 2.6.9 and v 3.0.4
...ajor difference in the behavior of
include/exclude between 2 version of rsync:
opensolaris running rsync version 2.6.9
Cygwin running rsync version 3.0.4
Run from Opensolaris using version 2.6.9 and pulling from a windows XP
box with this cmdline:
(Note: cmds are wrapped for mail)
rsync -nvviirp --inplace --include="Temp/**/" \
--exclude="Temp/**" \
harry@harvey:/cygdrive/c/'Documents\ And\ Settings' \
./DocsSettings >file
Works as was intended... the Temp/ directory shows up and all subdir
but none of the files under Temp/
Then I turn it around a...
2009 Jul 08
1
rsync between windows Opensolaris failures
Can anyone tell me what is wrong in this picture with error output:
rsync -nvviirp --inplace harry@harvey:/cygdrive/c/Documents\ And\ Settings ./docs_settings_$(dtf)
opening connection using ssh harvey -l harry rsync --server --sender -vvnpr --inplace . "/cygdrive/c/Documents And Settings"
harry@harvey's password:
protocol version mismatch -- is your shell clean?...