From 48b3fb377be4717dbf8750ca6262b3166bcb3530 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 16 Sep 2012 21:25:43 +0000 Subject: correctly set snapshot_root --- modules/rsnapshot/templates/rsnapshot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rsnapshot/templates/rsnapshot.conf b/modules/rsnapshot/templates/rsnapshot.conf index 37502aa8..d3da0495 100644 --- a/modules/rsnapshot/templates/rsnapshot.conf +++ b/modules/rsnapshot/templates/rsnapshot.conf @@ -24,7 +24,7 @@ config_version 1.2 # All snapshots will be stored under this root directory. # -#snapshot_root /home/.snapshots/ +snapshot_root <%= snapshot_root %> # If no_create_root is enabled, rsnapshot will not automatically create the # snapshot_root directory. This is particularly useful if you are backing -- cgit v1.2.1