This forum is intended for MultCloud Support Discussion.
Add Sync
An "Add Sync" would be one that looks for exact filenames, and ignores those files in the directory it's syncing to. Any files in the first directory that are not in the second one will be added, however any files in the second directory not in the first one are left alone.
Directory 1 has the following files:
file1
img1
bla1
bla2
Directory 2 has the following files:
file1
img2
bla2
file3
After the sync, directory 1 has:
file1
img1
bla1
bla2
and directory 2 has:
file1
img1
img2
bla1
bla2
file3
This would be very helpful for files that failed to sync, so we don't need to re-add all of them again and waste time/bandwidth.