From d612e9980ef5e81d7e9222ac2ad7930dcd25c2a6 Mon Sep 17 00:00:00 2001 From: robocad Date: Thu, 27 Apr 2017 22:07:37 +0200 Subject: Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34f838d..327e9cb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ On OS X, it has a few disadvantages compared to Time Machine - in particular it 0 */1 * * * if [[ -d /mnt/backup ]]; then rsync_tmbackup.sh /home /mnt/backup; fi -* The use `flock` is recommended so that only one instance of the script runs at a given time: +* The use of `flock` is recommended so that only one instance of the script runs at a given time: flock -n /tmp/rsync_tmbackup.lock rsync_tmbackup.sh /home /mnt/backup -- cgit v1.2.3