DO NOT REPLY [Bug 4786] deletes files in parent directory when destination directory doesn't exist

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4786 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4768 --- Comment #8 from [EMAIL PROTECTED] 2007-07-13 22:49 CST --- (In reply to comment #6) > Oh dear! It doesn't copy a/2. That was indeed the case in 2.6.9, but fortunately not in 3.0.0 (where the hard-link code is much improved). So, m

DO NOT REPLY [Bug 4786] New: deletes files in parent directory when destination directory doesn't exist

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4786 Summary: deletes files in parent directory when destination directory doesn't exist Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW

Re: Mass software update distribution + checksum-updating

2007-07-13 Thread Gavriel State
Hi Wayne, Thanks for your response - it's much appreciated. Comments below Wayne Davison wrote: The only checksum that is being cached is the one that the user can optionally request for a pre-transfer check. It's not usually needed, unless the "quick check" algorithm (size + mtime) has a

Re: Mass software update distribution + checksum-updating

2007-07-13 Thread Gavriel State
Hi Wayne, Thanks for your response - it's much appreciated. Comments below Wayne Davison wrote: The only checksum that is being cached is the one that the user can optionally request for a pre-transfer check. It's not usually needed, unless the "quick check" algorithm (size + mtime) has a chan

Re: rsync replacement

2007-07-13 Thread Chris Shoemaker
On Fri, Jul 13, 2007 at 03:21:43PM -0400, Mike Jackson wrote: > Looking for more efficient replication or synchronization solution > than rsync, take a look at syncdat by www.dataexpedition.com Hi Mike, You seem to have a misunderstanding about what qualifies as on-topic for the rsync maili

DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4768 --- Comment #7 from [EMAIL PROTECTED] 2007-07-13 16:12 CST --- hello, i use this command-line to sync the backup: rsync -l -H -r -t -D -p -v -P --bwlimit=10 -z --delete-after --force --timeout=300 --exclude-from=/cron/backup_server.not -

Re: DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread Jamie Lokier
[EMAIL PROTECTED] wrote: > (In reply to comment #4) > > i can't find the option --no-tweak-hlinked in rsync. > > That's because there is no such option in rsync. It's a proposed patch. It's > also not needed if you use --ignore-existing, as I suggested. > > I'm not planning to add the option yo

Re: rsync replacement

2007-07-13 Thread Warren Oates
On 7/13/07, Mike Jackson <[EMAIL PROTECTED]> wrote: Looking for more efficient replication or synchronization solution than rsync, take a look at syncdat by www.dataexpedition.com Mike -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: ht

DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4768 --- Comment #6 from [EMAIL PROTECTED] 2007-07-13 15:22 CST --- (In reply to comment #5) > (In reply to comment #4) > > i can't find the option --no-tweak-hlinked in rsync. > > That's because there is no such option in rsync. It's a pro

rsync replacement

2007-07-13 Thread Mike Jackson
Looking for more efficient replication or synchronization solution than rsync, take a look at syncdat by www.dataexpedition.com Mike -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4768 [EMAIL PROTECTED] changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 4768] problem sync big filesystem over slow connection

2007-07-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4768 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

Re: Beginner needs a guide

2007-07-13 Thread Paul Slootman
On Fri 13 Jul 2007, Stuart Halliday wrote: > > I tried the command > > rsync -rDPt --delete > --include-from=c:\include_list.txt > --exclude-from=c:\exclude_list.txt > /cygdrive/d/source/ /cygdrive/e/backup > > But the trouble is that no matter what I put in the include_list file it > always

Beginner needs a guide

2007-07-13 Thread Stuart Halliday
Hi, I'm trying to get rsync to use a list of directories and their contents to to another drive on a Windows XP machine. I tried the command rsync -rDPt --delete --include-from=c:\include_list.txt --exclude-from=c:\exclude_list.txt /cygdrive/d/source/ /cygdrive/e/backup But the trouble is th