aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-25lib/Makefile.am: fix CLEANFILES, add substitution for MKTEMP, else ↵intrigeri
ninjahelper crashes
2008-06-25sys: make debconf-get-selections detection on VServers really more robustintrigeri
2008-06-25sys: fix catifexec invocations with arguments to prevent "line 191: [: too ↵intrigeri
many arguments" error messages
2008-06-25sys: make error message clearer when debconf-get-selections can not be found ↵intrigeri
on the host
2008-06-25sys: typointrigeri
2008-06-25sys: fixed debconf-get-selections search in VServers, especially in case it ↵intrigeri
is not available on the host
2008-06-25sys: fix typointrigeri
2008-06-25stop failing on all the trac backups if just one failsMicah Anderson
2008-06-24fix missing which that intrigeri sawMicah Anderson
2008-06-24added more robust mdadm raid device capture, by actually scanning active ↵Micah Anderson
arrays via mdadm, rather than just catting the mdadm.conf file, which may be empty
2008-06-24fixed catifexec function to actually work, also now takes arguments that are ↵Micah Anderson
passed, thanks to a report from John Hallam
2008-06-24add the ability to save the debconf package selection states in the sys ↵Micah Anderson
handler, which aides in restoring installed packages with the right choices made
2008-06-24made mktemp a requirement for building backupninja, added autotools ↵Micah Anderson
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
2008-06-24sys: support selection of VServers to run on with the new vsnames ↵intrigeri
configuration option (Closes: Trac#45)
2008-06-24pgsql, mysql, svn: use new vservers_running function from lib/vserver ↵intrigeri
(factorization++)
2008-06-24lib/vserver: added vservers_running function, use it in sys handler (to ease ↵intrigeri
future fix for Trac#45)
2008-06-24dup: actually allow to backup only VServers, by relaxing $include testintrigeri
2008-06-24sys: update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms ↵intrigeri
(Closes: Trac#39)
2008-06-24pgsql: clarify error message when backupdir does not existintrigeri
2008-06-24Fixed tr construct reporting a warning (Closes: #452669).intrigeri
2008-06-24dup: warn about bandwithlimit being unused when desturl is setintrigeri
2008-06-24dup: support every duplicity-supported transport with new configuration ↵intrigeri
option desturl (Closes: #483712, #346040, Trac#2)
2008-06-24Allow the entire backup run to be halted by an action (Closes: #455836)intrigeri
2008-06-23LDAP helper: make error message clearer when no supported backend is foundintrigeri
2008-06-23LDAP: support HDB backend just as the BDB oneintrigeri
2008-06-19add changelog entry for maildir destid_file additionMicah Anderson
2008-06-19add an option to maildir handler to enable you to specify a particularMicah Anderson
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
2008-05-08fix spelling errorMicah Anderson
2008-03-13add changelog entry for maildir fixMicah Anderson
2008-03-13fix cstream definitionMicah Anderson
2008-02-19change the date format for the deleted timestampElijah Saxon
2008-02-19fixed bug where maildirs that start with a number were skipped. make deleted ↵Elijah Saxon
maildirs record the date they were deleted
2008-02-13move -maxdepth 1 option before -type d due to find giving this warning when ↵Micah Anderson
it is after: find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
2008-01-14support new duplicity versions:intrigeri
- general cleanup of dup handler - support remove-older-than command - also run "duplicity cleanup" before anything else, for safety reasons - migrated full/incremental backup switch to new syntax ChangeLog: removed trailing space
2007-12-12rdiff: incorporate sshoptions into options via remote-schema if not thereMicah Anderson
2007-12-05fixed ignore_version default valueMicah Anderson
2007-12-02add wget handler, add released tag to the changelog and setup changelog for ↵Micah Anderson
next release
2007-12-02prepare for releaseMicah Anderson
2007-12-02add missing parameter to rsyncMicah Anderson
2007-11-29duplicity: clarify comments about duplicity versions compatibilityintrigeri
2007-11-28redhat spec file updatesMicah Anderson
2007-11-26dup: new tmpdir config option, useful when duplicity fills up /tmpintrigeri
2007-11-25added bug numberMicah Anderson
2007-11-25fix duplicity version testintrigeri
2007-11-25fix typoMicah Anderson
2007-11-24allow for exclude only configurations to rdiff-backup handler: Closes Trac#21Micah Anderson
2007-11-24fixup ldap SSL/TLS options, make TLS default in helper, Closes: Trac#13Micah Anderson
2007-11-24fix Trac#25Micah Anderson
2007-11-24Fixes for Trac#24Micah Anderson
2007-11-24fixed ldap handler not recognizing database suffixMicah Anderson