Page 1 of 1

SC sync, fixed description

Posted: 18 Sep 2017 12:46
by admin
In the original description of SC sync (v18.30.0003 - 2017-09-08 12:47) there was a mistake in the values of the on_collision argument. This is the corrected description (I also patched the release note here in the beta thread):

Code: Select all

        on_collision:
          -1 = Ask
          0 = Overwrite if newer
          1 = Overwrite if different size or date
          2 = Overwrite
          3 = Skip
          If missing the current setting in the Sync Folders configuration dialog is used.
Previously it was like this:
-1 = Ask
0 = Overwrite if newer
1 = Overwrite if different size or date
3 = Overwrite
4 = Skip