The paranoid among your happy users would appreciate a --move option, at least initially, to move files to a given directory rather than deleting them right away. I managed to hack this with --removal-command=, but needed to write a script, since my various attempts at escaping mv $1 /my/backup/dir didn’t seem to work.
The paranoid among your happy users would appreciate a
--moveoption, at least initially, to move files to a given directory rather than deleting them right away. I managed to hack this with--removal-command=, but needed to write a script, since my various attempts at escapingmv $1 /my/backup/dirdidn’t seem to work.