diff options
| author | Laurent Cozic <laurent22@users.noreply.github.com> | 2017-04-27 23:21:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-27 23:21:45 +0100 |
| commit | 041ffb459b2e642dc42e0063cd0b15ea82548239 (patch) | |
| tree | 64430555755bcd0374187a110ddfe2bd2c467ea8 /README.md | |
| parent | b2e5582adebf9444802f6aa11c71f679f31e31ce (diff) | |
| parent | d612e9980ef5e81d7e9222ac2ad7930dcd25c2a6 (diff) | |
Merge pull request #74 from robocad/patch-1
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
