Hello, I'd like to automaticaly delete my source files after RealTimeSync, is it possible ?
thanks.
Delete source files after sync ?
- Posts: 1
- Joined: 11 Feb 2016
- Posts: 2523
- Joined: 22 Aug 2012
It seems you simply need a "move" function from Source to Target.
If all the files existing in Source need to be moved to the Target,
you don't need a Compare, just the move.
For that you can use e.g. Windows Explorer.
If all the files existing in Source need to be moved to the Target,
you don't need a Compare, just the move.
For that you can use e.g. Windows Explorer.
- Posts: 1
- Joined: 26 Jan 2018
*** DELETE\EDIT OLD MESSAGE ***
Duh. Never mind. I decided to experiment with RoboCopy on Windows and it works. :)
Just make use of that little box at the bottom of the Synchronization tab:
- Run a command after synchronization:
Robocopy can do MOVE, so basically copy\delete to another location after upload to an SFTP. SCHWEET!!!
Duh. Never mind. I decided to experiment with RoboCopy on Windows and it works. :)
Just make use of that little box at the bottom of the Synchronization tab:
- Run a command after synchronization:
Robocopy can do MOVE, so basically copy\delete to another location after upload to an SFTP. SCHWEET!!!