I'm currently setting up a synchronization task in Unison that should help me transfer data needed for working on the road from the desktop computer (location A) to my laptop (location B). For some of the data (in a specific directory) I would like this to be a "one way" transfer only, i.e.: the files should be stored in location A and not deleted during synchronization (so, this will probably utilize the -force
and the -nodeletionpartial
options).
The problem is that I would like to delete files from location B, after they have been worked on, and would like to keep them deleted during the next sync run. So, I guess, Unison will somehow need to "remember" that the files were there before, and only copy new files to location B.
Is that possible?