aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-10-07Change /etc/backup.d permissions to need 0770 for admingroupMicah Anderson
2006-10-07sys: fix the '*' in dpkg --get-selectionsintrigeri
2006-10-07ninjahelper.in: remove runtime overzealous perms checks on the helpersintrigeri
2006-10-07Here is my trac commitMicah Anderson
2006-10-07dup: document how to write sftp-compatible (and thus new-duplicity-compatible)intrigeri
sshoptions setting (Closes: #388543)
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-10-06added ldaphost and tls variable as requested by stefaniMicah Anderson
2006-10-06Added disk space report option (adam kosmin suggestion)Micah Anderson
removed sys vserver not running noise report (anarcat suggestion)
2006-10-04added purged packages to dpkg --get-selectionsMicah Anderson
2006-10-02Added changes from rhattoMicah Anderson
2006-08-13Fixed stat to use --format instead of --printf to be compatible with coreutilsMicah Anderson
2006-08-11Added RPM patches submitted by Robert NapierMicah Anderson
2006-08-10Added details to example.rsnapMicah Anderson
2006-08-08Changed partition check to use sfdisk as its more commonMicah Anderson
2006-08-06Added patch to improve RPM buildingMicah Anderson
2006-08-03Added fix to mysql handler for option change to --extra-files, alsoMicah Anderson
comitting change to pgsql handler that I forgot to change, allows the postgresql user to be set in backupninja.conf, instead of hardcoded
2006-07-10added rsnapElijah Saxon
2006-06-10Added explicit mktemp template names so that mktemp is more compatible with ↵Micah Anderson
other versions than Debian's. Also added Anarcat to the AUTHORS file
2006-06-10Add fix from anarcat for ${configdirectory} in ninjahelper, also add -L to ↵Micah Anderson
find to follow symlinks in case this directory is actually not a directory, but instead a symlink to somewhere else
2006-06-10the find that looks in /etc/backup.d didn't follow symlinks and would ↵Micah Anderson
instead fail silently causing me much confusion, so I added -L to find and an if statement to spit something out so its obvious
2006-06-10add in-line compression to ldap handlerMicah Anderson
2006-06-10Added in-line compression to pgsql and mysql handlers, appears to work fine ↵Micah Anderson
in tests
2006-06-09Added a slightly modified version of the anti-fascist patch (allows forMicah Anderson
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396
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