Delete source files after sync ?

Get help for specific problems
Posts: 1
Joined: 11 Feb 2016

jeffontheweb

Hello, I'd like to automaticaly delete my source files after RealTimeSync, is it possible ?
thanks.
User avatar
Posts: 2523
Joined: 22 Aug 2012

Plerry

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.
Posts: 1
Joined: 26 Jan 2018

DonChino

*** 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!!!