> On Jun 26, 2019, at 2:53 PM, Jan-Benedict Glaw via rsync <
rsync@lists.samba.org> wrote:
> > As I commonly spell --inplace as --in-place, I'd like to suggest this
simple patch:

On Wed, Jun 26, 2019 at 7:29 PM @lbutlr via rsync <rsync@lists.samba.org>
wrote:
> If we’re going to do that add --remove-source and --delete-source as
aliases for whatever the command is I have to look up every single time.

The --remove-* options are not named --delete-* because they happen on the
sending side, not the receiving side. This makes things like the daemon
"refuse options" setting easier as you can easily specify exactly what you
want to refuse via wildcards (such as "remove-*" or "delete-*").

If you have your own favorite option names, feel free to specify them in
the ~/.popt file:

rsync alias --in-place --inplace
> rsync alias --srcdel --remove-source-files
> rsync alias --delete-source --remove-source-files


..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to