Re: cwRsync : send all output to a file

2006-04-25 Thread Aaron Morris
On 4/25/06, Hamish Robertson <[EMAIL PROTECTED]> wrote: > Hello > > I have been using cwRsync on some Windows boxes, backing up to a Linux server. > I have found some issues which files being open and not being copied etc, so I > decided that I would log the output from the rsync command on the Win

cwRsync : send all output to a file

2006-04-25 Thread Hamish Robertson
Hello I have been using cwRsync on some Windows boxes, backing up to a Linux server. I have found some issues which files being open and not being copied etc, so I decided that I would log the output from the rsync command on the Windows clients so that I can look at them. On the Windows boxes, I

Re: no differencial backup

2006-04-25 Thread Wayne Davison
On Wed, Apr 19, 2006 at 09:24:17AM +0200, Jordi de Groot wrote: > Anybody knows if rsync modifies the archive bit? Rsync does not know anything about an archive bit since this is not a POSIX feature. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: Problem on using rsync/cygwin

2006-04-25 Thread Wayne Davison
On Tue, Apr 25, 2006 at 09:41:21AM +0800, ?? wrote: > it works but It can only transfer some files(maybe 10 files, maybe 20 > files), then the rsync client paused and dont show any more transfer. This sounds like the cygwin problem with non-blocking pipes that has been mentioned many times bef

Re: deletion those files from destination directory, that no longer exist in source directory.

2006-04-25 Thread Wayne Davison
On Tue, Apr 25, 2006 at 04:20:48PM +0200, Pawel wrote: > prompt# rsync --delete /tmp/dir1/* /tmp/dir2/ This is mentioned specifically in the man page: --delete This tells rsync to delete extraneous files from the receiving side (ones that aren't on the sending side), but only for the director

deletion those files from destination directory, that no longer exist in source directory.

2006-04-25 Thread Pawel
Hallo I thought that I need to use `--delete' option for that, but it looks like not. Problem explanation: prompt# ls /tmp/dir1/ /tmp/dir2/ /tmp/dir1/: fil1.txt /tmp/dir2/: fil1.txt fil2.txt prompt# rsync --delete /tmp/dir1/* /tmp/dir2/ prompt# ls /tmp/dir1/ /tmp/dir2/ /tmp/dir1/: fil1.txt /tm

DO NOT REPLY [Bug 3718] RSync should verify permission/time before commiting a change

2006-04-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3718 [EMAIL PROTECTED] changed: What|Removed |Added Severity|major |normal --- Comment #4 from [EMAI