- Have Map entries be remove, once file ops is performed.
- Create a parallel Thread for each SyncEnity.
- Add support for modification dates.
@ -46,6 +49,9 @@ Sync files across directories.
- thus the creation of said file will not be replicated to the other directories.
- to solve this `writeStateFile` should take the old `State` and manually add every operation that was performed by the loop (!= user created file while the loop was running).
- however this will be done later . . maybe.
##### Medium Prio
- If file is deleted in DirA and DirB, then two delete commands will be issued.
- They will both return errors and effectively do nothing.
- However this is a dirty solution.
@ -58,3 +64,6 @@ Sync files across directories.
- Sync creates the file in DirB
- this means the file in DirB is overwritten with `cp` for no reason.