# HG changeset patch # User Tuomo Valkonen # Date 1516920207 0 # Node ID 4bc6322d0306380958dbcc07a72f9060dc4d9745 # Parent 6fed67863b006a87661e4e3ec7bc9309f48756f8 typofixes diff -r 6fed67863b00 -r 4bc6322d0306 README.md --- a/README.md Thu Jan 25 22:42:01 2018 +0000 +++ b/README.md Thu Jan 25 22:43:27 2018 +0000 @@ -3,12 +3,8 @@ This is a retrying and queuing scheduler as well as a MacOS tray icon for [BorgBackup](https://borgbackup.readthedocs.io/en/stable/). If you are not on MacOS, no tray icon will be displayed, but you can still use Borgend as a retrying scheduler. -You can have multiple backups to the same repository, for example, you may -backup a small subset of your files every couple of hours, and everything -once a day or once a week. Borgend will ensure that only once backup is -launched at a time, and queue the other one until the repository is -available. If there was an error, such as when you are offline and backup up -to a remote ssh location, Borgend will also retry the backup at set shorter intervals. +You can have multiple backups to the same repository, for example, you may backup a small subset of your files every couple of hours, and everything once a day or once a week. Borgend will ensure that only one backup is launched at a time, and queue the other one until the repository is available. +If there was an error, such as when you are offline and backup to a remote ssh location, Borgend will also retry the backup at set shorter intervals. The lead author is Tuomo Valkonen ().