How Do I Use Beyond Compare: Introduction to Beyon
  • Forty things about Beyond Compare
  • Acknowledgements
  • Learn Beyond Compare in 5 Minutes
    • Quickstart: open two directories
    • Quickstart: open two files
    • Quickstart: move a file
    • Text Compare: understand the display
    • Downloads
  • Text Compare
    • How to use Beyond Compare for Text Compare
    • In Beyond Compare, what are unimportant differences?
    • Why no word-wrap ??
    • How to use Beyond Compare to confirm 100% replacement
    • Ignore Trivial Differences, Like Timestamps
  • Git
    • How to use Beyond Compare with Git
    • Do a roll-back to peek at your old code
    • Quickstart: Folder Merge
    • Why merge three folders?
    • Beyond Compare Three-Way Folder Merge Symbols Explained
    • How to compare two commits, both old, in Git
    • Git mergetool: merging three files.
    • How to recover an older version of your code with Git and Beyond Compare
    • Peeking under the hood at how Git does its thing
    • Getting better at Git
    • Find changes since last commit
    • Patches
    • How to configure Visual Studio to use Beyond Compare for Version Control
  • Scripts and the Command Line
    • How to use Beyond Compare in the Terminal
    • How to do an automatic backup every day
    • Write a Batch File That Will Start Several Syncs Simultaneously
    • Write a batch file that will start several text compares automatically
    • TL; DR
  • Table Compare
    • Quickstart: open a couple of Excel spreadsheets
    • Example: finding missing items in a pair of spreadsheets
    • Keys
    • Mismatched Columns
    • Longer example, opening .csv files
    • How to remove columns from a spreadsheet
    • Aligned vs Unaligned
    • Example: List of City Trees
  • Sync / Folders
    • Backup your entire computer (Part One)
    • Backup your entire computer (Part Two)
    • Backup, advanced
    • RegEx Examples: Filename Alignment Overide
    • Scan a lot or a little
  • Other
    • Peek
    • Binary
    • Undo
    • Colors
    • How to compare images
    • Report: Text Compare
    • Report: Table Compare
    • Looooonnnnngggg lines...
    • Binary: How to see the 1's and 0's
    • How to write your first script
    • How to find redundant or duplicate files
    • Minor Edge Cases
    • Shortcut Key
    • How to ignore parts of your file
    • Folder System Context Menus
    • About Evan Genest
Powered by GitBook
On this page
  • Folder Compare
  • Folder Sync
  • Options

Was this helpful?

  1. Sync / Folders

Backup your entire computer (Part Two)

If you need to copy or move files from one place to another, Beyond Compare has two types of interfaces. You can try moving your files with either one to see which you find more suitable. The FolderCompareSession is a generalized interface, good for doing many things. The FolderSyncSession is a more specialized interface, intended for doing only folder syncs.

Folder Compare

Let's try it in Folder Compare first. For opening the locations, drag-and-drop is the quickest way. But you could also browse from the file button.

If this is your first time, try a small test folder first. Select it and right click to get some options. Then choose either copy or move. Click, and you are done.

Folder Sync

In Folder Sync it is similar. Click Ctl-T, choose Folder Sync. Open your origin and destination. If you want to go from left to right, choose Copy to Right. Press Synchronize. And you are done.

When you press Copy to Right, Beyond Compare finds files that exist only on the left and it copies those files to the right. For files that have the same name on left and right, it leaves them alone unless one of them is newer or larger on the left, in which case it will copy them.

Options

We could have instead chosen Copy to Left or Copy Both. All of these copy choices are green arrows in the menu.

What about the Mirror Choices. Can you guess why they are red? Mirror will overwrite. Mirror is more risky because everything on the destination gets wiped out in favor of everything on the origin. When the copy is finished, the destination will have been made into an identical copy of the origin.

You only did this on a small test file, right? Good.

There is one important thing to set before you start doing larger file operations. You should set the log to save into a file somewhere. Later, when you need to figure out what happened, the log will be your friend. In the Beyond Compare Menu choose Tools->Options->Tweaks->Log. Set a location to save the log.

PreviousBackup your entire computer (Part One)NextBackup, advanced

Last updated 5 years ago

Was this helpful?