From 53f68419ad51518aaadf0e57641ec10357ac5f80 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Fri, 29 Feb 2008 17:38:32 +0000 Subject: install anarcats backupninja module changes --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README') diff --git a/README b/README index dffa0ca..b3c3d3a 100644 --- a/README +++ b/README @@ -26,6 +26,19 @@ backupninja::rdiff { backup_all: exclude => '/home/*/.gnupg' } +A remove rdiff backup handler: + + backupninja::rdiff { "main": + host => "backup.example.com", + type => "remote", + directory => "/backup/$fqdn", + user => "backup-$hostname", + } + +If you configure a backupninja::server, it will collect those users and create +them. We have yet to create proper authorized_keys management to make that +process completely automatic. + At the moment, only the mysql and rdiff handlers have types defined for them, as they're the only handlers we currently use at Solutions First. Writing others is fairly simple; feel free to contribute them, or ask really -- cgit v1.2.3