diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 74691c6..6ea5991 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,7 +54,7 @@ class backup { type => "remote", host => "$title.$domain", home => "/var/backups/remote/$fqdn", - directory => "/var/backups/remote/$fqdn/rdiff", + subfolder => "rdiff", user => "$hostname", sshoptions => "-p $port", installkey => $installkey, |