Re: need to modify file data before storing it on destination

2003-04-02 Thread Kyle Jones
Here's a patch against rsync 2.5.6 that implements --dest-filter (discussed as --remotefilter) and --times-only. If anyone cares to try it out and let me know if it works on your system, I'd appreciate it. I'll be distributing this patch with my snapshot utilities. *** rsync-2.5.6/generator.c

Re: need to modify file data before storing it on destination

2003-03-31 Thread Kyle Jones
jw schultz writes: > [...] > As i hope you can see i am not exactly oposed the idea of > compressed repositories with an rsync interface. I just > don't think it belongs in the rsyncd utility. Sure. This is why I suggested something general, essentially a callback from within rsync so I can

Re: need to modify file data before storing it on destination

2003-03-31 Thread jw schultz
On Mon, Mar 31, 2003 at 01:16:50PM -0800, Kyle Jones wrote: > jw schultz writes: > > On Mon, Mar 31, 2003 at 12:37:27PM -0800, Kyle Jones wrote: > > > I'd like to be able to store remote files compressed or encrypted > > > or both. I think this could be supported in a general way by > > > havi

Re: need to modify file data before storing it on destination

2003-03-31 Thread Kyle Jones
jw schultz writes: > On Mon, Mar 31, 2003 at 12:37:27PM -0800, Kyle Jones wrote: > > I'd like to be able to store remote files compressed or encrypted > > or both. I think this could be supported in a general way by > > having: > > > > 1. an rsync option --remotefilter=command that spec

Re: need to modify file data before storing it on destination

2003-03-31 Thread jw schultz
On Mon, Mar 31, 2003 at 12:37:27PM -0800, Kyle Jones wrote: > I'd like to be able to store remote files compressed or encrypted > or both. I think this could be supported in a general way by > having: > > 1. an rsync option --remotefilter=command that specifies a >remote command that