aboutsummaryrefslogtreecommitdiff
path: root/handlers/dup.helper
AgeCommit message (Collapse)Author
2006-10-07dup, rdiff: implemented and documented simpler and clearer symlinks/globbingintrigeri
behaviour, as proposed on http://lists.riseup.net/www/arc/backupninja/2006-07/msg00008.html
2006-06-04rdiff and dup handlers/helpers/examples symlink and globbing support enhancementintrigeri
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path.
2006-06-03dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflectedintrigeri
this into the docs/examples/Changelog
2006-06-03dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵intrigeri
anymore, though)
2006-05-30dup (helper + handler + example config) : don't pretend anymore that duplicityintrigeri
can work without any passphrase ; thanks Micah for the bug report
2006-04-22minor spelling fixMicah Anderson
2006-04-22A couple other minor edits to languageMicah Anderson
2006-04-22The helper didn't display the key properly, and I couldn't figure outMicah Anderson
how to get it to do so, so I just removed that piece ;)
2006-04-22Minor grammar fixMicah Anderson
2006-02-23Added some more default excludes as reported by Adam Porter in bug #353412Micah Anderson
2006-01-19- dup & rdiff handlers: finally, a real and well tested fix for the globbing bugintrigeri
- rdiff: it's now possible to choose exactly which vservers should be backed-up, as it already was with duplicity handler, with the "vsnames" configuration setting
2006-01-19homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and ↵intrigeri
vsinclude
2006-01-17dup.helper: fixed output syntax for multiple vsnamesintrigeri
example.dup: fixed example vsnames syntax
2005-12-28 r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100intrigeri
Reverted indentation level to 3.
2005-12-28 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100intrigeri
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28Added the "Emacs comment line" on top of every shell file.intrigeri
2005-12-28dup.helper: updated to support the new duplicity handlers features.intrigeri
2005-12-27 r239@um: micah | 2005-12-27 14:52:42 -0500Micah Anderson
I think the first three items are required, not the last 3 :)
2005-11-29 r3569@krups: intrigeri | 2005-11-17 22:34:04 +0100intrigeri
dup.helper: now remembers the src-section values (includes, etc.) inside one do_new session
2005-11-29 r3568@krups: intrigeri | 2005-11-17 22:25:05 +0100intrigeri
dup.helper: some code cleaning
2005-11-29 r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100intrigeri
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
2005-11-29 r3564@krups: intrigeri | 2005-11-16 20:33:48 +0100intrigeri
dup.helper: disabled connection setup, waiting for rdiff.helper code to be shared in some lib.
2005-11-29 r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100intrigeri
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100intrigeri
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.