Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-03 | upgrade backupninja version to the version that will be shipped with lenny | Micah Anderson | |
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 | update backupninja package to the version that is in lenny | Micah Anderson | |
2008-08-06 | update to latest backupninja | Micah Anderson | |
2008-07-31 | change permissions to octals. | Pietro | |
2008-07-31 | allow for a resource override of managing the ssh directory | Micah Anderson | |
2008-07-31 | more formatting changes | Micah Anderson | |
2008-06-03 | installkey uses true value now instead | Micah Anderson | |
2008-05-30 | change from installkeys to installkey | Micah Anderson | |
when you have two rdiff-backup calls, then the User is a Duplicate definition, i think the only way to do it is to have a variable that you can set to turn off user handling (which we make $installuser and $usermanage be consistant with $installkey and $keymanage), which is set true by default, but when you have a second rdiff call on a host, you can set it to false | |||
2008-05-30 | change the backupninja::client::key definition to use the $user variable | Micah Anderson | |
change the $host variable to no longer use the $user variable, that way multiple rdiff's can be instantiated for a particular host, with different name variables in order to do that, the class also has to have the $installkeys variable that can be passed to backupninja::client::key so that the second rdiff instantiation would set installkeys => false, otherwise there will be an attempt to duplicate the resource | |||
2008-05-22 | remove debugging info | Micah Anderson | |
2008-05-22 | fix up the key creation | Riseup | |
2008-05-22 | oops, one more curly brace fix | Micah Anderson | |
2008-05-22 | fix missing curly braces, and also fix up indentation | Micah Anderson | |
2008-05-22 | try to manage the backupninja keys in a sane way, but might be totally insane | Micah Anderson | |
2008-05-20 | harmonize spacing to be consistant | Micah Anderson | |
2008-02-29 | install anarcats backupninja module changes | Micah Anderson | |