Commit Graph

266 Commits

Author SHA1 Message Date
Micah Anderson
53183c2cd4 Add configure /bin/sh problem to TODO 2006-01-19 22:31:10 +00:00
intrigeri
a9e94e27be TODO: added some bits from my own TODO, he he 2006-01-19 21:59:22 +00:00
intrigeri
f61f61e37b README: upgraded the ninjahelper section from the manpage 2006-01-19 21:59:13 +00:00
intrigeri
d9f4133693 typo 2006-01-19 21:59:05 +00:00
intrigeri
24f803c9ac typo 2006-01-19 21:58:56 +00:00
intrigeri
3e3589c842 as usual, forgot to update the Changelog in last commit... 2006-01-19 21:58:47 +00:00
intrigeri
51d938cd68 - dup & rdiff handlers: finally, a real and well tested fix for the globbing bug
- rdiff: it's now possible to choose exactly which vservers should be
         backed-up, as it already was with duplicity handler, with the
	 "vsnames" configuration setting
2006-01-19 21:58:38 +00:00
intrigeri
8bc9312e15 handlers/sys: start to use new lib/vserver functionality 2006-01-19 21:58:29 +00:00
intrigeri
435e859a25 handlers/svn: use the same (short) code as pgsql and mysql to check vservers availability 2006-01-19 21:58:20 +00:00
intrigeri
a8cf739f66 rdiff.helper: fixed vsnames output syntax (currently unused by the rdiff handler, weird.) 2006-01-19 21:58:12 +00:00
intrigeri
b52464c19e clean up and homogenize pgsql and mysql vserver checks 2006-01-19 21:58:03 +00:00
intrigeri
d600ba40c0 handlers/pgsql: make more use of the new lib/vserver functionality 2006-01-19 21:57:54 +00:00
intrigeri
e5098e0cce handlers/pgsql: make use of the new lib/vserver functionality 2006-01-19 21:57:45 +00:00
intrigeri
a99d05982d homogeneized rdiff.helper, dup.helper and example.dup doc about vsnames and vsinclude 2006-01-19 21:57:37 +00:00
intrigeri
b7dd0cbf81 handlers/rdiff: make use of new lib/vserver functionality 2006-01-19 21:57:28 +00:00
intrigeri
a04140d071 rdiff: remove TODO comment line, since this has not to be done :) 2006-01-19 21:57:19 +00:00
intrigeri
e431f13bcc rdiff: fixed globbing bug for include, exclude and vsinclude (again.) 2006-01-19 21:57:11 +00:00
intrigeri
22bea56d9e rdiff: start to take advantage of new lib/vserver functionality 2006-01-19 21:57:02 +00:00
intrigeri
299a530734 lib/vserver.in: new function: vservers_exist
handlers/dup: make use of new lib/vserver functionality
2006-01-19 21:56:53 +00:00
intrigeri
96023985bc lib/vserver.in[init_vservers]: warn if vservers are enabled but no vserver is found 2006-01-19 21:56:44 +00:00
intrigeri
49f1d7f86c lib/vserver.in [init_vservers] : canonicalize VROOTDIR (since duplicity et al. don't follow symlinks) 2006-01-17 22:23:24 +00:00
intrigeri
04ed966851 lib/vserver.in [init_vservers] : test in a stricter way the real vservers availability 2006-01-17 22:23:06 +00:00
intrigeri
55b02f8536 code refactor: backupninja now uses vservers lib to init vservers support
(I hate duplicated code!)
2006-01-17 22:22:52 +00:00
intrigeri
fa90006f17 lib/vserver.in: modified init_vservers so that it can also be used by backupninja 2006-01-17 22:22:40 +00:00
intrigeri
badd9c82b9 backupninja.in: improved VROOTDIR detection as in lib/vserver.in 2006-01-17 22:22:25 +00:00
intrigeri
2f209f8031 lib/vserver.in: enhanced the VROOTDIR discovery 2006-01-17 22:22:16 +00:00
intrigeri
38642e9c0f dup.helper: fixed output syntax for multiple vsnames
example.dup: fixed example vsnames syntax
2006-01-17 22:22:07 +00:00
intrigeri
aff6fdf349 handlers/dup: now works when multiple vservers names are given (separated by space) in vsnames config variable 2006-01-17 22:21:58 +00:00
intrigeri
66d619bf64 add the Emacs header comment line to lib/*.in 2006-01-17 22:21:49 +00:00
intrigeri
4beb261328 duplicity handler: warn if vsnames or vsinclude is enabled while vservers support is disabled in backupninja.conf 2006-01-17 22:21:39 +00:00
intrigeri
b91c32792d autotools files upgrade to 0.9.2, seems to be needed and to have been forgotten 2006-01-16 22:14:05 +00:00
intrigeri
329ece37a0 forgot to update Changelog for previous commit 2006-01-16 22:01:21 +00:00
intrigeri
2578bfffa4 Fixed (eventually) the globbing include/exclude/vsinclude bug. 2006-01-16 22:01:01 +00:00
Micah Anderson
91fba766e8 Added TODO list and updated Authors 2006-01-14 16:27:28 +00:00
Elijah Saxon
83b09d71e9 . fixed errors in create remote dir
. code formatting cleanup (three spaces indent)
. fixed bug which caused only first include/exclude dir to
  have "include = "
. fixed globbing bug with exclude
2006-01-09 00:23:05 +00:00
Elijah Saxon
413a3be0ac added bug warning in comments 2006-01-09 00:21:28 +00:00
Elijah Saxon
ca36fe1456 fixed indenting 2006-01-09 00:20:48 +00:00
Elijah Saxon
18052afed3 . now reports error if the helper script has a syntax error or bombs out.
. code formatting cleanup (three spaces indent)
2006-01-09 00:20:15 +00:00
Elijah Saxon
ddc73ae57c lots of ninjahelper changes 2006-01-09 00:19:39 +00:00
Micah Anderson
ee384b08c7 Fixed mysql no user defaults file handling 2006-01-03 16:09:29 +00:00
Elijah Saxon
2ee26aba56 tabs to spaces 2006-01-02 21:44:09 +00:00
intrigeri
368eec9774 r585@crapouille: intrigeri | 2006-01-02 17:18:49 +0100
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.
2006-01-02 16:19:54 +00:00
Micah Anderson
299a43e39e Oops, adding ninjahelper to Makefile 2005-12-29 19:57:26 +00:00
Micah Anderson
7bc1031b64 Set released date to today 2005-12-29 18:52:48 +00:00
intrigeri
c8efb40b7f r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100
Reverted indentation level to 3.
2005-12-28 20:19:29 +00:00
intrigeri
cfc47e5571 r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100
Changed default indentation level to 8, to make it presbyopia-friendly
2005-12-28 19:59:12 +00:00
intrigeri
0d606253af Added the "Emacs comment line" on top of every shell file. 2005-12-28 19:52:22 +00:00
intrigeri
1d74ab1299 dup.helper: updated to support the new duplicity handlers features. 2005-12-28 19:13:10 +00:00
intrigeri
c6c3cc98b4 dup: fixed erroneous gpg-related options processing; example.dup: fixed erroneous comments about the way gpg options are used 2005-12-28 17:32:12 +00:00
Micah Anderson
f393f283c7 r253@um: micah | 2005-12-27 17:34:08 -0500
Try to make it less busy
2005-12-27 22:35:32 +00:00