Add mechanisms to replace "copy+delete" with "move", for efficiency #23
Labels
effort-high
issue is likely to require >20h of effort, perhaps much more
enhancement
issue is a request for a feature, and not a defect
impact-low
low importance
Currently Unison moves files by copying them to their new location and then performing delete/backup.
It would be nice to have an option to enforce actual move operation.
That option will help immensely when big files are moved or folders are renamed.
The text was updated successfully, but these errors were encountered: