Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | add backups servicegroup, put rdiff in a seperate class so we can override | Antoine Beaupre | |
2009-04-27 | add missing comma | Antoine Beaupre | |
2009-04-17 | drop the dom_sufx hack, calculate based on the parent's domain instead | Antoine Beaupre | |
2009-04-17 | note which is the parent | Antoine Beaupre | |
2009-04-17 | detect multiple vserver locations | Antoine Beaupre | |
2009-04-17 | try to refactor to detect vserver backups | Antoine Beaupre | |
2009-01-17 | fix resource tag exported from rdiff resources, install rdiff in the ↵ | Antoine Beaupre | |
rdiff-backup define | |||
2009-01-17 | upgrade backupninja to new testing version | Antoine Beaupre | |
2009-01-14 | revert part of last commit: the backuptag is really based on the host ↵ | Antoine Beaupre | |
provided to the rdiff command and the host provided to the sandbox is the fqdn of the server | |||
2009-01-14 | fix sandbox dependencies | Antoine Beaupre | |
2009-01-14 | default backup tag to fqdn, not specified host | Antoine Beaupre | |
2009-01-13 | rewrite nagios check scripts in perl | Antoine Beaupre | |
2009-01-08 | run the nagios checks more regularly | Antoine Beaupre | |
2009-01-06 | add checkbackups cron job, fix multiple instances of passive service for ↵ | Antoine Beaupre | |
manually specified sandboxes | |||
2009-01-06 | send the fqdn, not the specified host, to the sandbox so that it knows for ↵ | Antoine Beaupre | |
which host it's being configured | |||
2009-01-06 | cosmetic changes | Antoine Beaupre | |
2008-12-11 | allow arbitrary keyfiles to be distributed alongside the rdiff plugin | Antoine Beaupre | |
2008-12-11 | fix user initialisation. without this i was getting: | Antoine Beaupre | |
Could not retrieve catalog: Puppet::Parser::AST::Resource failed with error ArgumentError: Duplicate definition: User[false] is already defined in file /etc/puppet/modules/backupninja/manifests/server.pp at line 103; cannot redefine at /etc/puppet/modules/backupninja/manifests/server.pp:103 on node alexandria.koumbit.net also add rsync and rdiff-backup on the backup server to make those methods work out of the box | |||
2008-12-08 | Merge commit 'micah/master' | Antoine Beaupre | |
Conflicts: templates/rdiff.conf.erb | |||
2008-12-08 | setup rdiff handler template to work properly for different versions of puppet | Micah Anderson | |
2008-12-07 | switch to the correct method name | Micah Anderson | |
2008-12-06 | fix variable instanciation in template | Antoine Beaupre | |
2008-12-06 | replace the directory parameter by a home parameter | Antoine Beaupre | |
the directory is now /rdiff-backup to avoid rdiff-backup overwriting the .ssh dir at every run | |||
2008-12-06 | fix typo in mysql commit | Antoine Beaupre | |
2008-12-06 | make the user depend on its home so it gets created properly | Antoine Beaupre | |
2008-12-06 | allow disabling the configfile parameter completely, put it in the config ↵ | Antoine Beaupre | |
file properly | |||
2008-12-05 | Merge branch 'master' of gitosis@labs.riseup.net:module_backupninja | Micah Anderson | |
2008-12-05 | Change to the new format required in templates now that scope is no longer ↵ | Micah Anderson | |
availble in templates since 0.24.6: http://projects.reductivelabs.com/issues/show/1177 | |||
2008-10-16 | err, meant to upgrade the backupninja package here, not the rdiff one | Micah Anderson | |
2008-10-16 | update backupninja version to newest version in BPO. this enables etch ↵ | Micah Anderson | |
machines to talk to lenny | |||
2008-10-06 | change the default order for the maildir handler to be 99, because | Micah Anderson | |
this handler runs continuously its better if all the other handlers have run before this one is started (such as the rdiff-backup one) | |||
2008-10-06 | update backupninja package to the version that is in lenny | Micah Anderson | |
2008-08-31 | update the details in the backupninja README | Micah Anderson | |
2008-08-08 | fix remove, should default to false instead of 'no' | Micah Anderson | |
2008-08-08 | fix typo | Micah Anderson | |
2008-08-08 | adding the ability to specify how much maildir backups to keep | Micah Anderson | |
2008-08-08 | standardize the spacing/indentation | Micah Anderson | |
2008-08-06 | update to latest backupninja | Micah Anderson | |
2008-08-01 | fix one screw up from last commit. | Pietro | |
2008-07-31 | change permissions to octals. | Pietro | |
2008-07-31 | standardize formatting | Micah Anderson | |
2008-07-31 | allow for a resource override of managing the ssh directory | Micah Anderson | |
2008-07-31 | remove extraneous curly brace | Micah Anderson | |
2008-07-31 | enable the ability to override if the ssh directory is managed or not, in | Micah Anderson | |
situations where there is a system-wide /etc/ssh/authorized_keys directory, this will likely not be managed by the backupninja module, and managing it here will result in duplicate definitions | |||
2008-07-31 | change to standardized formatting | Micah Anderson | |
2008-07-31 | more formatting changes | Micah Anderson | |
2008-07-31 | fix directory bug that was causing the home directory to be prepended to the ↵ | Micah Anderson | |
beginning of the $sshdir | |||
2008-07-31 | move to standardized spacing and indentation | Micah Anderson | |
2008-07-31 | add missing parameter for Backupninja::Rdiff type | Micah Anderson | |
2008-07-31 | re-add accidentally removed opening brace | Micah Anderson | |