Ivan CLOVIS Canet
08/25/2025, 7:16 PMSync
task deletes all files in the target directory, and then copies the new ones over.
Is it possible to configure Sync
(or some other task) to NOT touch the files that haven't changed? I'm using another tool afterwards, which reacts to the files being deleted, even though they are immediately recreated identically.Vampire
08/25/2025, 7:34 PMThe Sync task deletes all files in the target directory, and then copies the new ones over.
Not exactly, it copies over the files and then deletes the files it not copy. That is more efficient. :-)
Is it possible to configure Sync (or some other task) to NOT touch the files that haven't changed?
That's then
Copy
. :-)
Alternatively, you can configure the Sync
task which files to retain afair.Ivan CLOVIS Canet
08/25/2025, 7:34 PMThat's thenBut. 🙂Copy
Copy
doesn't delete files in the destination that have been deleted in the source, right?Ivan CLOVIS Canet
08/25/2025, 8:18 PMVampire
08/26/2025, 6:51 AMBut Copy doesn't delete files in the destination that have been deleted in the source, right?
Correct. I'm not aware of a built-in way to achieve that behavior except such a custom task you linked to. That one does some additional things to
.map
files though and if it is a non-incremental run, it just behaves like Copy
. If that is what you want, it might be appropriate. Or you use Sync
and configure which files to retain even if they were not synced.