Update README.md

Formatting
This commit is contained in:
Laurent
2013-10-27 14:22:37 +08:00
parent 1340e5ecde
commit 43ba814961
+3 -3
View File
@@ -14,11 +14,11 @@ Time Machine style backup with rsync. Should work on Linux, Mac OS X and Windows
* Backup the home folder to backup_drive * Backup the home folder to backup_drive
rsync_tmbackup.sh /home /mnt/backup_drive rsync_tmbackup.sh /home /mnt/backup_drive
* Backup with exclusion list: * Backup with exclusion list:
rsync_tmbackup.sh /home /mnt/backup_drive excluded_patterns.txt rsync_tmbackup.sh /home /mnt/backup_drive excluded_patterns.txt
## Exclude file ## Exclude file
@@ -42,4 +42,4 @@ An optional exclude file can be provided as a third parameter. It should be comp
* Check if there's enough space in the destination before doing the backup. Also automatically delete old backups. * Check if there's enough space in the destination before doing the backup. Also automatically delete old backups.
* Manage the backups in a way similar to Time Machine - hourly backups for the past 24 hours; daily backups for the past month; weekly backups for the previous months. * Manage the backups in a way similar to Time Machine - hourly backups for the past 24 hours; daily backups for the past month; weekly backups for the previous months.