Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-06 | Added example file for rsnap, it needs some documentation to make it more clear | Micah Anderson | |
2006-08-06 | Added patch to improve RPM building | Micah Anderson | |
2006-08-03 | Added fix to mysql handler for option change to --extra-files, also | Micah 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-24 | Added (commented out) the default VROOTDIR in the conffile, so that users know | intrigeri | |
it can be changed. | |||
2006-07-13 | backupninja and ninjahelper: have find following symlinks for config files ↵ | intrigeri | |
also work on sarge, by replacing -L with -follow | |||
2006-07-10 | added paulv | Elijah Saxon | |
2006-07-10 | added rsnap | Elijah Saxon | |
2006-07-10 | added | Elijah Saxon | |
2006-07-10 | shortened debugging messages | Elijah Saxon | |
2006-06-10 | Changed order of -s in the mail call for compatibility, from | Micah Anderson | |
anarcat | |||
2006-06-10 | Added 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-10 | Add 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-10 | the 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-10 | add in-line compression to ldap handler | Micah Anderson | |
2006-06-10 | Updated the indentation to be according to the agreed standard | Micah Anderson | |
2006-06-10 | Added in-line compression to pgsql and mysql handlers, appears to work fine ↵ | Micah Anderson | |
in tests | |||
2006-06-09 | Added a slightly modified version of the anti-fascist patch (allows for | Micah Anderson | |
a configurable admingroup to be set, instead of forcing it to be root), closes debian bug#370396 | |||
2006-06-09 | Applied Anarcat's patch to fix rdiff's $test | intrigeri | |
2006-06-04 | dup & rdiff: fixed * expansion in e-mails | intrigeri | |
2006-06-04 | dup: now forbid to (try to) backup / | intrigeri | |
2006-06-04 | Forgot to update Changelog for previous rev: rdiff now works if ↵ | intrigeri | |
testconnect=no and if $test is not defined | |||
2006-06-04 | rdiff and dup handlers/helpers/examples symlink and globbing support enhancement | intrigeri | |
and clarification: for a given include/exclude/vsinclude statement, they now support EITHER globbing with '*' OR symlinks in the path. | |||
2006-06-03 | dup: checked that bandwidthlimit still works with duplicity 0.4.2, reflected | intrigeri | |
this into the docs/examples/Changelog | |||
2006-06-03 | forgot to write to Changelog | intrigeri | |
2006-06-03 | dup: more or less support duplicity 0.4.2 (bandwidthlimit maybe not working ↵ | intrigeri | |
anymore, though) | |||
2006-06-03 | rdiff: $VROOTDIR/$vserver was prepended twice, fixed ; thanks to Florian Burka | intrigeri | |
2006-05-30 | ninjahelper: Recursively ignore subdirs in /etc/backup.d (Finally Closes: ↵ | intrigeri | |
#361102) | |||
2006-05-30 | dup (helper + handler + example config) : don't pretend anymore that duplicity | intrigeri | |
can work without any passphrase ; thanks Micah for the bug report | |||
2006-05-07 | add database handler todo item | Micah Anderson | |
2006-04-29 | vsnames = all, would be cool for mysql handler | Elijah Saxon | |
2006-04-24 | pgsql: postgres user UID is now the one from inside the vserver if necessary | intrigeri | |
2006-04-24 | pgsql: Fixed shell expansion, thanks Thomas Kotzian (Closes: #363297) | intrigeri | |
2006-04-22 | minor spelling fix | Micah Anderson | |
2006-04-22 | A couple other minor edits to language | Micah Anderson | |
2006-04-22 | The helper didn't display the key properly, and I couldn't figure out | Micah Anderson | |
how to get it to do so, so I just removed that piece ;) | |||
2006-04-22 | Minor grammar fix | Micah Anderson | |
2006-04-19 | (no commit message) | Elijah Saxon | |
2006-04-13 | Updated the sys handler to include all the checks that Petr Klima | Micah Anderson | |
sent in the rhsys handler, made it work for both redhat and debian | |||
2006-04-12 | Added tar handler | Micah Anderson | |
2006-04-12 | Changed cron.d permissions to 644 | Micah Anderson | |
2006-04-08 | backslashes for the double quotes are necessary in the debug lines | Micah 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-08 | Recursively ignore subdirs in /etc/backup.d (Closes: #361102) | intrigeri | |
2006-04-08 | TODO: removed erroeously re-added old item | intrigeri | |
2006-04-08 | r4446@krups: intrigeri | 2006-04-08 12:28:59 +0200 | intrigeri | |
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-05 | Removed over zelous vsnames check | Micah Anderson | |
2006-04-04 | corrected minor typo | Elijah Saxon | |
2006-03-25 | Added escaping of double quotes that were added previously | Micah Anderson | |
2006-03-25 | Remove AM_MAINTAINER_MODE from configure.in because it is erroring | Micah Anderson | |
out with newest autotools | |||
2006-03-20 | Fixed su quoting usage, as outlined here: | Micah Anderson | |
http://lists.debian.org/debian-devel-announce/2006/03/msg00003.html |