Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 11, 2016
2 parents a5733fe + 3569fa0 commit b8ea605
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# ContentSync
Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files.

Unfortunately for now you have to clone and build it yourself. But I'll look into publishing it on Chocolatey at some point.
## Download

https://github.com/KirillOsenkov/ContentSync/releases/download/v1.0/ContentSync.exe

Usage: ContentSync.exe <Source> <Destination>

**Important!** Use at your own risk.

## Overview

Expand All @@ -15,10 +21,6 @@ In general, if you’re deciding whether a file was modified based off the times

This tool synchronizes the directories based on file contents and ignores timestamps completely.

Usage: ContentSync.exe <Source> <Destination>

## Important! Use at your own risk. I bear no responsibility for any damage done by this tool.

## How it works
It's quite simple. First it diffs the source and destination directories and builds a flat list of files
1) present only on the left,
Expand Down

0 comments on commit b8ea605

Please sign in to comment.