Add Mirror/Sync to Backup
Posted: 17 Dec 2016 17:50
Is it possible to add a new function to perform the Backup operation but to additionally delete any files from the destination folder that are no longer present in the source folder. Usage scenario is two usb external hard drives, one live edited and the second to be a mirror backup. Connect both drives and then rather than using "Backup Here" have another option of "Mirror Here" or "Sync Here" for instance. Would probably want a decent confirmation dialog due to the deletion of files!
For instance:
For instance:
- Source\Test\ contains File1.txt and File2.txt
- Using "Backup Here" to a Destination folder without the "Test" folder will replicate the structure exactly
- If we delete File2.txt and add File3.txt to Source, using "Backup Here" to Destination folder which already contains File1.txt and File2.txt will result in the addition of File3.txt and File2.txt would remain
- The Mirror option would delete File2.txt as it is no longer present in Source folder