summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-02-29 17:38:32 +0000
committerMicah Anderson <micah@riseup.net>2008-02-29 17:38:32 +0000
commit53f68419ad51518aaadf0e57641ec10357ac5f80 (patch)
tree2f86753ac33fea429b0ee02926bba8dfbe2a4df2 /README
parent4a59f0dbfbb67964379815a656e318b83702f723 (diff)
install anarcats backupninja module changes
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
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