Displaying 2 results from an estimated 2 matches for "vvvlogdtprc".
Did you mean:
vvvlogdtpr
2007 Jul 20
0
[ycui1@bloomberg.com: Re: rsync bug?? (rsync fails when -C is used).]
...issue with running rsync on that
remote machine duplicate the exact same directory, locally. I assume
the part of code that creates the file list is same for both local
rsync and remote rsync.
Here is the output of running with -vvv:
opening connection using ssh sundev2 rsync --server --sender -vvvlogDtprC . /home/john/data
[receiver] add_rule(:C .cvsignore)
[receiver] add_rule(-C )
[receiver] add_rule(- RCS) [global CVS]
[receiver] add_rule(- SCCS) [global CVS]
[receiver] add_rule(- CVS) [global CVS]
[receiver] add_rule(- CVS.adm) [global CVS]
[receiver] add_rule(- RCSLOG) [global CVS]
[receiver] a...
2005 Apr 26
1
Bug#306368: filter rules are too modern for remote rsync (which is 2.5.6)
...the command I've tried to execute on my Debian system:
>
> rsync -Cavvv ~/ports-utils bfc1:
> (bfc1 is the remote Fedora Core 1 host with rsync 2.5.6)
>
> Here is the output from rsync on Debian:
>
> opening connection using /home/feldgendler/bin/ssh bfc1 rsync --server -vvvlogDtprC .
> [sender] add_rule(-C )
> [sender] add_rule(- RCS) [cvsignore]
> [sender] add_rule(- SCCS) [cvsignore]
> [sender] add_rule(- CVS) [cvsignore]
> [sender] add_rule(- CVS.adm) [cvsignore]
> [sender] add_rule(- RCSLOG) [cvsignore]
> [sender] add_rule(- cvslog.*) [cvsignore]
>...