diff options
author | Micah Anderson <micah@riseup.net> | 2008-02-29 17:38:32 +0000 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-02-29 17:38:32 +0000 |
commit | 53f68419ad51518aaadf0e57641ec10357ac5f80 (patch) | |
tree | 2f86753ac33fea429b0ee02926bba8dfbe2a4df2 /README | |
parent | 4a59f0dbfbb67964379815a656e318b83702f723 (diff) | |
download | puppet-backupninja-53f68419ad51518aaadf0e57641ec10357ac5f80.tar.gz puppet-backupninja-53f68419ad51518aaadf0e57641ec10357ac5f80.tar.bz2 |
install anarcats backupninja module changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |