Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-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 autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |
2007-08-05 | dup: cleanup unused var. | intrigeri | |
2007-07-28 | add patch to ignore rdiff minor version levels | Micah Anderson | |
2007-06-19 | rub: Fixed integer comparison (Closes: Trac#3) | intrigeri | |
2007-06-19 | rdiff: handle "keep = yes" to disable old backups removal (Closes: #424633) | intrigeri | |
2007-04-23 | made maildir handler spit out username when in debug mode | Elijah Saxon | |
2007-03-23 | commented out info line | Elijah Saxon | |
2007-03-04 | fix LC_ALL=C sfdisk thing that I missed | Micah Anderson | |
2007-03-04 | added ninjareport | Micah Anderson | |
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071) | |||
2007-02-23 | updated autotools abstraction to properly pick up different awk, sed, | Micah Anderson | |
and md5sum locations | |||
2007-02-01 | added some fixes from ale for the ldap handler | Micah Anderson | |
re-ordered the handler list in the changelog to be alpha | |||
2007-01-22 | made source directory not found into warning instead of fatal | Elijah Saxon | |
2007-01-21 | Updated makefiles to include rsnap/rub files that were | Micah Anderson | |
accidentally omitted | |||
2006-12-15 | Add Jamie McClelland's cstream patches | Micah Anderson | |
2006-12-13 | fixed case where combination of compress=no and specifying individual | Micah Anderson | |
vservers and mysqld wasn't running or mysqldump didn't exist would cause a zero byte backup file | |||
2006-11-01 | Added rub handler fixes from rhatto | Micah Anderson | |
2006-11-01 | sys: closes 396632 for real | intrigeri | |
2006-11-01 | sys: start to fix silly output display and data loss | intrigeri | |
2006-11-01 | pgsql: support PGSQLUSER for real (Closes: #396578) | intrigeri | |