git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@409
91ce42f0-d328-0410-95d8-
f526ca767f89
- multiple simultaneous Volumes
For 1.30 release:
+- Look at Python for a Bacula scripting language -- www.python.org
- add #define ENABLE_NLS for Gnome compile on SuSE.
- Need define of int_least16_t in sha1.h for SuSE.
- Figure out how to use ssh to protect Bacula communications.
static void testcmd()
{
int stat;
- re_read_block_test();
stat = append_test();
if (stat == 1) { /* OK get out */
"or Bacula will not be able to write multiple Jobs to \n"
"the tape.\n\n"));
+ if (stat == 1) {
+ re_read_block_test();
+ }
+
Pmsg0(-1, _("\n=== End Append files test ===\n"));
}