aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-03rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burkaintrigeri
2006-05-30ninjahelper: Recursively ignore subdirs in /etc/backup.d (Finally Closes: ↵intrigeri
#361102)
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-05-07add database handler todo itemMicah Anderson
2006-04-29vsnames = all, would be cool for mysql handlerElijah Saxon
2006-04-24pgsql: postgres user UID is now the one from inside the vserver if necessaryintrigeri
2006-04-24pgsql: Fixed shell expansion, thanks Thomas Kotzian (Closes: #363297)intrigeri
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-19(no commit message)Elijah Saxon
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-12Changed cron.d permissions to 644Micah 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-08Recursively ignore subdirs in /etc/backup.d (Closes: #361102)intrigeri
2006-04-08TODO: removed erroeously re-added old itemintrigeri
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-08(no commit message)intrigeri
2006-04-05Removed over zelous vsnames checkMicah Anderson
2006-04-04corrected minor typoElijah Saxon
2006-03-25Added escaping of double quotes that were added previouslyMicah Anderson
2006-03-25Remove AM_MAINTAINER_MODE from configure.in because it is erroringMicah Anderson
out with newest autotools
2006-03-20Fixed su quoting usage, as outlined here:Micah Anderson
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html
2006-03-15lost+found was not being removed from the list of found_vserversMicah Anderson
because the + was being interpreted by grep -E, I've escaped it so it will properly be removed
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-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