aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-05Removes duplicate configdir paramproductionSilvio Rhatto
2016-03-23Fix deprecation warnings at maildir templateSilvio Rhatto
2016-03-22Fix deprecation warnings at svn templateSilvio Rhatto
2016-03-22Fix deprecation warnings at mysql templateSilvio Rhatto
2016-03-22Fix deprecation warnings at sys templateSilvio Rhatto
2016-03-22Move storedconfig code to separate folders, trying to avoid warnings on ↵Silvio Rhatto
masterless setup
2016-03-19Fix deprecation warnings at backupninja.conf templateSilvio Rhatto
2016-03-19Adds sandbox param for rsync, rdiff and duplicitySilvio Rhatto
2016-03-19Adds use_storedconfigs param at backupninja::serverSilvio Rhatto
2016-03-19Fix variable reference at rsync templateSilvio Rhatto
2016-03-19Merge remote-tracking branch 'shared/master' into developSilvio Rhatto
Conflicts: templates/backupninja.conf.erb templates/sh.conf.erb
2016-03-11update variables for new puppetMicah Anderson
2015-10-26More variable deprecation rollbacksSilvio Rhatto
2015-10-26Variable deprecation rollbackSilvio Rhatto
2015-10-20Keep a single deprecated variable, otherwise we get an errorSilvio Rhatto
2015-10-20Fix variable deprecations on templatesSilvio Rhatto
2015-09-12Fix backupdir variable at backupninja::rsyncSilvio Rhatto
2015-05-12Move nagios::service::passive to handler classes so that local backups may ↵HEADmasterJerome Charaoui
also be monitored
2015-05-12fix typo in checkbackups cronjobJerome Charaoui
2015-05-11lint worst offendersJerome Charaoui
2015-05-08Fix a few things related to nagios.Jerome Charaoui
* Default nagios service name changed to "backups-${name}" * Fix checkbackups cronjob command * Add parameters for checkbackups warn/crit levels * Update upgrade notice
2015-05-08Fix variable names in previous commit (7dcb79f)Jerome Charaoui
2015-05-08Remove $backupserver_tag parameter of server class, should always be $::fqdn ↵Jerome Charaoui
anyway
2015-05-08Fix host parameter of sandbox resource in rdiff handler, fixes exported ↵Jerome Charaoui
resources
2015-05-08Adjust $backuptag default value of handlers, removes $real_backuptagJerome Charaoui
2015-05-08Set proper defaults for $ssh_dir and $authorized_keys_file, no reason to use ↵Jerome Charaoui
false
2015-05-08Remove unreliable default value from $dir parameter of sandbox, should be ↵Jerome Charaoui
required anyway
2015-05-08Adjust $home default value of the rsync handler, removes $real_homeJerome Charaoui
2015-05-08Fix conditional for Ssh_authorized_key in server classJerome Charaoui
2015-05-08Undo change to source filename of client-side ssh keyJerome Charaoui
2015-05-07Fix typosJerome Charaoui
2015-05-07Can't use ensure_resource() to define an exported resourceJerome Charaoui
2015-05-07Fix default value of $ssh_dir variable in server sandboxJerome Charaoui
2015-05-07Remove invalid $host parameter in backupninja::key declarationsJerome Charaoui
2015-05-07Fix typosJerome Charaoui
2015-05-07Renamed $installkey parameter to $keymanage, see upgrade notice in READMEJerome Charaoui
2015-05-07Merge branch 'multi-backup'Jerome Charaoui
Conflicts: README See merge request !5
2015-04-23Merge branch 'march2015-refactor' into 'master'Antoine Beaupré
March2015 refactor This branch is an attempt to bring the backupninja module in the 21st century. See the upgrade notice in the README for details. See merge request !4
2015-04-22fix non-rdiff backup checksAntoine Beaupré
2015-04-22we switched layout: only one subdir nowAntoine Beaupré
2015-04-22always add the directory name to serviceAntoine Beaupré
2015-04-22complete multi-backup support by using the name in the subdirectoryAntoine Beaupré
2015-04-17add an option to directly pipe results to nagios to avoid timeoutsAntoine Beaupre
2015-04-17improve logging by showing the flag file usedAntoine Beaupré
2015-04-17use end times for backupsAntoine Beaupré
2015-04-17add state to messageAntoine Beaupré
2015-04-17show time delay in hoursAntoine Beaupré
2015-04-17look into subdirectories for multiple backups per hostsAntoine Beaupré
we still have a somewhat fucked up structure here, but that's how we use it at koumbit right now
2015-04-17Clarify README upgrade noticeJerome Charaoui
2015-04-17Update README, see upgrade noticeJerome Charaoui