Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add features for duplicity type backup
Add support for increments,keepincroffulls,desturl
Include proper backupninja::client:: class (as does rsync)
See merge request !3
|
|
|
|
Add support for increments,keepincroffulls,desturl
Include proper backupninja::client:: class (as does rsync)
|
|
Merge mayfirst
(almost) Last branch that needs to be merged in. This work is 3 years old
See merge request !1
|
|
Conflicts:
manifests/mysql.pp
manifests/pgsql.pp
templates/pgsql.conf.erb
|
|
Conflicts:
manifests/client.pp
manifests/rdiff.pp
|
|
Conflicts:
manifests/rdiff.pp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
template (2)
|
|
|
|
|
|
|
|
added following parameters to backupninja::duplicity
and backupninja::client::key :
$createkey
$keystorefspath
$keydest
$keydestname
|
|
|
|
the mysql handler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at the same time. Also, specifying the backupninja command allows for
wrapping it in other commands (e.g. to execute it from within a
ssh-agent session so that authentication can happen via the
monkeysphere).
|
|
either.
|
|
|
|
|
|
|
|
necessary to change because in puppet 2.6, if you did not set one of the
variables that had no defaults (eg. reporthost), you would get a backupninja
config file with 'reporthost = undef', which is not valid for backupninja
|
|
|