Hello all. I have been using beyond compare to make a 3rd backup of all of our imaging files for our ultrasound machines. I currently just have the script setup as such:
However i want to be able to keep everything. So any changes, or orphans that would normally get deleted i want to rename them before the sync.
How would i go about doing so?
Code:
log verbose append:"d:\imagestore\sync\imagestore%date%.log" load "imagestore" sync update:left->right
How would i go about doing so?
Comment