Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
puppet-backupninja
Commits
0b9d05cf
Commit
0b9d05cf
authored
Jul 15, 2009
by
Micah Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some details to the README about the package installation options
parent
d5acd326
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README
README
+11
-0
No files found.
README
View file @
0b9d05cf
...
...
@@ -20,6 +20,7 @@ backupninja::mysql { all_databases:
sqldump => true
}
include backupninja::client::rdiff_backup
backupninja::rdiff { backup_all:
directory => '/media/backupdisk',
include => ['/var/backups', '/home', '/var/lib/dpkg/status'],
...
...
@@ -35,6 +36,16 @@ A remote rdiff backup handler:
user => "backup-$hostname",
}
If you include the backupninja::client::rdiff_backup class, you will
get the rdiff-backup package installed automatically, this also works
for the backupninja::client::maildir class (installs needed rsync package)
If you need to specify a specific version of the rdiff-backup, or rsync package, you can do so
by specifying the variables:
$rdiff_backup_ensure_version = "1.2.5-1~bpo40+1"
$rsync_ensure_version = "3.0.6-1~bpo50+1"
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment