summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Cozic <laurent@pogopixels.com>2014-04-28 22:18:55 -0300
committerLaurent Cozic <laurent@pogopixels.com>2014-04-28 22:18:55 -0300
commitb9cc101d77cb9d80b793c6e70f5b5e6c6e1fa405 (patch)
treea0bed875f6b2624eac501f9cd7b247e282ca2115
parent1a3dc0b144183926435cc6bfd3c2942e6cc30361 (diff)
parent1384fdfd1cb0f01e804d57b69ac1e28247511677 (diff)
Merge branch 'master' of https://github.com/laurent22/rsync-time-backup
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index fe76560..128cda6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Rsync time backup
-Time Machine style backup with rsync. Should work on Linux (tested), Mac OS X (tested) and Windows with Cygwin (not tested yet but feedback would be welcome).
+Time Machine style backup with rsync. Should work on Linux, OS X and Windows with Cygwin. The main advantage over Time Machine is the flexibility as it can backup from/to any filesystem and works on any platform. You can also backup, for example, to a Truecrypt drive without any problem.
+
+On OS X, it has a few disadvantages compared to Time Machine - in particular it doesn't auto-start when the backup drive is plugged (though it can be achieved using a launch agent), it requires some knowledge of the command line, and no specific GUI is provided to restore files. Instead files can be restored by using any file explorer, including Finder, or the command line.
# Installation
@@ -22,7 +24,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 +32,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.