Commit Graph

1140 Commits

Author SHA1 Message Date
Micah Anderson
f97bbded0c r196@um: micah | 2005-12-24 21:46:52 -0500
Minor README cleanups
2005-12-25 03:31:36 +00:00
Micah Anderson
5bcad221df r195@um: micah | 2005-12-24 21:24:43 -0500
Added trac handler patch author to AUTHORS and added RPM support to
 Petr's entry
2005-12-25 03:30:26 +00:00
Micah Anderson
b19dc03094 r194@um: micah | 2005-12-24 21:17:55 -0500
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 03:27:07 +00:00
Micah Anderson
c557a40372 r193@um: micah | 2005-12-24 21:05:47 -0500
Added trac patch to fix subdir mkdir problem
2005-12-25 03:26:02 +00:00
Micah Anderson
92d839bcd9 r192@um: micah | 2005-12-24 21:03:03 -0500
Changed configure.in revision number for next release
2005-12-25 03:25:46 +00:00
Micah Anderson
19389db177 Changed configure.in to list the 0.9.2 release and change the contact email to the mailing list 2005-12-23 14:41:43 +00:00
Micah Anderson
c26bd0e12d Fixed broken toint function, causes backups to not run from cron
when told to run "everyday" (debian bug: #341881)
2005-12-16 16:15:13 +00:00
intrigeri
921babdf41 mysql,pgsql,svn,sys: fixed failing "is vserver running" test 2005-11-29 14:18:31 +00:00
intrigeri
d5c8686efd dup: Fixed globbing support in include and exclude options (Debian bug #338796) 2005-11-29 11:30:06 +00:00
intrigeri
4f344987a9 Reverted bashism removals from r228, after discussing this. 2005-11-29 10:32:02 +00:00
intrigeri
31ac783dab r3570@krups: intrigeri | 2005-11-17 22:39:31 +0100
changelog cosmetics
2005-11-29 10:11:35 +00:00
intrigeri
608d395aa2 r3569@krups: intrigeri | 2005-11-17 22:34:04 +0100
dup.helper: now remembers the src-section values (includes, etc.) inside one do_new session
2005-11-29 10:11:25 +00:00
intrigeri
b27f7e71b6 r3568@krups: intrigeri | 2005-11-17 22:25:05 +0100
dup.helper: some code cleaning
2005-11-29 10:11:14 +00:00
intrigeri
fbd3c3d84c r3567@krups: intrigeri | 2005-11-17 22:08:30 +0100
pgsql.helper: forbid the user to choose an empty database set to backup
2005-11-29 10:11:04 +00:00
intrigeri
d56c0f0aee r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions
2005-11-29 10:10:53 +00:00
intrigeri
5b392f68ba r3565@krups: intrigeri | 2005-11-16 20:43:44 +0100
ninjahelper and backupninja: cosmetic enhancement of the "am I root?" test.
2005-11-29 10:10:42 +00:00
intrigeri
aabc2bbe10 r3564@krups: intrigeri | 2005-11-16 20:33:48 +0100
dup.helper: disabled connection setup, waiting for rdiff.helper code to be shared in some lib.
2005-11-29 10:10:31 +00:00
intrigeri
089f74ad69 r3563@krups: intrigeri | 2005-11-16 20:32:41 +0100
ninjahelper: documented a few pieces of code
2005-11-29 10:10:21 +00:00
intrigeri
9208b449da r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers.
2005-11-29 10:10:08 +00:00
intrigeri
13893e6d25 r3561@krups: intrigeri | 2005-11-15 15:16:50 +0100
ninjahelper: use autotools' @BASH@ instead of hard-coded path
2005-11-29 10:09:55 +00:00
intrigeri
285f38ac31 r3560@krups: intrigeri | 2005-11-15 15:13:35 +0100
backupninja now uses the maketemp function shared in lib/tools, instead of its own one.
2005-11-29 10:09:43 +00:00
intrigeri
5d63983704 r3559@krups: intrigeri | 2005-11-15 15:07:17 +0100
ninjahelper & backupninja now set $libdir when bootstrapping. improved $scriptdir search, too.
2005-11-29 10:09:31 +00:00
intrigeri
bac37f747b r3558@krups: intrigeri | 2005-11-15 14:44:17 +0100
Autotools: when cleaning, delete generated files in lib dir.
2005-11-29 10:09:16 +00:00
intrigeri
13149b9600 r3557@krups: intrigeri | 2005-11-15 14:41:32 +0100
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}.
2005-11-29 10:09:04 +00:00
intrigeri
a9074a138c r3556@krups: intrigeri | 2005-11-15 14:02:58 +0100
Delete handlers/easydialog.sh since it's now in lib/.
2005-11-29 10:08:54 +00:00
intrigeri
280fdac2bc r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here.
2005-11-29 10:08:41 +00:00
intrigeri
41f3fddfe2 r3554@krups: intrigeri | 2005-11-15 04:09:01 +0100
rdiff.helper: (re)rename do_rdiff_conn function to do_rdiff_ssh_con, since the previous rename was not the good one.
2005-11-29 10:08:30 +00:00
intrigeri
122f2c95be r3553@krups: intrigeri | 2005-11-15 04:02:31 +0100
rdiff.helper: rename do_ssh_con function to do_rdiff_conn, in order not to pollute namespace... and allow future code factorization :)
2005-11-29 10:08:20 +00:00
intrigeri
76e194e412 r3552@krups: intrigeri | 2005-11-15 03:13:03 +0100
easydialog: add optional third argument to booleanBox, to set default no if needed (and actually needed by the upcoming dup.helper).
2005-11-29 10:08:09 +00:00
intrigeri
ca8ae79915 r3551@krups: intrigeri | 2005-11-15 00:47:57 +0100
Fix formDisplay to reset $REPLY as it should.
2005-11-29 10:07:59 +00:00
intrigeri
ba5c0f47d1 r3550@krups: intrigeri | 2005-11-15 00:47:09 +0100
Fix listBegin/listItem/listDisplay to work with checklist boxes, as advertized.
2005-11-29 10:07:49 +00:00
intrigeri
70bf59bbce r3549@krups: intrigeri | 2005-11-14 21:47:01 +0100
Fix documentation for get_next_filename function
2005-11-29 10:07:38 +00:00
intrigeri
58bceae74f r3548@krups: intrigeri | 2005-11-14 20:47:49 +0100
Fix: the "Cancel" buttons used to have a weird behaviour... at least
2005-11-29 10:07:28 +00:00
intrigeri
8e0a77044f r3547@krups: intrigeri | 2005-11-14 20:33:41 +0100
Fix ChangeLog entry.
2005-11-29 10:07:18 +00:00
intrigeri
a4ae4e5c6e r3546@krups: intrigeri | 2005-11-14 20:32:59 +0100
Fix: used to expand '*' in default source directories
2005-11-29 10:07:07 +00:00
intrigeri
55e82aa215 r3545@krups: intrigeri | 2005-11-13 16:33:55 +0100
Added my email address to AUTHORS file
2005-11-29 10:06:56 +00:00
Micah Anderson
8386e304ff Converted some bashisms to POSIX -- no concept of arrays in posix, bleh 2005-11-19 18:00:25 +00:00
Micah Anderson
85a7eb350a Color comments were wrong - error is red, fatal is purple. Comments
said error was orange and fatal was red, maybe this is better?
2005-11-19 17:54:19 +00:00
Micah Anderson
c5684a5730 Added when and vservers lines to docs 2005-11-19 17:11:28 +00:00
Micah Anderson
5d3222eec7 Fixed missing makecd.helper 2005-11-10 14:37:20 +00:00
Micah Anderson
0e1bd26988 Added remote destination directory checking and auto creation if doesn't exist.
Also fixed a bug in the rdiff handler that caused a unary operation error if
the variable wasn't fixed
2005-11-05 23:07:19 +00:00
Micah Anderson
5f6dc7d1b9 Fixed bug in rdiff.helper that kept include and exclude lines from being put in the file 2005-11-05 20:47:44 +00:00
Micah Anderson
f61431d37f Added auto remote rdiff-backup installation if possible to ninjahelper 2005-11-05 20:16:14 +00:00
Micah Anderson
2d96b777ad Updated svn handler for new hotcopy functionality 2005-11-05 11:41:46 +00:00
Micah Anderson
e005e25e1a Made ninjahelper create files in /etc/backup.d with mode 600 instead of 000 2005-11-04 23:35:29 +00:00
intrigeri
25e9a9cb17 Corrected AUTHORS. 2005-11-02 08:30:50 +00:00
Micah Anderson
1c349ca0af Removed some unnecessary comments 2005-10-28 21:21:39 +00:00
Micah Anderson
06b65414eb added the makecd ninjahelper, and updated the Authors 2005-10-28 18:19:41 +00:00
Elijah Saxon
69c09d916f added draft authors 2005-10-27 02:17:19 +00:00
Micah Anderson
b3f1dd3699 Added changelog entry re: autotools 2005-10-26 23:23:05 +00:00