aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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