Synchronization algorithm is the following: 1. Create a change queue (#18) on the source 2. Enumerate (list) all blobs on the source and copy the blobs not on the target 3. Blobs already on the target aren't sent 4. Once missing blobs are synchronized, start to watch the changes queue.
Synchronization algorithm is the following: