From f1e862e0bf3ca04a989e9a2a4b44a662e789ed1d Mon Sep 17 00:00:00 2001 From: Jonas Friedmann Date: Tue, 10 Mar 2015 11:12:05 +0100 Subject: [PATCH] Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba7d435..49045c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ tar-multibackup =============== -Bash script to backup multiple folders and clean up old backups based on a configurable retention time. +Bash script to backup multiple folders and to clean up old backups based on a retention time. Features configurable post/pre-commands, tar excludes as well as backup retentions. ### Installation @@ -76,7 +76,7 @@ In the example below you can find a `multibackup` configuration file to backup a To make sure the backup is executed automatically and recurring, we're going to add a simple cronjob: -`vi /etc/cron.d/backup-liveconfig +`vi /etc/cron.d/backup-liveconfig` # # cronjob to backup LiveConfig, daily at 5:00 am