Clone function will be great. Make destination same as source.
Copy items from source to destination, skip if the same file, check using hash.
If file exists at destination, but not at source, delete at destination.
Copy items from source to destination, skip if the same file, check using hash.
If file exists at destination, but not at source, delete at destination.
I want to follow up for the devs of this tool. This is something I'm looking for as well. This use case is helpful to me when trying to save on data usage. Say I have a game folder thats updated. I copy the files over to my other machine and replace if the size is different. If some files are no longer in use for the game those can be deleted if they no longer exist in the source folder.