From 44e927392cfd413cdaf773a627e8131f95ca306d Mon Sep 17 00:00:00 2001 From: axpdreamer Date: Wed, 21 Mar 2018 15:50:13 +0100 Subject: [PATCH] update backup command added "backup" on line 18 for selective backup of services --- docs/b_n_r_backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/b_n_r_backup.md b/docs/b_n_r_backup.md index fedb83f9d..e0dcac50a 100644 --- a/docs/b_n_r_backup.md +++ b/docs/b_n_r_backup.md @@ -15,7 +15,7 @@ You can also use "all" as second parameter to backup all components. ./helper-scripts/backup_and_restore.sh backup all # Backup vmail and mysql data -./helper-scripts/backup_and_restore.sh vmail mysql +./helper-scripts/backup_and_restore.sh backup vmail mysql ```