Run rsync through intermediary server with SSH

2008-12-08 Thread Jimmie Fulton
I'm using rsync, ssh, and cron glued together with Python as a push-based synchronization system. From a single location, I push content out to various offices. I log stdout/stderr on the master server to make sure everything is running smoothly. I would now like for some of our "regional hubs" t

Re: Feature I'd love to see: --move-dest

2008-12-08 Thread Thomas Gutzler
Hi, This seems to be a reappearing request. Interestingly enough, I wanted the exact same thing a while ago and nobody was able to suggest a quick solution without implementing a new feature. I didn't have the time to read into the rsync source code, so I decided to write a little perl script, whi

RE: Feature I'd love to see: --move-dest

2008-12-08 Thread Josh Hanson
David, You make some good points. However, I still think a --move-dest feature would be handy. First of all, --link-dest is nice on platforms and file systems that support hard links, but not all platforms and file systems do, and some that do have tagged them on as an afterthought but don't

DO NOT REPLY [Bug 5954] Implement something like --very-fuzzy

2008-12-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5954 --- Comment #1 from [EMAIL PROTECTED] 2008-12-08 16:40 CST --- (In reply to comment #0) > If rsync were to calculate block hashes for EVERY FILE on BOTH SIDES, and then > use those hashes as the sources of new files, this would not take

Re: Feature I'd love to see: --move-dest

2008-12-08 Thread David Overton
Hi, I'm curious as to why you need a new option rather than just using --link-dest. Both --link-dest and --copy-dest already allow the "two very common restor scenarios" that you mention and --link-dest uses hardly any extra disk space than your --move-dest suggestion. You also get the added adv

Feature I'd love to see: --move-dest

2008-12-08 Thread Josh Hanson
Looking over rsync's --compare-dest, --copy-dest, and --link-dest options, there's one thing I really wish I could do, and I've been looking for a few years now for a program that could do it: Instead of copying or hard-linking from the compare directory to the target directory, I'd like to move th

DO NOT REPLY [Bug 5954] New: Implement something like --very-fuzzy

2008-12-08 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5954 Summary: Implement something like --very-fuzzy Product: rsync Version: 3.1.0 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3

Re: What does "module" option do?

2008-12-08 Thread Matt McCutchen
On Mon, 2008-12-08 at 17:26 +0530, Jignesh Shah wrote: > Could anyone please tell me what "module" option do in below rsync > call and which case it is mandatory? > > rsync -av host::module /dest A module is used when accessing an rsync daemon. See the "CONNECTING TO AN RSYNC DAEMON" section of

rsync 2.6.5

2008-12-08 Thread Deepak K Sharma1
Hello, Currently we are using rsync 2.0 in our system to take backup. But it gives an error when it comes to our one of the folder which has very huge data(50 GB). We got to know that rsync 2.0 is not capable of transfering large amount of data and we were asked to upgrade the versi

Re: UDP

2008-12-08 Thread Jamie Lokier
Charles Darwin wrote: > My question is does rsync use UDP? If not by defaut, then how do I > enable it? Can I compile rsync with UDP as default protocol? rsync uses a byte stream over TCP, SSH, or any other application implementing a byte stream that you want, using the "-e" option. UDP is not

What does "module" option do?

2008-12-08 Thread Jignesh Shah
Hi, Could anyone please tell me what "module" option do in below rsync call and which case it is mandatory? rsync -av host::module /dest Thanks, Jignesh -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman

Idle option in rsync

2008-12-08 Thread Alexey Vlasov
Hi. Is there an option in rsync that would lower loading of the disk, namely loading on a file write/delete? For example, in my case it would be great if after a file writing rsync would sleep for N seconds. My options: rsync -v -a -u -S --delete-during --ignore-errors -b --backup-dir=path --lo