Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-29 | Adding missing keystore and backupkeystore parameters at rdiff and dup ↵ | Silvio Rhatto | |
definitions | |||
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 | Making backupkeytype = false by default to avoided blank keytype | Silvio Rhatto | |
2009-08-27 | Merge commit '6734c256525e1dd42ba3648db82083bcabca66ed' | Micah Anderson | |
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 | 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 | 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-26 | Setting the right default value for backupkeytype | Silvio Rhatto | |
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 backup-key-type to duplicity handler. | drebs | |
2009-07-13 | some corrections to duplicity handler. | drebs | |
2009-07-13 | adding duplicity handler. | drebs | |