From 43ba814961eaa15e9ec52a17efb5548ce77946dc Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 27 Oct 2013 14:22:37 +0800 Subject: [PATCH] Update README.md Formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a917ec0..5f79a83 100644 --- a/README.md +++ b/README.md @@ -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 - rsync_tmbackup.sh /home /mnt/backup_drive + rsync_tmbackup.sh /home /mnt/backup_drive * 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 @@ -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. -* 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. \ No newline at end of file +* 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.