Problem on using rsync/cygwin

2006-04-24 Thread 王在祥
I have setup a cygwin environment, and startup the sshd server in a WINDOWS 2000 Advanced Server, then i would like to using rsync to backup files from the server, 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 trans

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

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3718 --- Comment #3 from [EMAIL PROTECTED] 2006-04-24 16:13 MST --- (In reply to comment #0) > I checked the code, and noticed that before "rsync" commit the temp file > (finish_transfer @ rsync.c), it changes the file attributes (using > 's

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

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3718 --- Comment #2 from [EMAIL PROTECTED] 2006-04-24 15:22 MST --- (In reply to comment #1) > I think it is better to keep the file and let a future rsync run try to fix > any > failed ownership problems. Waine - I hope that you will reco

RE: cwRsync logs

2006-04-24 Thread Tevfik Karagülle
Hi, cwRsync is implementation of plain vanilla rsync on cygwin and accepts --stats option: --- Example - C:\Program Files\cwRsync\bin>rsync --stats * tmp skipping directory tmp Number of files: 14 Number of files transferred: 14 Total file size: 6287854 bytes Total transferred fi

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

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3718 --- Comment #1 from [EMAIL PROTECTED] 2006-04-24 14:30 MST --- > However, it does not check if the file attributes were updated succesfully. Sure it does -- it checks the return status of the various calls that it makes and outputs warn

DO NOT REPLY [Bug 3719] Improved "--update" logic

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3719 [EMAIL PROTECTED] changed: What|Removed |Added Severity|major |enhancement Status|NEW

cwRsync logs

2006-04-24 Thread Robert Fitzpatrick
Using cwRsync on Windows, is there any way to get the standard rsync stats at the end? It does not look like '--stats' is an option for cwRsync and verbose does not provide the stats. -- Robert -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, r

DO NOT REPLY [Bug 3719] New: Improved "--update" logic

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3719 Summary: Improved "--update" logic Product: rsync Version: 2.6.5 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P3 Component: core

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
Just changed by scripts and that was definately my problem and its fixed. Thank you panos --- Panos Koutsoyannis <[EMAIL PROTECTED]> wrote: > Ah...That make sense. I do not stop it politely .. > you are right. I will fix up the signal handling > and > give it whirl. > > Thanks > > Pan

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
Ah...That make sense. I do not stop it politely .. you are right. I will fix up the signal handling and give it whirl. Thanks Panos --- Paul Slootman <[EMAIL PROTECTED]> wrote: > On Mon 24 Apr 2006, Panos Koutsoyannis wrote: > > > > - I use rsync over ssh to sync over our wan. > > - I sync

Re: Problems with rsync, large files and partial.

2006-04-24 Thread Paul Slootman
On Mon 24 Apr 2006, Panos Koutsoyannis wrote: > > - I use rsync over ssh to sync over our wan. > - I sync over an 8 hour window every night. > - After 8 hours if the sync is not complete, it gets > killed and restarts the next evening. How do you kill it? Via kill -9? > - I do notice a bunch .fi

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

2006-04-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3718 Summary: RSync should verify permission/time before commiting a change Product: rsync Version: 2.6.5 Platform: Sparc OS/Version: Solaris Status: NEW Severity

Problems with rsync, large files and partial.

2006-04-24 Thread Panos Koutsoyannis
I can't seem to get rsync to restart where it left off when I am syncing a large file (> 5GB). Below is some info on what I have been doing. If someone has the energy to barrel through my comments that would be great. Out of curiosity is there an alternative to rsync for large files? I believe