You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 escapingmv $1 /my/backup/dir
didn’t seem to work.The text was updated successfully, but these errors were encountered: