]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
17 years agoAdd busybox
Kern Sibbald [Sat, 6 May 2006 16:57:10 +0000 (16:57 +0000)]
Add busybox

17 years ago- Correct EOF with no \n lex.c problem.
Kern Sibbald [Fri, 5 May 2006 14:10:27 +0000 (14:10 +0000)]
- Correct EOF with no \n lex.c problem.
- Tweak compat.h compat.cpp and merge with apcupsd
- Add additional INFO messages if autochanger cannot be used.

17 years agoFinal changes
Kern Sibbald [Thu, 4 May 2006 13:20:12 +0000 (13:20 +0000)]
Final changes

17 years agoUpdates
Kern Sibbald [Thu, 4 May 2006 09:17:07 +0000 (09:17 +0000)]
Updates

17 years agosmall fix : (yes/no) -> (yes|no)
Eric Bollengier [Wed, 3 May 2006 22:23:27 +0000 (22:23 +0000)]
small fix : (yes/no) -> (yes|no)

17 years ago749 messages traduits, 1 traduction approximative, 2219 messages non-traduits.
Eric Bollengier [Wed, 3 May 2006 20:55:37 +0000 (20:55 +0000)]
749 messages traduits, 1 traduction approximative, 2219 messages non-traduits.

17 years agosmall fix : use get_yesno instead of get_cmd + ua->cmd[0] != 'y'
Eric Bollengier [Wed, 3 May 2006 19:57:24 +0000 (19:57 +0000)]
small fix : use get_yesno instead of get_cmd + ua->cmd[0] != 'y'

17 years ago- compiles again under VC++
Thorsten Engel [Tue, 2 May 2006 15:37:11 +0000 (15:37 +0000)]
- compiles again under VC++
- small bugfix (did report VSS writer name instead of state code)

17 years agoAttempt to get wx-console working, link still fails
Kern Sibbald [Tue, 2 May 2006 09:01:23 +0000 (09:01 +0000)]
Attempt to get wx-console working, link still fails

18 years ago- Simplify Win32 Makefile
Kern Sibbald [Tue, 2 May 2006 07:12:03 +0000 (07:12 +0000)]
- Simplify Win32 Makefile
- Correct count of buffers/bytes used by smartall.c
- Updated compat.h after porting apcupsd to MinGW.

18 years ago- Work on getting wx-console building on MinGW. wxWidgets now builds
Kern Sibbald [Mon, 1 May 2006 08:18:44 +0000 (08:18 +0000)]
- Work on getting wx-console building on MinGW. wxWidgets now builds
  started adding Makefile ...
- Moved MinGW library objects to src/win32/lib to reduce clutter.

18 years ago- fix : reload a bad configuration file doesn't kill director any more
Eric Bollengier [Sun, 30 Apr 2006 17:21:27 +0000 (17:21 +0000)]
- fix : reload a bad configuration file doesn't kill director any more

18 years ago- fix : reload a bad configuration file doesn't kill director any more
Eric Bollengier [Sun, 30 Apr 2006 17:14:27 +0000 (17:14 +0000)]
- fix : reload a bad configuration file doesn't kill director any more
o add an extra field to LEX err_type (M_ERROR, M_ERROR_TERM...)
o add lex_set_default_error_handler() to set lex->err_type
o add an extra option (message level) to parse_config()

18 years agofix : included config files are now using the same scan_error handler as parent
Eric Bollengier [Sun, 30 Apr 2006 14:19:02 +0000 (14:19 +0000)]
fix : included config files are now using the same scan_error handler as parent

18 years agoFix problem of accents with new Win32 code.
Kern Sibbald [Sat, 29 Apr 2006 18:58:37 +0000 (18:58 +0000)]
Fix problem of accents with new Win32 code.

