Backup instead of delete when syncing
Scenario: on synching local files with remote forder with -delete option, the deleting need to be delayed for certaing time to avoid file loss in case of unauthorized file deletion is the source. This is usefull for backup files replication from the external source to the local copy.
Possible implementation 1:
-delete option with additional option with value "deleted file extension" does not remove file but renames one by adding "deleted file extension".
Possible implementation 2:
-delete option with additional option with value "deleted file folder" only moves the deleted files to this folder (with the same relative path).
Possible implementation 1:
-delete option with additional option with value "deleted file extension" does not remove file but renames one by adding "deleted file extension".
Possible implementation 2:
-delete option with additional option with value "deleted file folder" only moves the deleted files to this folder (with the same relative path).