aboutsummaryrefslogtreecommitdiff
path: root/handlers/rdiff.helper
AgeCommit message (Collapse)Author
2007-10-12fixed autotools build, broken since r466, inhandlers/Makefile.amintrigeri
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-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-19rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff ↵intrigeri
handler, weird.)
2006-01-19homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and ↵intrigeri
vsinclude
2006-01-09. fixed errors in create remote dirElijah Saxon
. code formatting cleanup (three spaces indent) . fixed bug which caused only first include/exclude dir to have "include = " . fixed globbing bug with exclude
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-27 r241@um: micah | 2005-12-27 15:21:17 -0500Micah Anderson
Updated rdiff-backup to do vserver selection using lib/vservers
2005-12-27 r238@um: micah | 2005-12-27 13:32:57 -0500Micah Anderson
Add global variable rdiff_title and change all the titles to use it
2005-11-29 r3554@krups: intrigeri | 2005-11-15 04:09:01 +0100intrigeri
rdiff.helper: (re)rename do_rdiff_conn function to do_rdiff_ssh_con, since the previous rename was not the good one.
2005-11-29 r3553@krups: intrigeri | 2005-11-15 04:02:31 +0100intrigeri
rdiff.helper: rename do_ssh_con function to do_rdiff_conn, in order not to pollute namespace... and allow future code factorization :)
2005-11-29 r3548@krups: intrigeri | 2005-11-14 20:47:49 +0100intrigeri
Fix: the "Cancel" buttons used to have a weird behaviour... at least
2005-11-29 r3546@krups: intrigeri | 2005-11-14 20:32:59 +0100intrigeri
Fix: used to expand '*' in default source directories
2005-11-05Added remote destination directory checking and auto creation if doesn't exist.Micah Anderson
Also fixed a bug in the rdiff handler that caused a unary operation error if the variable wasn't fixed
2005-11-05Fixed bug in rdiff.helper that kept include and exclude lines from being put ↵Micah Anderson
in the file
2005-11-05Added auto remote rdiff-backup installation if possible to ninjahelperMicah Anderson
2005-11-04Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000Micah Anderson
2005-10-19fixed many bugs in rdiff.helperElijah Saxon
added more verbage to ninjahelper added some IFS=$'' to easydialog (this allows you to pass through blank lines).
2005-10-07applied patch to rdiff.helper, removed /etc/passwd from mysql handler.Elijah Saxon
2005-07-08made it so that helpers are dynamically defined.Elijah Saxon
2005-07-07greatly improved the rdiff wizard. added default option to menu in easydialog.Elijah Saxon
2005-07-06fixed handling of * in easydialog.Elijah Saxon
added .disabled
2005-07-04created ninjahelperElijah Saxon