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
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
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
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
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
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
https://bugzilla.samba.org/show_bug.cgi?id=3718
[EMAIL PROTECTED] changed:
What|Removed |Added
Severity|major |normal
--- Comment #4 from [EMAI