DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #4 from [EMAIL PROTECTED] 2007-09-16 19:16 CST --- (In reply to comment #3) > Well i tried your command and it worked without errors... > > But i saw also that all files were symlinks, maybe thats the reason why it > doesnt

RE: File changed during save....

2007-09-16 Thread Tony Abernethy
[EMAIL PROTECTED] wrote: > > > Note that back-to-back rsyncs make the window of opportunity much > > much smaller for things to change during transit. > > yes, but it still leaves room for corrupted transfers nobody > would probably know about !? > With UNIX file semantics, Loop until nothing i

DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #3 from [EMAIL PROTECTED] 2007-09-16 17:26 CST --- Well i tried your command and it worked without errors... But i saw also that all files were symlinks, maybe thats the reason why it doesnt works? Gr Erwin -- Configure

RE: File changed during save....

2007-09-16 Thread devzero
sounds interesting - are you speaking about a special rsync version or about this helper script: http://marc.info/?l=rsync&m=115822570129821&w=2 ? > -Ursprüngliche Nachricht- > Von: "Stephen Zemlicka" <[EMAIL PROTECTED]> > Gesendet: 16.09.07 19:43:54 > An: "'roland'" <[EMAIL PROTECTED]

RE: File changed during save....

2007-09-16 Thread devzero
> Note that back-to-back rsyncs make the window of opportunity much > much smaller for things to change during transit. yes, but it still leaves room for corrupted transfers nobody would probably know about !? > -Ursprüngliche Nachricht- > Von: <[EMAIL PROTECTED]> > Gesendet: 16.09.07 1

DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #2 from [EMAIL PROTECTED] 2007-09-16 17:10 CST --- (In reply to comment #0) > Hello, I'm using the backup script from > http://www.mikerubel.org/computers/rsync_snapshots/ for some time now without > probs. > But lately (like

Re: File changed during save....

2007-09-16 Thread devzero
> Handling of concurrent changes to source files is one of rsync's > weaknesses. too bad, but good to know :) >The rsync sender naively reads each source file from > beginning to end and sends what it sees; it doesn't detect if source > files change while being transferred. that`s what i fea

DO NOT REPLY [Bug 4977] rsync: failed to set times on

2007-09-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 --- Comment #1 from [EMAIL PROTECTED] 2007-09-16 16:52 CST --- Ah yes the command i use is: $RSYNC \ -va --delete --delete-excluded \ --exc

DO NOT REPLY [Bug 4977] New: rsync: failed to set times on

2007-09-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4977 Summary: rsync: failed to set times on Product: rsync Version: 2.6.9 Platform: x86 URL: http://www.mikerubel.org/computers/rsync_snapshots/ OS/Version: Linux Status: NEW

RE: File changed during save....

2007-09-16 Thread Stephen Zemlicka
If you're on windows, someone wrote a vss patch for rsync. I haven't used it extensively though but it has worked for in-use outlook pst files so far. I plan on testing it with exchange and sql databases in the near future. _ Stephen Zemlicka Integrated Computer Techno

RE: File changed during save....

2007-09-16 Thread Tony Abernethy
Matt McCutchen wrote: > > On 9/15/07, roland <[EMAIL PROTECTED]> wrote: > > what`s the rsync equivalent to this? > > how can i see which files changed while rsync was > transferring them ? > > Handling of concurrent changes to source files is one of rsync's > weaknesses. The rsync sender naivel

Re: File changed during save....

2007-09-16 Thread Matt McCutchen
On 9/15/07, roland <[EMAIL PROTECTED]> wrote: > what`s the rsync equivalent to this? > how can i see which files changed while rsync was transferring them ? Handling of concurrent changes to source files is one of rsync's weaknesses. The rsync sender naively reads each source file from beginning

Re: file statistics collection using stat(2) data obtained by rsync

2007-09-16 Thread Matt McCutchen
On 9/16/07, Hugo Connery <[EMAIL PROTECTED]> wrote: > Yes, uid/access time based statistics gathering is quite orthogonal to > rsync's motivation. But, rsync, as it backs up my data, it has access > to all the statistics I need, so why not piggy back the stats gathering > on rsync as a matter of e

Re: Rsync Active Mirroring

2007-09-16 Thread Matt McCutchen
On 9/16/07, Stephen Zemlicka <[EMAIL PROTECTED]> wrote: > Can rsync support active mirroring? I've used robocopy in the past and it > has a –mon switch that can copy ever x changes or every x minutes. I'm > mostly interested in the x changes as the x minutes could easily be > scheduled. Darryl D

RE: file statistics collection using stat(2) data obtained by rsync

2007-09-16 Thread Hugo Connery
Hi Matt and list, Yes, uid/access time based statistics gathering is quite orthogonal to rsync's motivation. But, rsync, as it backs up my data, it has access to all the statistics I need, so why not piggy back the stats gathering on rsync as a matter of efficiency? But, perhaps orthogonal exten