Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-27 | Trying to avoid duplicate definition of backupninja::client::key on ↵ | Silvio Rhatto | |
backupninja::rdiff | |||
2009-08-26 | Avoiding duplicate file definitions at backupninja::client::key | Silvio Rhatto | |
2009-08-26 | Setting the right default value for backupkeytype | Silvio Rhatto | |
2009-08-26 | Adding backupkeytype parameter at backupninja::rdiff | Silvio Rhatto | |
2009-08-26 | Fixing some definitions at backupninja::server::sandbox (2) | Silvio Rhatto | |
2009-08-26 | Fixing some definitions at backupninja::server::sandbox | Silvio Rhatto | |
2009-08-26 | Oops | Silvio Rhatto | |
2009-08-26 | Add rdiff::backup option to config dest user home folder | Silvio Rhatto | |
2009-07-19 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
2009-07-16 | Checking whether an exported resource is defined | Silvio Rhatto | |
Checking whether an exported resource is already defined at backupninja::server::sandbox, otherwise puppet will try to redefined them each time a backup resource type is invoked with the same arguments (such as $directory), raising an error. | |||
2009-07-15 | add some details to the README about the package installation options | Micah Anderson | |
2009-07-15 | fix rdiff-backup class name, "You can use Aa-Zz, 0-9 and underscores in ↵ | Micah Anderson | |
variables, resources and class names." which means no dashes in class names either | |||
2009-07-15 | remove redundant case statements which tested to see if the package ensure ↵ | Micah Anderson | |
version variables were set changed the $rdiff-backup_ensure_version variable to $rdiff_backup_ensure_version as dashes are not allowed in variable names | |||
2009-07-15 | create subclasses for maildir and rdiff-backup. If you are using these ↵ | Matt Taggart | |
features of backupninja, you'll want to switch to doing "include backupninja::client::maildir" for the machines that need it and this will pull in backupninja::client, so you don't need to include that anymore if you were explicitly doing so for those machines (although it shouldn't hurt). Right now what using these new subclasses will get you is dependencies on needed packages, but in the future there might be more. | |||
2009-07-13 | adding duplicity package as dependency for handler. | drebs | |
2009-07-13 | fixing file extension from ".duplicity" to ".dup". | drebs | |
2009-07-13 | adding key type for duplicity. | drebs | |
2009-07-13 | adding support for keytypes in backupninja server. | drebs | |
2009-07-13 | adding backup-key-type to duplicity handler. | drebs | |
2009-07-13 | eliminating some globbing because of server cache. | drebs | |
2009-07-13 | some corrections to duplicity handler. | drebs | |
2009-07-13 | adding duplicity handler. | drebs | |
2009-07-12 | adding duplicity configfile template. | drebs | |
2009-06-25 | detect properly duplicity backups | Antoine Beaupre | |
2009-06-18 | add -o flag to treat only one backup, add rsync.log detection | Antoine Beaupre | |
2009-06-16 | the rdiff handler requires rsync to be installed on the node, include it | Antoine Beaupre | |
2009-06-16 | add extras flag to add arbitrary options to rdiff configuration | Antoine Beaupre | |
2009-06-16 | parse rdiff-backup logfile for the last real successful backup instead of ↵ | Antoine Beaupre | |
just relying on the backup logfile timestamp | |||
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-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-04-14 | remove the versioncmp function in the rdiff handler. This was a nice attempt ↵ | Micah Anderson | |
to try and support older puppets, but this functionality has not stabilized yet, 0.24.8 broke versioncmp and there looks like a new way coming. Its easier to be mean. | |||
2009-03-11 | Merge branch 'master' of gitosis@labs.riseup.net:module_backupninja | Micah Anderson | |
2009-03-11 | the default value for sshoptions is 'false' and this value ends up getting | Micah Anderson | |
set into the rdiff config, so 'sshoptions = false' which results in the host attempting to connect to a hostname called 'false'. This change only includes it if the value is not 'false'. | |||
2009-03-09 | fix the $when default parameter to use the correct syntax | Micah Anderson | |
If when is set to just '01:00' (as it was previously), then backups will never run due to the time format being specified incorrectly. Backupninja considers '01:00' to be the day of the week and every time it wakes up to see if it is time to do a backup it determines that it is currently not the day "01:00" and so it shouldn't do a backup now. In otherwords, it will never do a backup at this rate. I've filed a bug for this issue, because it probably should at least let you know that you've failed. https://labs.riseup.net/code/issues/show/640 | |||
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 | |
2009-01-03 | Merge branch 'master' of gitosis@labs.riseup.net:module_backupninja | Micah Anderson | |