How To Use Script Compare Two SNAPSHOT?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • seek3w
    New User
    • Jun 2005
    • 2

    How To Use Script Compare Two SNAPSHOT?

    1,how to use script compare two snapshot?
    2,and sync two snapshot differ?

    Thanks!
  • Chris
    Team Scooter
    • Oct 2007
    • 5538

    #2
    Re: How To Use Script Compare Two SNAPSHOT?

    Here's an example script for comparing two snapshot files.

    Code:
    criteria crc
    load c:\snap1.bcss c:\snap2.bcss
    expand all
    folder-report layout:side-by-side options:display-mismatches output-to:c:\report.txt output-options:column-size,column-timestamp,column-crc
    If you didn't save CRCs in your snapshots, you'll want to change the "criteria crc" command to "criteria timestamp size".

    Snapshots are read-only, so it isn't possible to sync between two snapshots.

    It is possible to compare a snapshot to a live folder and then use the Actions|Copy To Folder command to copy different files in the live folder to another location.

    Chris K Scooter Software

    Comment

    • seek3w
      New User
      • Jun 2005
      • 2

      #3
      Re: How To Use Script Compare Two SNAPSHOT?

      Thanks Chris!

      Comment

      Working...