18 years ago- Integrate Howard's VSS patch. Tweak it a bit. VSS now
Kern Sibbald [Sat, 29 Apr 2006 12:13:21 +0000 (12:13 +0000)]
- Integrate Howard's VSS patch. Tweak it a bit. VSS now
  works in the MinGW build with the exception that there
  is a problem with accented characters -- i.e. there is
  some mapping problem with wide characters.
- The code no longer compiles with Microsoft VC++.

18 years agoadd getpass for Win32
Kern Sibbald [Fri, 28 Apr 2006 15:20:23 +0000 (15:20 +0000)]
add getpass for Win32

18 years agoCorrect vss_generic.cpp ifdefing
Kern Sibbald [Fri, 28 Apr 2006 13:28:51 +0000 (13:28 +0000)]
Correct vss_generic.cpp ifdefing

18 years ago- Start implementing Christopher's St.Bernard code.
Kern Sibbald [Fri, 28 Apr 2006 13:19:34 +0000 (13:19 +0000)]
- Start implementing Christopher's St.Bernard code.
- Add Christopher's mods for opening files.
- Strip \r \n from Win32 error messages (Christopher)
- Add more info about Win32 system if unknown (Christopher)
- Use bstrn(cpy, cat) routines to avoid overrun in compat.cpp
- Fix a number of incorrect strings marked for translation, when
  they should not be (e.g. commands).
- Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob
  Patches supplied by user in bugs #608 and #599.
- Use most recent of st_ctime and st_mtime in restore tree DIR
  listing. This fixes some problems with Win32 printing incorrect
  values.
- Correct the clock shift comm time calculation between the DIR
  and the FD. It was added rather than subtracted.
- Strip all backslashes in filenames to be restored on Win32
  machines -- the names should all be in Unix format, and if
  there are any backslashes it is most likely due to an improper
  FileSet definition, and the files will not otherwise be
  restorable.
- Remove lib/regex.c (replaced by bregex.c).
- Delete src/win32/License.txt
- Modify installer to install LICENSE

18 years ago- started to remove stl from vss (vector replaced by alist) - not finished yet
Thorsten Engel [Fri, 28 Apr 2006 09:59:00 +0000 (09:59 +0000)]
- started to remove stl from vss (vector replaced by alist) - not finished yet
- take christophers code for waitforasync

18 years ago- remove stl from vss (vector replaced by alist, wstring replaced by wchar)
Thorsten Engel [Fri, 28 Apr 2006 09:58:03 +0000 (09:58 +0000)]
- remove stl from vss (vector replaced by alist, wstring replaced by wchar)
- take christophers code for waitforasync

18 years ago- improve error msg if VSS failed for a drive
Thorsten Engel [Fri, 28 Apr 2006 09:56:34 +0000 (09:56 +0000)]
- improve error msg if VSS failed for a drive

18 years ago- didn't compile on win32 with "const" win32_client
Thorsten Engel [Fri, 28 Apr 2006 08:13:18 +0000 (08:13 +0000)]
- didn't compile on win32 with "const" win32_client

18 years agoResolve bug 605
Scott Barninger [Thu, 27 Apr 2006 20:21:56 +0000 (20:21 +0000)]
Resolve bug 605

18 years ago - fix bad _("") (on argument keyword)
Eric Bollengier [Wed, 26 Apr 2006 19:19:06 +0000 (19:19 +0000)]
 - fix bad _("") (on argument keyword)

18 years agoTweak Makefile.in
Kern Sibbald [Wed, 26 Apr 2006 15:44:02 +0000 (15:44 +0000)]
Tweak Makefile.in

18 years agoPrint cross tools directory name
Kern Sibbald [Wed, 26 Apr 2006 15:32:18 +0000 (15:32 +0000)]
Print cross tools directory name

18 years agoFix typo: inti file => init file
Dan Langille [Wed, 26 Apr 2006 13:39:15 +0000 (13:39 +0000)]
Fix typo: inti file => init file

18 years agoFix bug in build-win32-cross-tools script reported by Howard
Kern Sibbald [Wed, 26 Apr 2006 09:28:27 +0000 (09:28 +0000)]
Fix bug in build-win32-cross-tools script reported by Howard

