RE: Rewritten rsync man page

2007-08-07 Thread Tony Abernethy
Wayne Davison wrote: On Sat, Aug 04, 2007 at 07:26:19PM -0400, Matt McCutchen wrote: What do you all think so far? Am I going in the right direction? I'll hopefully have some time to check into it more later on, but I did give your pages a look and they look pretty good. One thing I

rsync permissions and directory issues

2007-08-07 Thread Roni Gordon
Hi all, I'm running the following rsync job via cron: rsync --recursive --compress --human-readable --progress --update --perms --chmod=a-w -e ssh -i /rsync-key [EMAIL PROTECTED]:/source_dir/ /target_dir rsync: failed to set permissions on /target_dir/.: Operation not permitted (1) rsync:

Re: rsync permissions and directory issues

2007-08-07 Thread Matt McCutchen
On 8/7/07, Roni Gordon [EMAIL PROTECTED] wrote: Hi all, I'm running the following rsync job via cron: rsync --recursive --compress --human-readable --progress --update --perms --chmod=a-w -e ssh -i /rsync-key [EMAIL PROTECTED]:/source_dir/ /target_dir rsync: failed to set permissions on

`*deleting' itemize output misaligned

2007-08-07 Thread Matt McCutchen
Wayne, I noticed that rsync's *deleting itemize output needs two trailing spaces now that the other itemize codes are 11 characters wide. See the patch below. Matt - Index: log.c === RCS file: /cvsroot/rsync/log.c,v

Re: Incremental file-list recursion has landed in CVS; Re: RSYNC + iNotify

2007-08-07 Thread Matt McCutchen
On 8/6/07, Buck Huppmann [EMAIL PROTECTED] wrote: sorry to drag the other guys into this; they may no longer be interest- ed. for my part, getting rsync hacked up to fit into a tool-chain to suit my bidding was about as much ambition as i had. setting up this frep thing seems like Real Work,

need a rsync patch..!

2007-08-07 Thread User of web Forum. Crafta.com
Hi, I noticed you guys knowns the rsync source code: Could you please tellme what patch to apply in order to solve this long time issue I have: http://www.interopcommunity.com/tm.aspx?m=12450mpage=1key=#12450 thanks in advance Aldo Matt McCutchen wrote: Wayne, I noticed that rsync's

Hi, I have an issue with rsync, need a patch...

2007-08-07 Thread User of web Forum. Crafta.com
Hi, I read the : http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html I have the same issue with rsync 3.6.9, it hangs on transfers between win2k and linux, do you have a patch to fix this? -- Live as a tortoise. and rate my mullet: http://www.ratemymullet.com/ -- To unsubscribe or

Re: need a rsync patch..!

2007-08-07 Thread Matt McCutchen
On 8/7/07, User of web Forum. Crafta.com [EMAIL PROTECTED] wrote: Hi, I noticed you guys knowns the rsync source code: Could you please tellme what patch to apply in order to solve this long time issue I have: http://www.interopcommunity.com/tm.aspx?m=12450mpage=1key=#12450 In the future,

Re: Which rsync version?

2007-08-07 Thread Jason Haar
Paul Slootman wrote: No, which suggests that when not preserving hardlinks, the CVS version is much faster (it starts transferring during the building of the file list, instead of waiting until both ends have generated the file list). That sounds pretty cool - will v3 also allow compression