diff options
| author | Laurent Cozic <laurent22@users.noreply.github.com> | 2019-09-24 07:46:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 07:46:51 +0100 |
| commit | 218e43e5bf62fdd208afe1f06cc68951d859f0d9 (patch) | |
| tree | 57a83d9ef3006b15b022b92b6f899455196fa653 | |
| parent | a9eb0efbadc174a2b511f165029015dc797ad7b6 (diff) | |
Doc: Removed redundant example
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -65,8 +65,6 @@ On macOS, it has a few disadvantages compared to Time Machine - in particular it rsync_tmbackup.sh user@example.com:/home /mnt/backup_drive * To mimic Time Machine's behaviour, a cron script can be setup to backup at regular interval. For example, the following cron job checks if the drive "/mnt/backup" is currently connected and, if it is, starts the backup. It does this check every 1 hour. - - 0 */1 * * * if [[ -d /mnt/backup ]]; then rsync_tmbackup.sh /home /mnt/backup; fi 0 */1 * * * if grep -qs /mnt/backup /proc/mounts; then rsync_tmbackup.sh /home /mnt/backup; fi |
