Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puppet-backupninja
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
puppet-backupninja
Commits
bd948b3e
Commit
bd948b3e
authored
Jul 13, 2009
by
drebs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some corrections to duplicity handler.
parent
f3faa388
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
manifests/dup.pp
manifests/dup.pp
+8
-3
No files found.
manifests/dup.pp
View file @
bd948b3e
...
...
@@ -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
...
...
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