Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-06 | . make maildir helper look in every subdirectory of the source ↵ | Micah Anderson | |
directory for maildirs, rather than just looking in the directories [a-zA-Z0-9], thanks for the patch from chris@cenolan.com (Trac#43) | |||
2008-06-29 | dup: added option --force to cleanup and remove-older-than commands, else ↵ | intrigeri | |
they actually do not do anything | |||
2008-06-29 | sys: explain how to fix the issue on "debconf-get-selections missing" error | intrigeri | |
2008-06-25 | dup: set secure permissions on tmpdir when creating it | intrigeri | |
2008-06-25 | sys: make debconf-get-selections detection on VServers really more robust | intrigeri | |
2008-06-25 | sys: fix catifexec invocations with arguments to prevent "line 191: [: too ↵ | intrigeri | |
many arguments" error messages | |||
2008-06-25 | sys: make error message clearer when debconf-get-selections can not be found ↵ | intrigeri | |
on the host | |||
2008-06-25 | sys: typo | intrigeri | |
2008-06-25 | sys: fixed debconf-get-selections search in VServers, especially in case it ↵ | intrigeri | |
is not available on the host | |||
2008-06-25 | sys: fix typo | intrigeri | |
2008-06-25 | stop failing on all the trac backups if just one fails | Micah Anderson | |
2008-06-24 | fix missing which that intrigeri saw | Micah Anderson | |
2008-06-24 | added 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-24 | fixed catifexec function to actually work, also now takes arguments that are ↵ | Micah Anderson | |
passed, thanks to a report from John Hallam | |||
2008-06-24 | add 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-24 | sys: support selection of VServers to run on with the new vsnames ↵ | intrigeri | |
configuration option (Closes: Trac#45) | |||
2008-06-24 | pgsql, mysql, svn: use new vservers_running function from lib/vserver ↵ | intrigeri | |
(factorization++) | |||
2008-06-24 | lib/vserver: added vservers_running function, use it in sys handler (to ease ↵ | intrigeri | |
future fix for Trac#45) | |||
2008-06-24 | dup: actually allow to backup only VServers, by relaxing $include test | intrigeri | |
2008-06-24 | sys: update for 2.6 kernels: use /proc/kallsyms instead of /proc/ksyms ↵ | intrigeri | |
(Closes: Trac#39) | |||
2008-06-24 | pgsql: clarify error message when backupdir does not exist | intrigeri | |
2008-06-24 | dup: warn about bandwithlimit being unused when desturl is set | intrigeri | |
2008-06-24 | dup: support every duplicity-supported transport with new configuration ↵ | intrigeri | |
option desturl (Closes: #483712, #346040, Trac#2) | |||
2008-06-23 | LDAP helper: make error message clearer when no supported backend is found | intrigeri | |
2008-06-23 | LDAP: support HDB backend just as the BDB one | intrigeri | |
2008-06-19 | add an option to maildir handler to enable you to specify a particular | Micah 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-02-19 | change the date format for the deleted timestamp | Elijah Saxon | |
2008-02-19 | fixed bug where maildirs that start with a number were skipped. make deleted ↵ | Elijah Saxon | |
maildirs record the date they were deleted | |||
2008-02-13 | move -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-14 | support 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-12 | rdiff: incorporate sshoptions into options via remote-schema if not there | Micah Anderson | |
2007-12-05 | fixed ignore_version default value | Micah Anderson | |
2007-12-02 | add wget handler, add released tag to the changelog and setup changelog for ↵ | Micah Anderson | |
next release | |||
2007-12-02 | add missing parameter to rsync | Micah Anderson | |
2007-11-29 | duplicity: clarify comments about duplicity versions compatibility | intrigeri | |
2007-11-26 | dup: new tmpdir config option, useful when duplicity fills up /tmp | intrigeri | |
2007-11-25 | fix duplicity version test | intrigeri | |
2007-11-25 | fix typo | Micah Anderson | |
2007-11-24 | allow for exclude only configurations to rdiff-backup handler: Closes Trac#21 | Micah Anderson | |
2007-11-24 | fixup ldap SSL/TLS options, make TLS default in helper, Closes: Trac#13 | Micah Anderson | |
2007-11-24 | fix Trac#25 | Micah Anderson | |
2007-11-24 | fixed ldap handler not recognizing database suffix | Micah Anderson | |
2007-11-24 | fixed Trac#29 causing slapcat + gzip not to work | Micah Anderson | |
2007-11-24 | fixed ldap helper setting compress option wrong, standardize on options | Micah Anderson | |
2007-11-24 | add a maildir examples file | Micah Anderson | |
2007-11-24 | added local support to rdiff helper | Micah Anderson | |
2007-11-24 | fixed Trac #1, actually add example.rsync | Micah Anderson | |
2007-11-20 | add patch from matthew palmer to enhance mysql database selection (Closes: ↵ | Micah Anderson | |
#452039) | |||
2007-11-06 | add example.rsync and updated rsync handler from rhatto | Micah Anderson | |
2007-11-03 | fixed typo (rsyn.in) that prevented make to work | intrigeri | |