Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | pgsql: clarify error message when backupdir does not exist | intrigeri | |
2008-06-24 | Fixed tr construct reporting a warning (Closes: #452669). | 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-24 | Allow the entire backup run to be halted by an action (Closes: #455836) | intrigeri | |
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 changelog entry for maildir destid_file addition | Micah Anderson | |
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-05-08 | fix spelling error | Micah Anderson | |
2008-03-13 | add changelog entry for maildir fix | Micah Anderson | |
2008-03-13 | fix cstream definition | Micah Anderson | |
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 | prepare for release | Micah Anderson | |
2007-12-02 | add missing parameter to rsync | Micah Anderson | |
2007-11-29 | duplicity: clarify comments about duplicity versions compatibility | intrigeri | |
2007-11-28 | redhat spec file updates | Micah Anderson | |
2007-11-26 | dup: new tmpdir config option, useful when duplicity fills up /tmp | intrigeri | |
2007-11-25 | added bug number | Micah Anderson | |
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 | Fixes for Trac#24 | 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 | actually include the example file | 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 | |
2007-11-02 | remove rsnap and rename rub handler to rsync, after consultation with rhatto | Micah Anderson | |
2007-11-02 | added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829) | Micah Anderson | |
2007-11-02 | added ignore_version option to rdiff handler to enable you override the ↵ | Micah Anderson | |
version check | |||
2007-11-01 | add some debian bug numbers to Changelog for reference | Micah Anderson | |
2007-10-15 | Support duplicity >= 0.4.3 invocation syntax | intrigeri | |
2007-10-12 | forgot to add CLEANFILES to handlers/Makefile.am | intrigeri | |
2007-10-12 | Fixed reportspace option (Trac#10) | intrigeri | |
2007-10-12 | fixed Trac#11 | intrigeri | |
2007-10-12 | fixed autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |