Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2007-11-24 | fix Trac#25 | Micah Anderson | |
2007-11-24 | add a maildir examples file | Micah Anderson | |
2007-10-12 | fixed autotools build, broken since r466, inhandlers/Makefile.am | intrigeri | |