Displaying 3 results from an estimated 3 matches for "cniv".
Did you mean:
cni
2015 Apr 18
2
Skip based on checksum not worked as expected when using with complex filter rules.
...a file you don't think it should
> be see what --itemize-changes says about it. In fact, -v is almost
> entirely useless without --itemize-changes. In fact, if I was in charge
> I would make -v include --itemize-changes.
Thanks a lot for your hints.
Based on your hints, I use the `-cniv' options combinations and do the
extract as follows on the output of rsync:
awk '/^>fc/'
And it does the trick.
Regards
--
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.
2015 Apr 18
0
Skip based on checksum not worked as expected when using with complex filter rules.
...t;> should be see what --itemize-changes says about it. In fact, -v
>> is almost entirely useless without --itemize-changes. In fact,
>> if I was in charge I would make -v include --itemize-changes.
>
> Thanks a lot for your hints.
>
> Based on your hints, I use the `-cniv' options combinations and do
> the extract as follows on the output of rsync:
>
> awk '/^>fc/'
>
> And it does the trick.
>
> Regards
>
- --
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
Kevi...
2015 Apr 18
2
Skip based on checksum not worked as expected when using with complex filter rules.
Hi all,
I've a local repository for Debian, and I'm doing some rsync testings on
it. See the following commands for detail:
werner at debian:~/software/LocalRepo$ rsync -amvHKLPRSB131072 -n \
ftp.uk.debian.org::debian/./dists/wheezy-updates/main/\
debian-installer/binary-amd64/Packages.gz \
repo.debian.local/debian/
[snip]