aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-06-04dup: now forbid to (try to) backup /intrigeri
2006-06-04Forgot to update Changelog for previous rev: rdiff now works if ↵intrigeri
testconnect=no and if $test is not defined
2006-06-03dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflectedintrigeri
this into the docs/examples/Changelog
2006-06-03forgot to write to Changelogintrigeri
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-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-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-08Recursively ignore subdirs in /etc/backup.d (Closes: #361102)intrigeri
2006-04-05Removed over zelous vsnames checkMicah 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-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-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-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-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-19as usual, forgot to update the Changelog in last commit...intrigeri
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-19clean up and homogenize pgsql and mysql vserver checksintrigeri
2006-01-19handlers/pgsql: make use of the new lib/vserver functionalityintrigeri
2006-01-19handlers/rdiff: make use of new lib/vserver functionalityintrigeri
2006-01-19rdiff: fixed globbing bug for include, exclude and vsinclude (again.)intrigeri
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-17backupninja.in: improved VROOTDIR detection as in lib/vserver.inintrigeri
2006-01-17dup.helper: fixed output syntax for multiple vsnamesintrigeri
example.dup: fixed example vsnames syntax
2006-01-17duplicity handler: warn if vsnames or vsinclude is enabled while vservers ↵intrigeri
support is disabled in backupninja.conf
2006-01-16forgot to update Changelog for previous commitintrigeri
2006-01-09lots of ninjahelper changesElijah Saxon
2006-01-03Fixed mysql no user defaults file handlingMicah Anderson
2006-01-02tabs to spacesElijah Saxon
2006-01-02 r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100intrigeri
Added (commented out) to backupninja.conf the default paths to programs such as PGSQLDUMP, so that users can figure out more easily they can customize them.
2005-12-29Set released date to todayMicah Anderson
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 r253@um: micah | 2005-12-27 17:34:08 -0500Micah Anderson
Try to make it less busy
2005-12-27 r251@um: micah | 2005-12-27 17:32:48 -0500Micah Anderson
Updated formatting
2005-12-27 r243@um: micah | 2005-12-27 17:06:37 -0500Micah Anderson
Updated changelog, and reformatted it to be more organized according to element changed
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-27dup: now possible to use different keys to sign and encryptintrigeri