I've been using the automated script from
http://www.scootersoftware.com/suppo...zz=kb_schedule
to make backups from drive to drive easier.
BUT- I've found an opportunity to save my team some grief in making simple backups from our media server in case files are deleted or lost.
I discovered the script deletes data within the target folder if the source folder is empty. I want to preserve the target data. I believe this is what I need to modify to make the script work as I need it.
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
Full disclosure: Last programming I had was in college and that was 20 years ago. Please dumb it down so I can wrap me head around it! Thanks!!
http://www.scootersoftware.com/suppo...zz=kb_schedule
to make backups from drive to drive easier.
BUT- I've found an opportunity to save my team some grief in making simple backups from our media server in case files are deleted or lost.
I discovered the script deletes data within the target folder if the source folder is empty. I want to preserve the target data. I believe this is what I need to modify to make the script work as I need it.
#Make the target identical to the source
#includes deleting files that only exist on the target side
sync mirror:lt->rt
Full disclosure: Last programming I had was in college and that was 20 years ago. Please dumb it down so I can wrap me head around it! Thanks!!
Comment