summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-17more refactoringAntoine Beaupré
get rid of more temporary variables and cleanup
2015-04-17refactor checkbackups.pl furtherAntoine Beaupré
split everything in smaller functions again remove the $crit and $warn variables, refer to $opt_w and $opt_c since they are global anyways
2015-04-17refactor rdiff check to isolate in a reusable functionAntoine Beaupré
2015-04-17Add GPLv3 licenseMicah Anderson
2015-04-05Add features for duplicity type backupdystopic
Add support for increments,keepincroffulls,desturl Include proper backupninja::client:: class (as does rsync)
2015-03-17Merge branch 'merge_mayfirst' into 'master'Jerome Charaoui
Merge mayfirst (almost) Last branch that needs to be merged in. This work is 3 years old See merge request !1
2015-03-06Merge remote-tracking branch 'mayfirst/master' into merge_mayfirstGabriel Filion
Conflicts: manifests/mysql.pp manifests/pgsql.pp templates/pgsql.conf.erb
2015-03-06Merge branch 'master' of git://git.sarava.org/puppet-backupninjaJerome Charaoui
Conflicts: manifests/client.pp manifests/rdiff.pp
2015-03-06Merge branch 'master' of https://git-nadir.immerda.ch/puppet-backupninjaJerome Charaoui
Conflicts: manifests/rdiff.pp
2014-03-06Support for backupdir_ensure variable (5)Silvio Rhatto
2014-03-06Support for backupdir_ensure variable (4)Silvio Rhatto
2014-03-06Support for '' variable (3)Silvio Rhatto
2014-03-06Support for '' variable (2)Silvio Rhatto
2014-03-06Support for '' variableSilvio Rhatto
2013-09-14sshkeys depend on /root/.sshvarac
2013-07-31Adjust checkbackups source path to comply with 2.7 standardJerome Charaoui
2013-04-20fix $directoryvarac
2013-04-20default parameter for $home moved to define parametervarac
2013-04-20real_home is a leftover from former timesvarac
2013-04-14Merge branch 'master' of code.leap.se:puppet_backupninja into nadir_mastervarac
2013-03-07declare $directory not only if $type is 'remote'varac
2013-01-31updating nagios scriptskwadronaut
2013-01-24NOPASSWD: for nagios checkvarac
2013-01-24typo at cmd defvarac
2013-01-24sudo def for duplicity checkvarac
2013-01-24double quote variablevarac
2013-01-24call Backupninja Duplicity with fqdn so it is a unique namevarac
2013-01-24added nrpe cmd and service definitionvarac
2013-01-24check_backupninja_duplicity.py nagios scriptvarac
2013-01-22Fixing handling for include and exclude parameters as arrays at rsync ↵Silvio Rhatto
template (2)
2013-01-22Fixing handling for include and exclude parameters as arrays at rsync templateSilvio Rhatto
2013-01-21README:Automatic creation of ssh-keys for duplicityvarac
2012-12-03use same name for key creation and deploymentvarac
2012-11-30possibilty to create a ssh keypair on the mastervarac
added following parameters to backupninja::duplicity and backupninja::client::key : $createkey $keystorefspath $keydest $keydestname
2012-11-30add backupninja::generate_sshkeyvarac
2012-10-29default: dump to /var/backups/postgres instead of /var/backup/postgres, like ↵varac
the mysql handler
2012-10-28provide pgsql supportJamie McClelland
2012-09-05Adding sqldumpoptions parameter to backupninja::mysqlSilvio Rhatto
2012-05-15Force bash at remote destination (backupninja upstream #3003)Silvio Rhatto
2011-10-12make checkbackups script ignore lost+found dirJerome Charaoui
2011-10-12give sandbox user $home a saner defaultJerome Charaoui
2011-10-12update nagios object definitions to fit latest nagios moduleJerome Charaoui
2011-10-12remove duplicate $home parameter definition in backupninja::rdiffJerome Charaoui
2011-03-30Useful to control when a cron job runs to avoid all servers backing upJamie McClelland
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).
2011-03-19We might get either a var or an array - we should be able to takeJamie McClelland
either.
2011-03-15provide pgsql supportJamie McClelland
2011-03-15Take advantage of nodata option in mysql backupninja configJamie McClelland
2011-02-13Merge branch 'master' of git://labs.riseup.net/module_backupninjaSilvio Rhatto
2010-11-01fix template to not include configuration lines if they are not defined this wasMicah Anderson
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
2010-08-16Minor fixesSilvio Rhatto