- Aug 08, 2008
-
-
micah authored
-
- Jul 28, 2008
-
-
intrigeri authored
-
- Jul 25, 2008
-
-
micah authored
-
- Jul 21, 2008
-
-
micah authored
-
- Jul 06, 2008
- Jun 29, 2008
- Jun 25, 2008
-
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
lib/tools.in(maketemp): really remove insecure fall-back if mktemp is missing, since it is now required at build-time
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
sys: fix catifexec invocations with arguments to prevent "line 191: [: too many arguments" error messages
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
sys: fixed debconf-get-selections search in VServers, especially in case it is not available on the host
-
intrigeri authored
-
micah authored
-
- Jun 24, 2008
-
-
micah authored
-
micah authored
added more robust mdadm raid device capture, by actually scanning active arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty
-
micah authored
fixed catifexec function to actually work, also now takes arguments that are passed, thanks to a report from John Hallam
-
micah authored
add the ability to save the debconf package selection states in the sys handler, which aides in restoring installed packages with the right choices made
-
micah authored
made mktemp a requirement for building backupninja, added autotools variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
-
intrigeri authored
sys: support selection of VServers to run on with the new vsnames configuration option (Closes: Trac#45)
-
intrigeri authored
-
intrigeri authored
lib/vserver: added vservers_running function, use it in sys handler (to ease future fix for Trac#45)
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
-
intrigeri authored
dup: support every duplicity-supported transport with new configuration option desturl (Closes: #483712, #346040, Trac#2)
-
intrigeri authored
-
- Jun 23, 2008
- Jun 19, 2008
-
-
micah authored
-
micah authored
ssh identity file, defaulting to the expected /root/.ssh/id_rsa. This is important to have if you are trying to backup to a different user on a backuphost than other handlers are using. For example, if the rdiff handler is connecting to backalbatross@backupserver-pn using /root/.ssh/id_rsa for public key authentication, and you want to configure the maildir handler to connect as user backmaildir@backupserver-pn you will might want to specify a different identity file for that authentication (if you do not want to share the id file between the 'backalbatross' and 'backmaildir' users). Note: this cannot be accomplished with a ssh config file because that file is host based, ie. you can only specify one user per host specified in the config
-
- May 08, 2008
-
-
micah authored
-