aboutsummaryrefslogtreecommitdiff
path: root/handlers
AgeCommit message (Collapse)Author
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-04-13Updated the sys handler to include all the checks that Petr KlimaMicah Anderson
sent in the rhsys handler, made it work for both redhat and debian
2006-04-12Added tar handlerMicah Anderson
2006-04-08backslashes for the double quotes are necessary in the debug linesMicah Anderson
otherwise when you run a test run it will print: debug su $user -c "$execstr" instead of expanding those variables the backslashes in the output= lines were wrong, but the debug lines were necessary :)
2006-04-08 r4446@krups: intrigeri | 2006-04-08 12:28:59 +0200intrigeri
mysql handler: removed over-enthusiastic quote-escaping, related to su ; previous versions broke the mysql handler both on sarge and sid.
2006-04-05Removed over zelous vsnames checkMicah Anderson
2006-03-25Added escaping of double quotes that were added previouslyMicah Anderson
2006-03-20Fixed su quoting usage, as outlined here:Micah Anderson
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-15Harder than it looks at first! This appears to fix it, but please try it out.Micah Anderson
2006-03-11Fixed the include=/exclude= improper dereference problem in the dup handlerMicah Anderson
2006-03-11If you include= or exclude= a directory that is actually a symlink Micah Anderson
somewhere along the chain you will only backup the symlink, and not the data, this is fixed here in rdiff with this change
2006-03-07mysql tried to remove a tmpfile that didn't exist, fixed check for thisMicah Anderson
2006-02-23Added some more default excludes as reported by Adam Porter in bug #353412Micah Anderson
2006-02-03Fixed improper use of $vuserhome as reported as Debian bug #351083Micah Anderson
2006-02-02mysql, pgsql and svn handlers: fixed inversed vsname emptyness testintrigeri
2006-02-01This test needs to be inverted, otherwise it doesn't backup vservers at allMicah Anderson
2006-01-31Removed vsnames variable check as it is "over-paranoid" :)Micah Anderson
2006-01-26Apparantly it is common practice to NOT keep generated files in the repository,Micah Anderson
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release)
2006-01-19typointrigeri
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-19handlers/sys: start to use new lib/vserver functionalityintrigeri
2006-01-19handlers/svn: use the same (short) code as pgsql and mysql to check vservers ↵intrigeri
availability
2006-01-19rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff ↵intrigeri
handler, weird.)
2006-01-19clean up and homogenize pgsql and mysql vserver checksintrigeri
2006-01-19handlers/pgsql: make more use of the new lib/vserver functionalityintrigeri
2006-01-19handlers/pgsql: make use of the new lib/vserver functionalityintrigeri
2006-01-19homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and ↵intrigeri
vsinclude
2006-01-19handlers/rdiff: make use of new lib/vserver functionalityintrigeri
2006-01-19rdiff: remove TODO comment line, since this has not to be done :)intrigeri
2006-01-19rdiff: fixed globbing bug for include, exclude and vsinclude (again.)intrigeri
2006-01-19rdiff: start to take advantage of new lib/vserver functionalityintrigeri
2006-01-19lib/vserver.in: new function: vservers_existintrigeri
handlers/dup: make use of new lib/vserver functionality
2006-01-17dup.helper: fixed output syntax for multiple vsnamesintrigeri
example.dup: fixed example vsnames syntax
2006-01-17handlers/dup: now works when multiple vservers names are given (separated by ↵intrigeri
space) in vsnames config variable
2006-01-17duplicity handler: warn if vsnames or vsinclude is enabled while vservers ↵intrigeri
support is disabled in backupninja.conf
2006-01-16autotools files upgrade to 0.9.2, seems to be needed and to have been forgottenintrigeri
2006-01-16Fixed (eventually) the globbing include/exclude/vsinclude bug.intrigeri
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
2006-01-03Fixed mysql no user defaults file handlingMicah Anderson
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-28dup: fixed erroneous gpg-related options processing; example.dup: fixed ↵intrigeri
erroneous comments about the way gpg options are used
2005-12-27 r242@um: micah | 2005-12-27 17:06:10 -0500Micah Anderson
vserver support added, database and dump directory selection added
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 r239@um: micah | 2005-12-27 14:52:42 -0500Micah Anderson
I think the first three items are required, not the last 3 :)