Re: Two same rsync commands give different results on two debian mirrors.

2015-04-14 Thread Hongyi Zhao
On Tue, 14 Apr 2015 11:36:20 +0200, Paul Slootman wrote: > ou should ensure your messages don't mangle the command lines you want > to show. You could have inserted a \ and a newline before the hostname: > > $ rsync -rmnv -f +_README -f -_* \ > ftp.is.co.za::mirror/ftp.debian.org/ftp.us.debian.

Re: Two same rsync commands give different results on two debian mirrors.

2015-04-14 Thread Paul Slootman
On Tue 14 Apr 2015, Hongyi Zhao wrote: > On Tue, 14 Apr 2015 09:32:10 +0200, Paul Slootman wrote: > > > On Tue 14 Apr 2015, Hongyi Zhao wrote: > >> > >> See the following commands: > >> > >> ___ > >> > >> $ rsync -rmnv -f +_README -f -_* ftp.is.co.za::mirror/ftp.debian.o

Re: Two same rsync commands give different results on two debian mirrors.

2015-04-14 Thread Hongyi Zhao
On Tue, 14 Apr 2015 09:32:10 +0200, Paul Slootman wrote: > On Tue 14 Apr 2015, Hongyi Zhao wrote: >> >> See the following commands: >> >> ___ >> >> $ rsync -rmnv -f +_README -f -_* ftp.is.co.za::mirror/ftp.debian.org/ >> ftp.us.debian.org/debian Please see the above lin

Re: Two same rsync commands give different results on two debian mirrors.

2015-04-14 Thread Paul Slootman
On Tue 14 Apr 2015, Hongyi Zhao wrote: > > See the following commands: > > ___ > > $ rsync -rmnv -f +_README -f -_* ftp.is.co.za::mirror/ftp.debian.org/ > ftp.us.debian.org/debian > > [snipped] > > receiving file list ... done > > sent 23 bytes received 9 bytes 1.42

Two same rsync commands give different results on two debian mirrors.

2015-04-13 Thread Hongyi Zhao
Hi all, See the following commands: ___ $ rsync -rmnv -f +_README -f -_* ftp.is.co.za::mirror/ftp.debian.org/ ftp.us.debian.org/debian [snipped] receiving file list ... done sent 23 bytes received 9 bytes 1.42 bytes/sec total size is 0 speedup is 0.00 (DRY RUN) $ r