aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-07sys: typointrigeri
2006-10-07sys: fix the '*' in dpkg --get-selectionsintrigeri
2006-10-07ninjahelper.in: remove runtime overzealous perms checks on the helpersintrigeri
2006-10-07backupninja.in: words missing in error messageintrigeri
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-06prepare configure for 0.9.4Micah Anderson
2006-10-06Added disk space report option (adam kosmin suggestion)Micah Anderson
removed sys vserver not running noise report (anarcat suggestion)
2006-10-06Added rhatto's updated rub handler, not removing rsnap now, will probably ↵Micah Anderson
want to do that later
2006-10-04added purged packages to dpkg --get-selectionsMicah Anderson
2006-10-02Added changes from rhattoMicah Anderson
2006-09-27remove testMicah Anderson
2006-09-27just testing,please ignoreMicah Anderson
2006-09-26Added rhatto's rub handler, a second try at a rsync snapshotMicah 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 warning if no devices were found on the systemMicah Anderson
2006-08-06Added example file for rsnap, it needs some documentation to make it more clearMicah 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-24Added (commented out) the default VROOTDIR in the conffile, so that users knowintrigeri
it can be changed.
2006-07-13backupninja and ninjahelper: have find following symlinks for config files ↵intrigeri
also work on sarge, by replacing -L with -follow
2006-07-10added paulvElijah Saxon
2006-07-10added rsnapElijah Saxon
2006-07-10addedElijah Saxon
2006-07-10shortened debugging messagesElijah Saxon
2006-06-10Changed order of -s in the mail call for compatibility, fromMicah Anderson
anarcat
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-10Updated the indentation to be according to the agreed standardMicah 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-09Applied Anarcat's patch to fix rdiff's $testintrigeri
2006-06-04dup & rdiff: fixed * expansion in e-mailsintrigeri
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-04rdiff and dup handlers/helpers/examples symlink and globbing support enhancementintrigeri
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path.
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-06-03dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵intrigeri
anymore, though)
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