mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-11-10 06:04:18 +00:00
Update README.md
Minor tweaks
This commit is contained in:
parent
4393a86bd0
commit
74f418d561
1 changed files with 2 additions and 4 deletions
|
@ -40,7 +40,7 @@ On macOS, it has a few disadvantages compared to Time Machine - in particular it
|
|||
|
||||
* Backup from remote drive over SSH:
|
||||
|
||||
rsync_tmbackup.shuser@example.com:/home /mnt/backup_drive
|
||||
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.
|
||||
|
||||
|
@ -78,9 +78,7 @@ The script creates a backup in a regular directory so you can simply copy the fi
|
|||
|
||||
* Each backup is on its own folder named after the current timestamp. Files can be copied and restored directly, without any intermediate tool.
|
||||
|
||||
* Backup to remote destinations over SSH.
|
||||
|
||||
* Backup from remote destinations over SSH.
|
||||
* Backup to/from remote destinations over SSH.
|
||||
|
||||
* Files that haven't changed from one backup to the next are hard-linked to the previous backup so take very little extra space.
|
||||
|
||||
|
|
Loading…
Reference in a new issue