Re: RSync --compare-dest

2006-07-17 Thread Matt McCutchen
On 7/17/06, Sosin <[EMAIL PROTECTED]> wrote: rsync: read error: Connection reset by peer (104) rsync error: error in rsync protocol data stream (code 12) at io.c(610) [sender=2.6.8] That error message usually means that the network connection between the sending and receiving rsync processes dr

Re: RSync --compare-dest

2006-07-17 Thread Sosin
this message in context: http://www.nabble.com/RSync---compare-dest-tf1938366.html#a5356762 Sent from the Samba - rsync forum at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart

Re: RSync --compare-dest

2006-07-13 Thread Matt McCutchen
On 7/13/06, Sosin <[EMAIL PROTECTED]> wrote: Acutally it doesn't nothing except producing output like this: building file list ... /long/path/file1 /long/path/file1 /long/path/file1 ... sent 238708 bytes received 42758 bytes 2225.03 bytes/sec total size is 1030260483 speedup is 3660.34 Files

Re: RSync --compare-dest

2006-07-13 Thread Sosin
ackup/prodserver/tuesday/ It looks like rsync copy them somewhere, but where? Regards, Sosin -- View this message in context: http://www.nabble.com/RSync---compare-dest-tf1938366.html#a5314626 Sent from the Samba - rsync forum at Nabble.com. -- To unsubscribe or change options: https://lists.samb

Re: RSync --compare-dest

2006-07-13 Thread Matt McCutchen
On 7/13/06, Sosin <[EMAIL PROTECTED]> wrote: rsync -av --delete-excluded --exclude-from=/cygdrive/d/bin/backup/excludes.txt --compare-dest=/cygdrive/e/backup-monday/ //prodserver/d$/ /cygdrive/f/backup/prodserver/tuesday/ That command looks correct. What is rsync doing? Error message? Copying

RSync --compare-dest

2006-07-13 Thread Sosin
View this message in context: http://www.nabble.com/RSync---compare-dest-tf1938366.html#a5311540 Sent from the Samba - rsync forum at Nabble.com. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync --compare-dest creates all dirs and symlinks

2005-10-19 Thread Dirk Schenkewitz
Hi Wayne, Wayne Davison wrote: On Tue, Oct 18, 2005 at 08:07:56PM +0200, Dirk Schenkewitz wrote: What happens is that rsync creates the whole tree of directories below /data/A/gany.1/lib and also created all symlinks within that tree. Yes, that's the way rsync currently works. I'm consider

Re: rsync --compare-dest creates all dirs and symlinks

2005-10-18 Thread Wayne Davison
On Tue, Oct 18, 2005 at 08:07:56PM +0200, Dirk Schenkewitz wrote: > What happens is that rsync creates the whole tree of directories below > /data/A/gany.1/lib and also created all symlinks within that tree. Yes, that's the way rsync currently works. I'm considering making --compare-dest and --li

rsync --compare-dest creates all dirs and symlinks

2005-10-18 Thread Dirk Schenkewitz
Hi all, Being a rsync newbie, I wanted to use rsync for frequent backups that should only contain the changes. First I made copy of the important partition of the remote PC ("gany") using dd and mounted the resulting local file using a loop device under /mnt/gany. Then I tried: rsync -Haziv --