From 3c0208869854d71fde284e3c2d6515a6a3d037df Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 26 Aug 2009 21:08:48 -0300 Subject: Adding home option at backup::rdiff --- README | 3 ++- manifests/init.pp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 5f481cb..1c2fbf7 100644 --- a/README +++ b/README @@ -31,4 +31,5 @@ We choose this two stage approach as the experience showed that it's more reliable and fast than to let duplicity do all the job. Note that this is a simple module that don't manages backup users or keys by -itself: you should do that manually or use another puppet module. +itself: you should do that manually or use another puppet module such as +backupninja::server. diff --git a/manifests/init.pp b/manifests/init.pp index 2f6e2b6..30a28ad 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -50,6 +50,7 @@ class backup { # [dest] type => "remote", host => "$title.$domain", + home => "/var/backups/remote/$fqdn", directory => "/var/backups/remote/$fqdn/rdiff", user => "$hostname", sshoptions => "-p $port", -- cgit v1.2.3