summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent <laurent@pogopixels.com>2014-01-26 21:26:56 -0800
committerLaurent <laurent@pogopixels.com>2014-01-26 21:26:56 -0800
commit45a90310e3b1f3b8cc45371cb8eca775ca4e7747 (patch)
treed27c5e552d578f984dbde97d618b9ed88f0e4002
parent60c04350fc8d98baade4c8dc08392e4dc3e4aa15 (diff)
parent2c9805b450cc4d0b67f22de55474428816a44d84 (diff)
Merge pull request #31 from musically-ut/patch-1
Fix minor typos in the README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe76560..973cec4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Time Machine style backup with rsync. Should work on Linux (tested), Mac OS X (t
## Exclude file
-An optional exclude file can be provided as a third parameter. It should be compabible with the `--exclude-from` parameter of rsync. See [this tutorial] (https://sites.google.com/site/rsync2u/home/rsync-tutorial/the-exclude-from-option) for more information.
+An optional exclude file can be provided as a third parameter. It should be compatible with the `--exclude-from` parameter of rsync. See [this tutorial] (https://sites.google.com/site/rsync2u/home/rsync-tutorial/the-exclude-from-option) for more information.
# Features
@@ -30,7 +30,7 @@ An optional exclude file can be provided as a third parameter. It should be comp
* Files that haven't changed from one backup to the next are hard-linked to the previous backup so take very little extra space.
-* Safety check - the backup will only happen if the destination has explicitely been marked as a backup destination.
+* Safety check - the backup will only happen if the destination has explicitly been marked as a backup destination.
* Resume feature - if a backup has failed or was interrupted, the tool will resume from there on the next backup.