aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup.helper.in
AgeCommit message (Collapse)Author
2014-02-22Added SIGN_PASSPHRASE support for dup handler.Dominik George
2013-07-23Clarify that duplicity/paramiko doesn't support spaces between -o and ↵intrigeri
IdentityFile anymore.
2012-01-29Use --ssh-options with dup >= 0.6.17.intrigeri
... and warn about unsupported options.
2011-10-22dup: add support for RackSpace's CloudFiles.intrigeri
Thanks to Yuval Kogman <nothingmuch@woobling.org> for the patch.
2011-09-24Make the .dup generated by ninjahelper more consistent with example.dup.intrigeri
I.e. document tmpdir.
2011-04-26Initialize dup_keepincroffulls as any other global variable.intrigeri
2011-04-25Fix option name, and revert defaults to previous settingsOlivier Berger
2011-04-25Now that there's some removal of increments for old fulls, we can keep fulls ↵Olivier Berger
for a longer time, for instance 1Y which becomes default
2011-04-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-04-25Proposed feature to address https://labs.riseup.net/code/issues/2492Olivier Berger
2011-02-16Make units clearer (Closes Redmine bug #2737).intrigeri
2011-01-27Documentation: recommend using 4096 bits RSA keys everywhere.intrigeri
2010-12-13dup helper: fix separate signing key usecase.intrigeri
Thanks to Ian Beckwith for the patch.
2010-05-10Added /var/cache/backupninja/duplicity to default excludes.intrigeri
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
2010-05-06Added ftp_password option.intrigeri
This is the only way to securely transmit the FTP password from backupninja to duplicity.
2010-05-06Better example.dup documentation. Thanks, Alster!intrigeri
2010-05-06Rephrase, reformat and sync example dup configuration.intrigeri
2010-05-02Implement Debian #535996 to use --full-if-older-thanOlivier Berger
2010-01-19add a few more 'formItem include' lines to the rdiff and dup handlersMicah Anderson
to improve the ninjahelper interface as requested by alster in redmine
2010-01-09dup: support backups to Amazon S3 bucketsintrigeri
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658.
2009-12-31dup.helper: do not propose to exclude /home/*/.gnupg twice anymore (Closes: ↵intrigeri
#563044)
2009-05-23Add a vim modeline with indentation settings.Matthijs Kooijman
The modelines added match the emacs lines already present and also set the filetype to sh (just like the emacs lines).
2009-05-23Make all indentation consistent.Matthijs Kooijman
Previously, there were many indentation styles in use: Real tabs, 2, 3 or 4 spaces, mixing these within the same file, function or even within a single line. This commit changes all bash scripts in the handlers, src and lib dirs to use consistent indentation: three spaces are now used everywhere. Other files (e.g. Makefiles) are left untouched. Additionally, this commit removes all trailing whitespace.
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)
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri