Re: specifying --bwlimit together with --daemon fails

2004-11-18 Thread Paul Slootman
On Wed 17 Nov 2004, Wayne Davison wrote: See the recent discussion about this: http://www.mail-archive.com/rsync@lists.samba.org/msg11850.html I need to subscribe a gmail account to the rsync list, I didn't find that message in my own archive :-( Thanks. Paul Slootman -- To unsubscribe

Re: downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-18 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wayne Davison wrote: Though I haven't tried it, I believe that means that you can just install rsync and the cygwin dll. Yes, should work as far as rsync is the only cygwin-based tool on the system. This is generally discouraged, though, because

Rsync Quick Reference sheet

2004-11-18 Thread Reuben Pearse
Hi all, Does anyone know of an rsync quick reference sheet? I've seen these before for other projects. They are usually a 2 sided PDF with a summary of basic commands with real world examples. For examples of this see: http://www.linuxdevcenter.com/linux/excerpt/LinuxPG_quickref/linux.pdf

Re: downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-18 Thread BuyLinuxDVD
Thanks everyone for responding. I got rsync via cygwin.com and it worked fine. Cheers, Prem. For Linux DVDs http://www.buylinuxdvd.com For Web Hosting http://www.sweetfruits.net -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: Problem with --backup and deleting a directory: Two directories created

2004-11-18 Thread Johannes Kastl
Hello List, Im sorry I first sent this PM to Wayne. So here again for the list. Hello Wayne, i think Ill have a try with compiling and patching. But first: On 11/17/2004 06:13 PM, Wayne Davison wrote: Note that rsync does not apply the --suffix value to directory names in the backup area.

Re: Rsync Quick Reference sheet

2004-11-18 Thread Bob Bagwill
On Thu, 18 Nov 2004 10:41:14 +, Reuben Pearse [EMAIL PROTECTED] wrote: Does anyone know of an rsync quick reference sheet? When you finish writing it, please send me a copy. :-) -- Bob Bagwill -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,

Re: downloading rsync 2.6.x ( or latest) binary for WinXP?

2004-11-18 Thread Stuart Halliday
Hello, Where can I find latest rsync binary for Windows XP? It's called cwrsync. http://sourceforge.net/project/showfiles.php?group_id=69227 V2.6.3 download the 1.2.7 package. :-) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: Rsync Quick Reference sheet

2004-11-18 Thread Steve Manning
How about rsync --help ? :-) On Thu, 18 Nov 2004 08:11:50 -0500, Bob Bagwill [EMAIL PROTECTED] wrote: On Thu, 18 Nov 2004 10:41:14 +, Reuben Pearse [EMAIL PROTECTED] wrote: Does anyone know of an rsync quick reference sheet? When you finish writing it, please send me a copy. :-) --

Re: timeout and connection to remote rsync server

2004-11-18 Thread Wayne Davison
On Wed, Nov 17, 2004 at 09:52:16PM +0100, Micha? Lasota wrote: Is this option (--timeout) active in this case? The timeout value does not currently affect the socket-connect call, so it only comes into play once data begins to transfer. It would be good to have the connect call timeout, but

Rsync Hangs when syncing two Windows Drives Locally..?

2004-11-18 Thread Jesse Shumaker
I am trying to keep two hard drives mirrored on a local machine. They are both 120 GB and I want to run rsync 3 times a day. I don't have an rsync server running and am only using the rsync.exe with a current cygwin1.dll. the command I use to sync the drives is: rsync -vvva --delete

Problem calling rsync from java on OSX

2004-11-18 Thread Drew Lippolt
rsync and ajug lists, been pulling my hair out on this one. i have some java code which uses the Process object to spawn an rsync connection in --daemon mode. the exact same command executes properly when run from outside java (i.e .on the command line) on osx. it also executes correctly from