Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | Added class backupninja::client::sys to install neccessary files for ↵ | Varac | |
backupninja::sys on debian and ubuntu. | |||
2009-08-29 | Adding missing keystore and backupkeystore parameters at rdiff and dup ↵ | Silvio Rhatto | |
definitions | |||
2009-08-28 | Adding keytype at backupninja::client::key | Silvio Rhatto | |
2009-08-28 | Trying a different way to test definitions at backupninja::client::key (3) | Silvio Rhatto | |
2009-08-28 | Trying a different way to test definitions at backupninja::client::key (2) | Silvio Rhatto | |
2009-08-28 | Trying a different way to test definitions at backupninja::client::key | Silvio Rhatto | |
2009-08-28 | New backupninja::client::defaults to avoid duplicates. | Silvio Rhatto | |
Adding part of client.pp code into new class backupninja::client::defaults in an attempt to avoid duplicate definitions inside backupninja::client::key. | |||
2009-08-27 | Defaulting backupkeytype to 'rsa' | Silvio Rhatto | |
2009-08-27 | Adding additional clause to avoid blank real_keytype | Silvio Rhatto | |
2009-08-27 | Adding additional clause to avoid blank keytype | Silvio Rhatto | |
2009-08-27 | Making backupkeytype = false by default to avoided blank keytype | Silvio Rhatto | |
2009-08-27 | Removing wrong defined() call | Silvio Rhatto | |
2009-08-27 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
2009-08-27 | Merge commit '6734c256525e1dd42ba3648db82083bcabca66ed' | Micah Anderson | |
Conflicts: manifests/dup.pp | |||
2009-08-27 | Merge branch 'master' of git://labs.riseup.net/module_backupninja | Silvio Rhatto | |
Conflicts: manifests/dup.pp | |||
2009-08-27 | add a note about the password variable needing to be enclosed in single quotes | Micah Anderson | |
2009-08-27 | the $password variable also must be set, so spit an error if it is not defined | Micah Anderson | |
2009-08-27 | set a requirement that the rdiff-backup directory variable must be set | Micah Anderson | |
2009-08-27 | fix the $desthost variable requirement, was incorrectly set to $host | Micah Anderson | |
add a $destdir variable requirement | |||
2009-08-27 | I unset the duplicity options that are set by default by backupninja | Micah Anderson | |
already (it is unecessary to set them when they are already set to the defaults): testconnect, sign, keep, bandwidthlimit I also unset because they were not set to the defaults: $tmpdir = "/var/tmp/duplicity", $nicelevel = 19. The defaults for these are: $tmpdir = "/tmp", and $nicelevel = 0. The example configuration files included in backupninja are confusing about these, so I've just clarified those in the upstream source. Then there were a couple options that were set to values that I think should not be set: $password = "a_very_complicated_passphrase" -- I dont think this should be set by default at all, because people will accidentally use this passphrase by default (yuck). People should be forced to set this. I also reset the $destdir = "/backups" setting to be false. This value must be set, but I dont think it should be set by default. | |||
2009-08-27 | remove some stray comments | Micah Anderson | |
2009-08-27 | Fixing some definitions at backupninja::server::sandbox (2) | Silvio Rhatto | |
2009-08-27 | Fixing some definitions at backupninja::server::sandbox | Silvio Rhatto | |
2009-08-27 | 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-08-27 | add in comment from 05efcc415ed19793e10d71e95a1d412e5d2095d1, didn't | Micah Anderson | |
merge this commit, because it also includes the package installation bits that we are doing a different way | |||
2009-08-27 | * add duplicity package management class to the client class | Micah Anderson | |
* update the README to be more clear about how this works, provide more examples and included details about the addition of the backupninja::client::duplicity class | |||
2009-08-27 | Merge commit '73c59d37ff9f35abf4307fd243e4ed5ec9e78d97' | Micah Anderson | |
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 | 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-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-03 | upgrade backupninja version to the version that will be shipped with lenny | Micah Anderson | |