aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-04Add AM_MAINTAINER_MODE to configure.in which enables maintainer modeMicah 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-02Changelog: added next-release section, added my previous fix' log entryintrigeri
2006-02-02lib/vserver.in: fixed #351083 (readlink syntax error)intrigeri
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-26Missing backslashMicah Anderson
2006-01-26Fix for lib/Makefile.am to install libraries in the right placeMicah Anderson
2006-01-26Remove some more generated files that shouldn't be in subversionMicah Anderson
2006-01-26Slight change to autogen.sh to act like other scripts I've foundMicah 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-20Fixed the Makefile.in to actually work (for real)Micah Anderson
2006-01-20Fixed up Makefiles to actually workMicah Anderson
2006-01-20configure script should not be in svn, but instead generated on releaseMicah Anderson
configure.in modified to be more selective about finding bash configure.in modified for 0.9.3 release autogen.sh modified to create config.guess and config.sub for release changelog updated about autoconf changes Removed /bin/bash TODO line
2006-01-19TODO: added Debian BTS urlintrigeri
2006-01-19Add configure /bin/sh problem to TODOMicah Anderson
2006-01-19TODO: added some bits from my own TODO, he heintrigeri
2006-01-19README: upgraded the ninjahelper section from the manpageintrigeri
2006-01-19typointrigeri
2006-01-19typointrigeri
2006-01-19as usual, forgot to update the Changelog in last commit...intrigeri
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-19lib/vserver.in[init_vservers]: warn if vservers are enabled but no vserver ↵intrigeri
is found
2006-01-17lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et ↵intrigeri
al. don't follow symlinks)
2006-01-17lib/vserver.in [init_vservers] : test in a stricter way the real vservers ↵intrigeri
availability
2006-01-17code refactor: backupninja now uses vservers lib to init vservers supportintrigeri
(I hate duplicated code!)
2006-01-17lib/vserver.in: modified init_vservers so that it can also be used by ↵intrigeri
backupninja
2006-01-17backupninja.in: improved VROOTDIR detection as in lib/vserver.inintrigeri
2006-01-17lib/vserver.in: enhanced the VROOTDIR discoveryintrigeri
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-17add the Emacs header comment line to lib/*.inintrigeri
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-16forgot to update Changelog for previous commitintrigeri
2006-01-16Fixed (eventually) the globbing include/exclude/vsinclude bug.intrigeri
2006-01-14Added TODO list and updated AuthorsMicah Anderson