From bd948b3e87fb0b16dd598ad566077fc87ff1cbe8 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 13 Jul 2009 03:40:09 -0300 Subject: some corrections to duplicity handler. --- manifests/dup.pp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'manifests') diff --git a/manifests/dup.pp b/manifests/dup.pp index 11fca07..610a2d0 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -62,17 +62,21 @@ define backupninja::duplicity( $order = 90, "/home/*/.gnupg", "/home/*/.gpg", "/home/*/.ssh", - "/home/*/gtk-gnutella-downloads"], + "/home/*/gtk-gnutella-downloads", + "/etc/ssh/*" ], $vsinclude = false, # [dest] $incremental = "yes", $keep = 60, - $bandwithlimit = "128", + $bandwithlimit = "0", $sshoptions = false, $destdir = "/backups", $desthost = false, $destuser = false, - # options to backupninja's module sandbox + # configs to backupninja client + $backupkeystore = false, + $backupkeytype = false, + # options to backupninja server sandbox $ssh_dir_manage = true, $ssh_dir = false, $authorized_keys_file = false, @@ -94,6 +98,7 @@ define backupninja::duplicity( $order = 90, authorized_keys_file => $authorized_keys_file, installuser => $installuser, backuptag => $backuptag, + backupkeys => $backupkeystore, } # the client's ssh key -- cgit v1.2.3