|
|
|
|
|
by mandalar12
4293 days ago
|
|
> Sync has always meant merging semantic changes in state between two or more devices. That is a definition of file synchronization [1]. Usually the aim of "syncing" is to input two directories and the outcome is that the contents of both directories are the same. What you are describing below point 1. is an algorithm to achieve this goal. The algorithm you describe needs a source and destination folder and this may be Apple's algorithm and implementation (I have no idea) but this is by no means the only way to do so (see two-way file synchronization [1]). [1] https://en.wikipedia.org/wiki/File_synchronization |
|