Folder Sync without delete

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mcnobrain
    Visitor
    • Jun 2011
    • 4

    Folder Sync without delete

    Hello

    Id would be nice if someone could help me with the following problem.

    I got a scripted folder sync.

    Folder A / Folder B
    sync mirror:left->right

    If a folder or file will be deleted on Folder A it should NOT be deleted in Folder B

    i tried the silent switch and also the option confirm:no-to-all but without success.

    Thanks for your help
    Mcnobrain
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Use the "update" option in the sync command to avoid deleting files that only exist on the right.

    Example:

    load c:\source c:\target
    sync update:left->right

    Update copies files that only exist on the left from left to right. It also copies files with newer modified dates from left to right.

    Mirror copies files that only exist on the left from left to right. It also copies files with any differences (newer, older, different size, etc) from left to right. It also deletes files that only exist on the right.
    Chris K Scooter Software

    Comment

    • mcnobrain
      Visitor
      • Jun 2011
      • 4

      #3
      Hi Chris,

      Thats exactly what i need...thanks for your help !

      Regards

      Mcnobrain

      Comment

      Working...