Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | always use force, use backports for rdiff-backup in etch so we always use ↵ | Antoine Beaupre | |
lenny's version | |||
2009-04-27 | add backups servicegroup, put rdiff in a seperate class so we can override | 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 | |||
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-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-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-08 | fix remove, should default to false instead of 'no' | 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 | |
2008-07-31 | setup the backupninja module to enable specification of the location | Micah Anderson | |
of the ssh authorized_keys directories and files so that if you are not using the standard location for authorized_keys files ($HOME/.ssh/authorized_keys) and instead using the /etc/ssh/sshd_config option "AuthorizedKeysFile" you can then specify where that will be. For example, if your /etc/ssh/sshd_config has: AuthorizedKeysFile /etc/ssh/authorized_keys/$u then you could specify in the rdiff-backup definition the following parameters: ... ssh_dir => "/etc/ssh/authorized_keys", authorized_keys_file => "${hostname}", to create the file /etc/ssh/authorized_keys/${hostname} instead of the default location (if unspecifed, the default is used). | |||
2008-07-08 | add some error checks to make sure necessary values are set | Micah Anderson | |
2008-07-08 | unset some default values that probably shouldn't be set | Micah Anderson | |
2008-07-08 | forgot the when parameter which is needed for this handler | Micah Anderson | |
2008-07-08 | changing order so it doesnt use the same one as the sys handler. | Pietro | |
2008-07-08 | sh backupninja handler. | Pietro | |
2008-07-08 | make new maildir piece to backupninja module | Micah Anderson | |
2008-06-05 | config option should be vservers plural | Micah Anderson | |
2008-06-05 | Add vsinclude option to rdiff handler | Micah Anderson | |
2008-06-03 | installkey uses true value now instead | Micah Anderson | |
2008-06-03 | fix incorrect variable definition | Micah Anderson | |
2008-06-03 | add a way to override the automatic tag creation based on hostname | Micah Anderson | |
set the backuptag on crabgrass to not use the default one, otherwise it wont be collected | |||
2008-06-03 | add vserver support to backupninja config | Micah Anderson | |
add vsnames support to mysql config |