aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-29Oops, adding ninjahelper to MakefileMicah Anderson
2005-12-29Set released date to todayMicah Anderson
2005-12-28 r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100intrigeri
Reverted indentation level to 3.
2005-12-28 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100intrigeri
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28Added the "Emacs comment line" on top of every shell file.intrigeri
2005-12-28dup.helper: updated to support the new duplicity handlers features.intrigeri
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 r242@um: micah | 2005-12-27 17:06:10 -0500Micah Anderson
vserver support added, database and dump directory selection added
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-27 r240@um: micah | 2005-12-27 14:54:04 -0500Micah Anderson
If vservers weren't enabled it was impossible to enter the src menu in ninjahelper due to how these functions returned. This sets the variable host_or_vserver='host' when vservers are not available and then returns with a nice exit code
2005-12-27 r239@um: micah | 2005-12-27 14:52:42 -0500Micah Anderson
I think the first three items are required, not the last 3 :)
2005-12-27 r238@um: micah | 2005-12-27 13:32:57 -0500Micah Anderson
Add global variable rdiff_title and change all the titles to use it
2005-12-27dup: now possible to use different keys to sign and encryptintrigeri
2005-12-27 r222@um: micah | 2005-12-27 11:57:57 -0500Micah Anderson
Update changelog
2005-12-27 r221@um: micah | 2005-12-27 11:54:34 -0500Micah Anderson
If the user is set, make sure the --defaults-file is set for that user.
2005-12-27 r220@um: micah | 2005-12-27 11:12:31 -0500Micah Anderson
Add -h option to mysqlhotcopy method
2005-12-27 r219@um: micah | 2005-12-27 10:32:24 -0500Micah Anderson
Defaults file is now set correctly for vservers dbhost is now added to the .my.cnf
2005-12-27 r218@um: micah | 2005-12-27 09:59:40 -0500Micah Anderson
Changed some info output to debug
2005-12-27 r217@um: micah | 2005-12-27 09:57:30 -0500Micah Anderson
Some clean-ups, indentations and if/then/fi and do/done standardization
2005-12-27 r216@um: micah | 2005-12-27 09:50:17 -0500Micah Anderson
Set home properly when using vservers
2005-12-27 r215@um: micah | 2005-12-27 09:40:23 -0500Micah Anderson
Minor variable and documentation clean-up
2005-12-27 r214@um: micah | 2005-12-27 09:35:03 -0500Micah Anderson
Added vserver functionality to the user authentication method
2005-12-27 r213@um: micah | 2005-12-27 09:14:18 -0500Micah Anderson
Move vserver initialization higher up in the chain
2005-12-27 r212@um: micah | 2005-12-27 09:12:22 -0500Micah Anderson
trivial code change
2005-12-27 r211@um: micah | 2005-12-27 09:09:54 -0500Micah Anderson
Added some vserver handling to determine correct home directory, also enhanced error handling
2005-12-27 r210@um: micah | 2005-12-27 08:38:07 -0500Micah Anderson
Added -q to vserver-info test in mysql handler to quiet the test to see if it is running
2005-12-27 r209@um: micah | 2005-12-27 08:26:31 -0500Micah Anderson
Fixed some formatting that caused some ugly wrapping
2005-12-27 r208@um: micah | 2005-12-26 22:43:36 -0500Micah Anderson
Fixed mysql check to see if vserver is running
2005-12-25 r199@um: micah | 2005-12-24 22:20:17 -0500Micah Anderson
Add entry to changelog for ninjahelper.1 addition
2005-12-25 r198@um: micah | 2005-12-24 22:15:35 -0500Micah Anderson
Added changelog entry about duplicity globbing support fix
2005-12-25 r197@um: micah | 2005-12-24 22:06:47 -0500Micah Anderson
Added ninjahelper man page...
2005-12-25 r196@um: micah | 2005-12-24 21:46:52 -0500Micah Anderson
Minor README cleanups
2005-12-25 r195@um: micah | 2005-12-24 21:24:43 -0500Micah Anderson
Added trac handler patch author to AUTHORS and added RPM support to Petr's entry
2005-12-25 r194@um: micah | 2005-12-24 21:17:55 -0500Micah Anderson
Added missing changelog entries including trac handler toint() function, backupninja.conf.5 additions of "when" and "vservers", and trac handler subdir mkdir fix
2005-12-25 r193@um: micah | 2005-12-24 21:05:47 -0500Micah Anderson
Added trac patch to fix subdir mkdir problem
2005-12-25 r192@um: micah | 2005-12-24 21:03:03 -0500Micah Anderson
Changed configure.in revision number for next release
2005-12-23Changed configure.in to list the 0.9.2 release and change the contact email ↵Micah Anderson
to the mailing list
2005-12-16Fixed broken toint function, causes backups to not run from cronMicah Anderson
when told to run "everyday" (debian bug: #341881)
2005-11-29mysql,pgsql,svn,sys: fixed failing "is vserver running" testintrigeri
2005-11-29dup: Fixed globbing support in include and exclude options (Debian bug #338796)intrigeri
2005-11-29Reverted bashism removals from r228, after discussing this.intrigeri
2005-11-29 r3570@krups: intrigeri | 2005-11-17 22:39:31 +0100intrigeri
changelog cosmetics
2005-11-29 r3569@krups: intrigeri | 2005-11-17 22:34:04 +0100intrigeri
dup.helper: now remembers the src-section values (includes, etc.) inside one do_new session
2005-11-29 r3568@krups: intrigeri | 2005-11-17 22:25:05 +0100intrigeri
dup.helper: some code cleaning
2005-11-29 r3567@krups: intrigeri | 2005-11-17 22:08:30 +0100intrigeri
pgsql.helper: forbid the user to choose an empty database set to backup
2005-11-29 r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100intrigeri
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions