Re: how to reduce rsync system usage

2005-05-27 Thread Joost van den Broek
No daemon required when using ssh. So you would specify the following: [EMAIL PROTECTED]:/path/to/webserver /path/to/bak/ (the --rsh parameter you specified is afaik correct) - Joost On Friday 27 May 2005 07:27, dtra wrote: sorry, you're prolly tired of me by now when i try this, it says

Re: Always exitcode 256 under Cygwin with rsync 2.6.4

2005-04-04 Thread Joost van den Broek
On Monday 4 April 2005 16:39, Paul Haas wrote: If I understand the problem, it looks like it is fixed in Cygwin 1.5.14-1, which was released sometime on Saturday. http://cygwin.com/ml/cygwin/2005-04/msg00073.html The Cygwin 1.5.14-1 announcement includes this change: - cgf: Right shift

Always exitcode 256 under Cygwin with rsync 2.6.4

2005-04-03 Thread Joost van den Broek
I've upgraded all my Windows servers with the new released cwRsync version, so they're all running the latest rsync now. But this version seems to ignore exitcodes, since my batchscript does not restart the job when a timeout occurs. Before, rsync did set the errorlevel on exit, so my script

Re: AW: [rsync-announce] Rsync 2.6.4 released

2005-03-31 Thread Joost van den Broek
What about talking English, so we can also understand what you say. I really thought there are English only groups. Thanks. But to stay on-topic, great job Wayne! I'm going to implement this version slowly in my environments and hopefully it operates as stable as 2.6.3 did :) I'm looking

Re: Incremental Backups

2005-02-19 Thread Joost van den Broek
On Thursday 17 February 2005 02:24, [EMAIL PROTECTED] wrote: I read the following hint at: http://www.mikerubel.org/computers/rsync_snapshots/#Incremental mv backup.0 backup.1 rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/ I simply want to maintain a dated backup of

log deletes with --log-format?

2005-02-15 Thread Joost van den Broek
Hi, Is there a possibility to log deletes as well when using the --log-format parameter? Currently I use --log-format='[%%t] %%o %%f' under win32 instead of -v. This works nice for all files being transfered, but doesn't log any deletes. Thanks, Joost -- To unsubscribe or change options:

Re: Shared remote repository

2004-11-28 Thread Joost van den Broek
On Saturday 27 November 2004 13:32, Tony Mobily wrote: This should make it possible for me and Max to modify files on the remote server OR on the local file system, knowing that the server will always have the latest version of every file. You probably wanna check out Unison to do this. See

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

2004-11-17 Thread Joost van den Broek
I use cwRsync for rsync on win32: http://www.itefix.no/cwrsync/ Joost. On Wednesday 17 November 2004 18:26, BuyLinuxDVD wrote: Hello, Where can I find latest rsync binary for Windows XP? The only binaries for Windows I came across on searching with Google are 2.4.x and 2.5.x on

Re: rsync retry after connection failure

2004-10-31 Thread Joost van den Broek
Justin Banks wrote: Seems like a pretty simple shell script, to me. I forget to mention i'm talking about win32 rsync clients. Not sure how to script that under this OS, any suggestions are welcome. Joost -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

Re: rsync retry after connection failure

2004-10-31 Thread Joost van den Broek
On Sunday 31 October 2004 12:24, Joost van den Broek wrote: I was wondering if there's a way to get rsync reconnect every specified secs/mins when a connection can't be established at the time rsync is initiated. That would mean that no remote (WAN) backups will ever fail again on me, because

--ignore-times transfers all files every sync

2004-10-30 Thread Joost van den Broek
I'm using several Windows 2000 clients to sync their contents with an Linux rsync server. Since I found out that some files not always changes their mod-time and size, while they're actually changed, I decided to use the --checksum option. Unfortunately this option is very slow and requires