From 19bc7ea68a089ab0ab5c2c8bbf303e33044a4e9e Mon Sep 17 00:00:00 2001 From: Robert Spencer Date: Tue, 14 Mar 2017 16:03:12 +0200 Subject: [PATCH] Remove lvm-raid from the example conf As it's now in the script. --- example/backstep-traceback-auto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/backstep-traceback-auto.conf b/example/backstep-traceback-auto.conf index 17c0dfc..c866a87 100644 --- a/example/backstep-traceback-auto.conf +++ b/example/backstep-traceback-auto.conf @@ -20,4 +20,4 @@ SERVER_USER= # Logical volumes to backup BACKUP_LVS=() -BACKUP_LVS+=("lvm-raid/example.com") +BACKUP_LVS+=("example.com") -- GitLab