18 years agoUpdate README.mingw32
Kern Sibbald [Wed, 26 Apr 2006 05:24:55 +0000 (05:24 +0000)]
Update README.mingw32

18 years agoImplement cross compiled bconsole
Kern Sibbald [Wed, 26 Apr 2006 05:20:17 +0000 (05:20 +0000)]
Implement cross compiled bconsole

18 years agoFix barcode test, eliminate BOOL (doesn't exist on Linux).
Kern Sibbald [Tue, 25 Apr 2006 19:34:14 +0000 (19:34 +0000)]
Fix barcode test, eliminate BOOL (doesn't exist on Linux).

18 years agoUpdate README
Kern Sibbald [Tue, 25 Apr 2006 18:24:33 +0000 (18:24 +0000)]
Update README

18 years agoWrite first cut of README.mingw32
Kern Sibbald [Tue, 25 Apr 2006 18:18:40 +0000 (18:18 +0000)]
Write first cut of README.mingw32

18 years agoAdd back ua_label barcode fix from Rufolf Cejka.
Kern Sibbald [Tue, 25 Apr 2006 15:39:51 +0000 (15:39 +0000)]
Add back ua_label barcode fix from Rufolf Cejka.

18 years agoAdd zlib to cross Win32 build
Kern Sibbald [Tue, 25 Apr 2006 14:59:01 +0000 (14:59 +0000)]
Add zlib to cross Win32 build

18 years agoGet pthreads built and build bacula-fd.exe
Kern Sibbald [Tue, 25 Apr 2006 13:42:16 +0000 (13:42 +0000)]
Get pthreads built and build bacula-fd.exe

18 years ago- Integrate the majority of the Mingw cross-tools submission
Kern Sibbald [Tue, 25 Apr 2006 10:51:29 +0000 (10:51 +0000)]
- Integrate the majority of the Mingw cross-tools submission
  made by Howard Thomson. Everything compiles, with zlib, openssl,
  and VSS turned off. Linking needs a pthreads library ...

18 years ago- buffer bug (found by Christopher Hull)
Thorsten Engel [Mon, 24 Apr 2006 10:35:57 +0000 (10:35 +0000)]
- buffer bug (found by Christopher Hull)

18 years ago- make enable_vss persistent per backup job (cache it)
Thorsten Engel [Mon, 24 Apr 2006 09:24:34 +0000 (09:24 +0000)]
- make enable_vss persistent per backup job (cache it)

18 years agoAdd code for starting multiple migrations
Kern Sibbald [Sun, 23 Apr 2006 15:15:05 +0000 (15:15 +0000)]
Add code for starting multiple migrations

18 years agoMake migration work with new subroutine
Kern Sibbald [Sun, 23 Apr 2006 13:07:40 +0000 (13:07 +0000)]
Make migration work with new subroutine

18 years ago- Add 'Dir Status' button to the gnome console.
Kern Sibbald [Sun, 23 Apr 2006 08:16:02 +0000 (08:16 +0000)]
- Add 'Dir Status' button to the gnome console.
- More work on migration.
- Restore non-compatible base64 coding to permit compatibility.
- Display heap stats in Storage daemon without debug level.

18 years agoAdd ms_atl.h
Kern Sibbald [Sat, 22 Apr 2006 16:26:24 +0000 (16:26 +0000)]
Add ms_atl.h

18 years agoIntegrate most of the MinGW changes -- more to do.
Kern Sibbald [Sat, 22 Apr 2006 09:13:07 +0000 (09:13 +0000)]
Integrate most of the MinGW changes -- more to do.

18 years agoUpdate README
Kern Sibbald [Sat, 22 Apr 2006 06:40:59 +0000 (06:40 +0000)]
Update README

18 years agocorrect spelling mistake: containg => containing
Dan Langille [Sat, 22 Apr 2006 04:35:22 +0000 (04:35 +0000)]
correct spelling mistake: containg => containing

18 years agobugfix: an early cancel (e.g. during request for label) causes a "goto cleanup"
Thorsten Engel [Fri, 21 Apr 2006 16:04:16 +0000 (16:04 +0000)]
bugfix: an early cancel (e.g. during request for label) causes a "goto cleanup"
which leads to a runtime error when the vss_mutex was released, but never
locked.

18 years agoFix OPENSSL include in lib and findlib
Kern Sibbald [Fri, 21 Apr 2006 12:14:00 +0000 (12:14 +0000)]
Fix OPENSSL include in lib and findlib

18 years ago- Implement using pg_config for finding PostgreSQL files.
Kern Sibbald [Fri, 21 Apr 2006 11:25:15 +0000 (11:25 +0000)]
- Implement using pg_config for finding PostgreSQL files.
  Fixes bug #600. Patch supplied by user.
- Remove -t option from mktemp in mtx_changer.in and use
  working directory. Fixes bug #578.
- Update job start time after the any run before job so that
  files created by the script are only backed up once. Fixes
  bug #599.
- Strip trailing newline only from filenames entered in
  the restore command when reading a file. This permits
  the user to enter filenames with trailing spaces. Fixes
  bug #549. The user supplied a patch that I modified slightly.
- Use the most recent time (st_mtime, st_ctime) in the dir
  command in restore. This gives the user a better idea of what
  the newest file really is. This fixes bug #574. The fix
  was suggested by the user.
- Implement a compatible version of base64. This permits external
  programs to duplicate Bacula's base64 algorithm using standard
  routines. This fixes bugs #296, and 565. Patch submitted by
  author of bug #565.
  ================= Note ========================
  Previous Signatures stored in the database are no longer
  compatible with this. The main downside is for Verify jobs,
  and doing an InitCatalog run will fix the problem. Also, the
  authentication between the deamons is changed, so all daemons
  must be simultaneously upgraded.
  ==============================================
  If you don't like this fix, set:
    const bool compatible = true;
  to
    const bool compatible = false;
  in src/lib/base64.c

18 years agoDebut de tutorial.tex
Ludovic Strappazon [Thu, 20 Apr 2006 21:55:34 +0000 (21:55 +0000)]
Debut de tutorial.tex

18 years ago- Ensure that DB signature is never NULL.
Kern Sibbald [Thu, 20 Apr 2006 14:49:33 +0000 (14:49 +0000)]
- Ensure that DB signature is never NULL.
- Ensure that DB table names are not translated.

18 years ago- Fix scheduler to handle time skew (eg daylight savings).
Kern Sibbald [Thu, 20 Apr 2006 14:33:06 +0000 (14:33 +0000)]
- Fix scheduler to handle time skew (eg daylight savings).
- Fix scheduler to use lock_jobs() to avoid most problems
  with reload. Window is now milliseconds.

18 years agoTweak Win32 build
Kern Sibbald [Thu, 20 Apr 2006 11:57:11 +0000 (11:57 +0000)]
Tweak Win32 build

18 years agoTweak Win32 build
Kern Sibbald [Thu, 20 Apr 2006 10:54:17 +0000 (10:54 +0000)]
Tweak Win32 build

18 years agoTweak Win32 build
Kern Sibbald [Wed, 19 Apr 2006 20:49:26 +0000 (20:49 +0000)]
Tweak Win32 build

18 years agoFix winapi.h
Kern Sibbald [Wed, 19 Apr 2006 20:13:57 +0000 (20:13 +0000)]
Fix winapi.h

18 years agoimprove vss
Thorsten Engel [Wed, 19 Apr 2006 18:54:43 +0000 (18:54 +0000)]
improve vss
- writer states shown *after* backup (the old printing was not reliable)
- take out VSS_TIMEOUT (empty define made problems)
- improve errorhandling
- allow multiple checkwriterstates
- fix handle leak

18 years ago- Apply patch from Christopher Hull
Kern Sibbald [Wed, 19 Apr 2006 17:14:19 +0000 (17:14 +0000)]
- Apply patch from Christopher Hull
  - Allow multiple connections to database with different
    parameters.
  - Invalidate the scheduler when doing a reload. Fixes seg
    fault, but still 60 second window.
  - Additional info in Reschedule message.
  - Use set_jcr_job_status() everywhere to prevent loss of
    cancel, error.
  - Display peer IP in FD if error from connecting DIR.
  - Don't increment file count for DIRBEGIN.
  - Replace illegal characters in Win32 filename by _.
  - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
  - Hash hard link filenames rather than linked list.
  - Fix for security failure in chdir on Win32.
  - Add CreateDirectoryA/W win32 API entry points.
- Add /silent option to Win32 FD for Install/Remove service.
- Always print Heap statistics in FD.

18 years agoMises a jour.
Ludovic Strappazon [Wed, 19 Apr 2006 12:56:58 +0000 (12:56 +0000)]
Mises a jour.

18 years agoUpdate my business address and add a trailing / to my webpage.
Dan Langille [Tue, 18 Apr 2006 18:18:37 +0000 (18:18 +0000)]
Update my business address and add a trailing / to my webpage.

18 years agoMises a jour.
Ludovic Strappazon [Tue, 18 Apr 2006 14:26:27 +0000 (14:26 +0000)]
Mises a jour.

18 years ago- Remove the -f option from the chown in Makefile.in for more
Kern Sibbald [Tue, 18 Apr 2006 10:20:35 +0000 (10:20 +0000)]
- Remove the -f option from the chown in Makefile.in for more
  portability.
- Change setting the group in Makefile.in to use chgrp for
  more portability.
- Implement a write_store and read_store to replace
  dirstore in reserve.c
- Implement a Bacula read/write lock for Python rather
  than using the Python lock to avoid recursive problems.
- Correct the uninstall directory names in filed/Makefile.in
  as reported by a user.

18 years agoUpdates
Kern Sibbald [Tue, 18 Apr 2006 10:11:38 +0000 (10:11 +0000)]
Updates

18 years ago- Replace a bunch of old 0x%x by %p.
Kern Sibbald [Mon, 17 Apr 2006 12:59:30 +0000 (12:59 +0000)]
- Replace a bunch of old 0x%x by %p.
- Get first cut of Migration with Job selection working.

18 years agoA little code cleanup.
Scott Barninger [Mon, 17 Apr 2006 12:54:07 +0000 (12:54 +0000)]
A little code cleanup.

18 years agoRemember to drop MAC and Location tables.
Dan Langille [Mon, 17 Apr 2006 12:42:00 +0000 (12:42 +0000)]
Remember to drop MAC and Location tables.
Noticed by: "Robert Nelson" <robertn@the-nelsons.org>

18 years agoGet migration working again
Kern Sibbald [Mon, 17 Apr 2006 12:23:40 +0000 (12:23 +0000)]
Get migration working again

18 years agoMigration
Kern Sibbald [Mon, 17 Apr 2006 07:50:51 +0000 (07:50 +0000)]
Migration

18 years agomigrate
Kern Sibbald [Mon, 17 Apr 2006 07:38:04 +0000 (07:38 +0000)]
migrate

18 years agoCorrect some problems with database creation (new tables).
Kern Sibbald [Mon, 17 Apr 2006 07:35:36 +0000 (07:35 +0000)]
Correct some problems with database creation (new tables).

18 years agoChange store_bit() to store_bool() for the Spooling in
Kern Sibbald [Sun, 16 Apr 2006 17:36:01 +0000 (17:36 +0000)]
Change store_bit() to store_bool() for the Spooling in
  dird_conf.c -- bug reported by Robert Nelson.

18 years agoAdd note on /var/bacula.
Scott Barninger [Sun, 16 Apr 2006 16:09:42 +0000 (16:09 +0000)]
Add note on /var/bacula.

18 years agoAdd build of wxconsole to rpm package.
Scott Barninger [Sun, 16 Apr 2006 16:07:36 +0000 (16:07 +0000)]
Add build of wxconsole to rpm package.

18 years agoAdd wxconsole to rpm build.
Scott Barninger [Sun, 16 Apr 2006 16:01:51 +0000 (16:01 +0000)]
Add wxconsole to rpm build.

18 years agoAdd mingw files and changes
Kern Sibbald [Sun, 16 Apr 2006 09:56:01 +0000 (09:56 +0000)]
Add mingw files and changes

18 years agoUpdate Mandriva gnome dependencies
Scott Barninger [Sat, 15 Apr 2006 15:11:41 +0000 (15:11 +0000)]
Update Mandriva gnome dependencies

18 years agoinitial import
Scott Barninger [Sat, 15 Apr 2006 11:03:07 +0000 (11:03 +0000)]
initial import

18 years ago15Apr06
Kern Sibbald [Sat, 15 Apr 2006 09:01:13 +0000 (09:01 +0000)]
15Apr06
- Correct Makefile bug found by Dan Langille.
14Apr06
- Correct Makefile for Solaris /bin/sh
- Correct mtx-changer.in for Solaris /bin/sh
- Abort if a conf resource does not have a Name =
12Apr06
- Change the name of the regex program to bregex.
- Add the bwild program to the tools directory. It is similar
  to the bregex program.
- Implement create bregex.h and bregex.c in src/lib from the
  Python regexp program.
- Use the new bregex.c to implement Regex expressions on Win32.

18 years agoReorganize examples
Kern Sibbald [Sat, 15 Apr 2006 07:44:27 +0000 (07:44 +0000)]
Reorganize examples

18 years ago1.38.8 rpm update
Scott Barninger [Fri, 14 Apr 2006 22:42:39 +0000 (22:42 +0000)]
1.38.8 rpm update

18 years ago1.38.8 spec update
Scott Barninger [Fri, 14 Apr 2006 22:35:43 +0000 (22:35 +0000)]
1.38.8 spec update

18 years ago686 messages traduits, 1 traduction approximative, 2282 messages non-traduits.
Eric Bollengier [Fri, 14 Apr 2006 19:59:09 +0000 (19:59 +0000)]
686 messages traduits, 1 traduction approximative, 2282 messages non-traduits.

18 years agoUpdate
Kern Sibbald [Fri, 14 Apr 2006 17:08:57 +0000 (17:08 +0000)]
Update

18 years agoFix po file problems (mostly)
Kern Sibbald [Tue, 11 Apr 2006 20:55:11 +0000 (20:55 +0000)]
Fix po file problems (mostly)

18 years agoNew po files
Kern Sibbald [Tue, 11 Apr 2006 18:27:26 +0000 (18:27 +0000)]
New po files

18 years ago11Apr06
Kern Sibbald [Tue, 11 Apr 2006 16:23:37 +0000 (16:23 +0000)]
11Apr06
- More work on migration.
- Implement wild program in tools directory for testing
  wild-cards. Almost identical to the regex program.
- Up port VSS single thread locking code.
- Replace N_(..) by NT_(...) to inhibit translation of
  commands.
- Modify Makefile to change the permissions on Working Directory
  to 770 if the directory is created.
- Do not fail the Makefile if changing the permissions or
  owner/group on WorkingDir fails.
- Remove early selection of Scratch Volumes in the recycling
  algorithm.
- Correct the old recycling algorithm so that Scratch Volumes
  are selected when looking for a Volume in the changer.
- Correct a typo in the Verify SQL reported by Joe Park.
10Apr06
- Remove automatic case folding on Windows FDs. You must
  explictly use the 'Ignore Case = yes' option.
- Remove the code added to 1.38.6 and 1.38.7 that pulls a
  scratch volume in an Autochanger early in the 'recycling'
  algorithm.

18 years ago- small _("print") fix for translation.
Eric Bollengier [Sun, 9 Apr 2006 13:59:34 +0000 (13:59 +0000)]
- small _("print") fix for translation.

18 years ago- small _("print") fix for translation.
Eric Bollengier [Sun, 9 Apr 2006 13:59:12 +0000 (13:59 +0000)]
- small _("print") fix for translation.
- cleanup one debug line (using lf->name before testing if lf was NULL)

18 years ago Make weof() and clrerror() methods of class DEVICE.
Kern Sibbald [Sun, 9 Apr 2006 12:36:15 +0000 (12:36 +0000)]
 Make weof() and clrerror() methods of class DEVICE.

18 years ago o update : 589 translated messages, 1 fuzzy translation, 2379 untranslated messages.
Eric Bollengier [Sat, 8 Apr 2006 14:36:01 +0000 (14:36 +0000)]
 o update : 589 translated messages, 1 fuzzy translation, 2379 untranslated messages.

18 years agoUpdate po files
Kern Sibbald [Sat, 8 Apr 2006 14:29:56 +0000 (14:29 +0000)]
Update po files

18 years ago- Tweak license to include Microsoft restrictions.
Kern Sibbald [Sat, 8 Apr 2006 14:27:35 +0000 (14:27 +0000)]
- Tweak license to include Microsoft restrictions.
- Move mysql.reconnect to after real_connect().  Thanks to
  Frank Sweetser for the patch.
- Disallow a backslash in a File = directive (Windows junk)
  unless the string is quoted.
- Apply Eric's patch to ua_label.c so that daemon protocol
  is not translated.
- Add NT_ definition for strings that should not be translated.
- Apply NT_() to ua_label.c

18 years agoMise a jour de security.tex.
Ludovic Strappazon [Fri, 7 Apr 2006 08:35:51 +0000 (08:35 +0000)]
Mise a jour de security.tex.

18 years ago- Remove timed wait for VSS on Win2K3 as it is not yet
Kern Sibbald [Fri, 7 Apr 2006 08:22:17 +0000 (08:22 +0000)]
- Remove timed wait for VSS on Win2K3 as it is not yet
  implemented.
- Correct bacula.in script to reference bacula-ctl-xx in the
  sysconfig directory rather than the bin directory.
26Mar06
- Fix a long standing bug in the bacula start/stop scripts.
- Attempt to add the new bacula-ctl-* files to the rpm.
- Switch to using typeof() for list traversing to avoid
  as many FC5 g++ compiler warnings as possible.
25Mar06
- Split the bacula start/start script into four files:
   bacula         -- starts and stops calling other scripts
   bacula-ctl-dir -- starts/stops the director
   bacula-ctl-fd  -- starts/stops the File daemon
   bacula-ctl-sd  -- starts/stops the Storage daemon

18 years agoFinal changes
Kern Sibbald [Thu, 6 Apr 2006 21:13:48 +0000 (21:13 +0000)]
Final changes

18 years agoUpdates
Kern Sibbald [Thu, 6 Apr 2006 21:09:10 +0000 (21:09 +0000)]
Updates

18 years agoMise a jour de posgresql.tex
Ludovic Strappazon [Thu, 6 Apr 2006 12:26:21 +0000 (12:26 +0000)]
Mise a jour de posgresql.tex

18 years agoremoved unused scripts from knoppix/cdrom
Kermorgant [Wed, 5 Apr 2006 11:43:18 +0000 (11:43 +0000)]
removed unused scripts from knoppix/cdrom

FAQ : explains how to customize the iso

gestdiskinfo : added netmask to the start_network script and creation of tmp, proc and sys on demand

make_static_bacula : use of sed to modify the WorkingDirectory directive (use of /tmp while commenting out original value)

18 years agoAdd new knoppix directory
Kern Sibbald [Wed, 5 Apr 2006 07:51:24 +0000 (07:51 +0000)]
Add new knoppix directory