SC sync, fixed description

Discuss and share scripts and script files...
Post Reply
admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

SC sync, fixed description

Post 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

Post Reply