Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Scott Edwards
Are there any plans to add support to rsync for moving files?. I'd like to remove files+directories after they're uploaded. For the time being, I'll use a workaround or do w/o. Thanks -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http:/

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Matt McCutchen
On Wed, 2005-11-09 at 13:30 -0700, Scott Edwards wrote: > Are there any plans to add support to rsync for moving files?. I'd > like to remove files+directories after they're uploaded. For the time > being, I'll use a workaround or do w/o. There's a --remove-sent-files option, but it removes only

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Manuel López-Ibáñez
Well, for me it seems this is quite unnecessary since it is already implemented elsewhere: "rm -rf upload_dir". Even the --remove-sent-files seems redundant, since removing files can always be done with "rm", can't it? Even when using complex rules to select the files, one can parse the outp

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Wayne Davison
On Wed, Nov 09, 2005 at 03:53:53PM -0500, Matt McCutchen wrote: > I would also like an option that removes every file in the transfer > from the sender, whether or not it was updated on the receiver. You can always use "--remove-sent-files -I" for that. Yes, that's does disable the "quick check",

Re: Consider implmenting a --move or --delete-sent option?

2005-11-09 Thread Matt McCutchen
On Wed, 2005-11-09 at 15:57 -0800, Wayne Davison wrote: > You can always use "--remove-sent-files -I" for that. Yes, that's does > disable the "quick check", but it also ensures that all the files are > exactly the same before they are removed from the sending side. That trick falls a little bit