Re: using rsync to move files - need "--delete-from-source" option

2008-02-07 Thread Aleksey Tsalolikhin
On Feb 7, 2008 7:16 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > Rsync has an option to do this, called --remove-source-files , but it > doesn't delete source directories. > > Matt That's great! I see it's a new option - (I am on Red Hat 4 which has 2.6.3). Very glad this was added. Thanks

Re: using rsync to move files - need "--delete-from-source" option

2008-02-07 Thread Matt McCutchen
On Thu, 2008-02-07 at 19:06 -0800, Aleksey Tsalolikhin wrote: > Hi. I need to move some files over the network. > > This is "In" folder synchornization, so they need to disappear from > source once they are moved. Rsync has an option to do this, called --remove-source-files , but it doesn't dele

using rsync to move files - need "--delete-from-source" option

2008-02-07 Thread Aleksey Tsalolikhin
Hi. I need to move some files over the network. This is "In" folder synchornization, so they need to disappear from source once they are moved. Because of trust issues, these files must be pulled, not pushed. (Sucked into the internal network from the DMZ). It'd be slick if I could rsync them a

Re: Using Rsync to move files

2004-07-15 Thread Wayne Davison
On Thu, Jul 15, 2004 at 10:15:17AM +0100, Hamilton, David (HPS) wrote: > I notice Wayne had a patch to do this listed in the list archives, but I > don't know what version of rsync he was patching against. These days there's a file named delete-sent-files.diff in the "patches" dir in cvs that appl

Using Rsync to move files

2004-07-15 Thread Hamilton, David (HPS)
I know this has been discussed repeatedly, so might even say beaten to death, but it is a feature which I need to use. I notice Wayne had a patch to do this listed in the list archives, but I don't know what version of rsync he was patching against. What is the general opinion on using this patch f