]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
17 years agoRemove obsolete .cvsignore files.
Robert Nelson [Tue, 6 Feb 2007 23:28:39 +0000 (23:28 +0000)]
Remove obsolete .cvsignore files.

17 years agoUpdate a few dates
Kern Sibbald [Tue, 6 Feb 2007 14:36:28 +0000 (14:36 +0000)]
Update a few dates

17 years agoCorrect copyright date
Kern Sibbald [Tue, 6 Feb 2007 14:31:09 +0000 (14:31 +0000)]
Correct copyright date

17 years agoupdates
Kern Sibbald [Tue, 6 Feb 2007 14:01:27 +0000 (14:01 +0000)]
updates

17 years agoUpdates
Kern Sibbald [Tue, 6 Feb 2007 14:00:35 +0000 (14:00 +0000)]
Updates

17 years agokes Delete src/lib/btree.c from win32 build, then add rblist.c
Kern Sibbald [Tue, 6 Feb 2007 13:58:26 +0000 (13:58 +0000)]
kes  Delete src/lib/btree.c from win32 build, then add rblist.c
     plus the entrypoints.
kes  Apply patch supplied that corrects debug print
     in canceling jobs for max run time.  Supplied as
     part of bug #621, which was previously fixed.
05Feb07
kes  Test on job_canceled() and sd_msg_thread_done inside
     loop starting the message thread to avoid a race condition.
     Fixes bug #771.
kes  Remove rl_catch_signal from console.c as it conflicted
     with the header definition. Fixes bug #765.

17 years agoUpdate win32 dir for delete of btree.c and addition of rblist.c
Kern Sibbald [Tue, 6 Feb 2007 13:53:52 +0000 (13:53 +0000)]
Update win32 dir for delete of btree.c and addition of rblist.c

17 years agoAdd qstd class
Kern Sibbald [Tue, 6 Feb 2007 08:16:35 +0000 (08:16 +0000)]
Add qstd class

17 years agoebl update
Eric Bollengier [Mon, 5 Feb 2007 14:36:28 +0000 (14:36 +0000)]
ebl  update

17 years agoebl fix #766 on RunsOnClient = Yes
Eric Bollengier [Mon, 5 Feb 2007 14:23:39 +0000 (14:23 +0000)]
ebl  fix #766 on RunsOnClient = Yes

17 years agoebl add
Eric Bollengier [Mon, 5 Feb 2007 14:19:22 +0000 (14:19 +0000)]
ebl  add

17 years agoUpdate version
Kern Sibbald [Mon, 5 Feb 2007 11:03:44 +0000 (11:03 +0000)]
Update version

17 years agoebl add error message in status bar when brestore can't write to .brestore.conf
Eric Bollengier [Mon, 5 Feb 2007 09:15:38 +0000 (09:15 +0000)]
ebl  add error message in status bar when brestore can't write to .brestore.conf

17 years agoebl fix batch mode
Eric Bollengier [Sun, 4 Feb 2007 21:28:57 +0000 (21:28 +0000)]
ebl  fix batch mode

17 years agoExplain the FSFE a bit more
Kern Sibbald [Sun, 4 Feb 2007 20:23:31 +0000 (20:23 +0000)]
Explain the FSFE a bit more

17 years agoebl Fix bug with accent, use filenameid/pathid instead of filename
Eric Bollengier [Sun, 4 Feb 2007 20:06:26 +0000 (20:06 +0000)]
ebl  Fix bug with accent, use filenameid/pathid instead of filename

17 years agoImplement command output lists
Kern Sibbald [Sun, 4 Feb 2007 16:29:53 +0000 (16:29 +0000)]
Implement command output lists

17 years agoFix bug # 746 - Windows FD crashes when job canceled
Robert Nelson [Sun, 4 Feb 2007 16:20:45 +0000 (16:20 +0000)]
Fix bug # 746 - Windows FD crashes when job canceled
(This really is Windows FD crashes sometimes if debug level > 0 and status window is open)

Add -g so we get symbols.

17 years agokes Clarify some stored/acquire messages to indicate if the
Kern Sibbald [Sun, 4 Feb 2007 09:41:27 +0000 (09:41 +0000)]
kes  Clarify some stored/acquire messages to indicate if the
     problem is with read or append.

17 years agoAdd Finnish
Kern Sibbald [Sat, 3 Feb 2007 18:22:32 +0000 (18:22 +0000)]
Add Finnish

17 years agoAdd brestore page
Kern Sibbald [Sat, 3 Feb 2007 13:01:19 +0000 (13:01 +0000)]
Add brestore page

17 years agoSeparate console ui from main.ui
Kern Sibbald [Sat, 3 Feb 2007 11:33:09 +0000 (11:33 +0000)]
Separate console ui from main.ui

17 years agoMany changes (most discussed discussed on bacula-docs) list.
Jeremy C. Reed [Fri, 2 Feb 2007 19:14:07 +0000 (19:14 +0000)]
Many changes (most discussed discussed on bacula-docs) list.

Some of the changes include: removing extra highlighting; use
sections instead of lists for some paragraphs; few grammar or
punctuation fixes.

This also adds some TODO comments. Please search for "TODO" in this
tex file and help answer or clean up that part.

Note: we will work on making a style guide to document how we should
consistently do highlighting/bolding/emphasis/italics for the manual.

17 years agoRemove old btree renamed to rblist
Kern Sibbald [Fri, 2 Feb 2007 10:43:14 +0000 (10:43 +0000)]
Remove old btree renamed to rblist

17 years agokes Fix memory leak with storage ids in cats/sql_get.c
Kern Sibbald [Fri, 2 Feb 2007 10:42:11 +0000 (10:42 +0000)]
kes  Fix memory leak with storage ids in cats/sql_get.c
kes  Terminate watchdog earlier to avoid reference to released
     memory -- reported by Jason Austin.
kes  Move closing the database from jobq.c to the director daemon
     termination routine. This fixes memory leaks for shadow jobs
     (i.e. migration jobs).
kes  Free up the unique jobid chain items in migrate.c.  This fixes
     a memory leak problem.
kes  Convert some ugly looking for statements to use foreach_alist
     in findlib/find.c.  This will facilitate converting the structures
     to use dlist (for large include/exclude lists).
kes  Fix a bug in the btree.c and btree.h routines, then rename them
     rblist and add them to be built in src/lib.  Include some new
     methods written by Rudolf Cejka that make the code more readable
     (hides some of the ugly casting).
kes  Add set_next() and set_prev() methods which make the code much more
     readable. Also add a new dlistString class that facilitates storing
     strings in dlists.  To be used in the large include/exclude lists.
kes  Make some trivial modifications to lib/tree.h that use rblist
     rather than dlist for storing the tree links. This was suggested
     by Rudolf Cejka.  The result of this is that the restore tree now
     uses red-black binary trees rather than simple linked lists. This
     should give rather dramatic speed improvements for directories
     contining large numbers of directories/files (more than 10000).

17 years agoRemove debug exit
Kern Sibbald [Thu, 1 Feb 2007 21:50:44 +0000 (21:50 +0000)]
Remove debug exit

17 years agoAdd status icon
Kern Sibbald [Thu, 1 Feb 2007 21:49:16 +0000 (21:49 +0000)]
Add status icon

17 years agoImplement save/restore settings + Font dialog
Kern Sibbald [Thu, 1 Feb 2007 16:28:39 +0000 (16:28 +0000)]
Implement save/restore settings + Font dialog

17 years agoUpdate
Kern Sibbald [Thu, 1 Feb 2007 11:01:25 +0000 (11:01 +0000)]
Update

17 years agoUpdate
Kern Sibbald [Wed, 31 Jan 2007 12:55:53 +0000 (12:55 +0000)]
Update

17 years agoFinal changes
Kern Sibbald [Tue, 30 Jan 2007 19:49:15 +0000 (19:49 +0000)]
Final changes

17 years agoUpdate
Kern Sibbald [Tue, 30 Jan 2007 19:36:20 +0000 (19:36 +0000)]
Update

17 years agoebl update message when moving cartige
Eric Bollengier [Tue, 30 Jan 2007 14:31:10 +0000 (14:31 +0000)]
ebl  update message when moving cartige

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 18:59:34 +0000 (18:59 +0000)]
Update

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 18:46:46 +0000 (18:46 +0000)]
Update

17 years agoadd qrc file
Kern Sibbald [Mon, 29 Jan 2007 12:06:44 +0000 (12:06 +0000)]
add qrc file

17 years agoUpdate
Kern Sibbald [Mon, 29 Jan 2007 12:05:31 +0000 (12:05 +0000)]
Update

17 years agoCommit pngs
Kern Sibbald [Mon, 29 Jan 2007 11:07:47 +0000 (11:07 +0000)]
Commit pngs

17 years agoToggle connect/disconnect icon
Kern Sibbald [Mon, 29 Jan 2007 11:05:56 +0000 (11:05 +0000)]
Toggle connect/disconnect icon

17 years agoBasic console text display now works
Kern Sibbald [Mon, 29 Jan 2007 10:34:57 +0000 (10:34 +0000)]
Basic console text display now works

17 years agoUpdate
Kern Sibbald [Sun, 28 Jan 2007 21:57:30 +0000 (21:57 +0000)]
Update

17 years agoIt now talks to Dir
Kern Sibbald [Sun, 28 Jan 2007 21:38:09 +0000 (21:38 +0000)]
It now talks to Dir

17 years agoBat now connecting to Bacula
Kern Sibbald [Sun, 28 Jan 2007 18:25:10 +0000 (18:25 +0000)]
Bat now connecting to Bacula

17 years agoUpdate
Kern Sibbald [Sun, 28 Jan 2007 16:59:39 +0000 (16:59 +0000)]
Update

17 years agoAdd new images
Kern Sibbald [Sun, 28 Jan 2007 16:43:11 +0000 (16:43 +0000)]
Add new images

17 years agoMove console into subdir
Kern Sibbald [Sun, 28 Jan 2007 15:43:04 +0000 (15:43 +0000)]
Move console into subdir

17 years agoTweaks
Kern Sibbald [Sun, 28 Jan 2007 15:33:37 +0000 (15:33 +0000)]
Tweaks

17 years agoImplement Console class
Kern Sibbald [Sun, 28 Jan 2007 13:05:41 +0000 (13:05 +0000)]
Implement Console class

17 years agoFix maxruntime bug #621.
Kern Sibbald [Sun, 28 Jan 2007 11:15:28 +0000 (11:15 +0000)]
Fix maxruntime bug #621.

17 years agoStart on Console class
Kern Sibbald [Sat, 27 Jan 2007 20:58:35 +0000 (20:58 +0000)]
Start on Console class

17 years agoUpdate names
Kern Sibbald [Sat, 27 Jan 2007 18:25:23 +0000 (18:25 +0000)]
Update names

17 years agoUpdate
Kern Sibbald [Sat, 27 Jan 2007 17:39:20 +0000 (17:39 +0000)]
Update

17 years agoUpdate name
Kern Sibbald [Sat, 27 Jan 2007 17:36:45 +0000 (17:36 +0000)]
Update name

17 years agoAdd tree selection of stacked widgets
Kern Sibbald [Sat, 27 Jan 2007 17:00:19 +0000 (17:00 +0000)]
Add tree selection of stacked widgets

17 years agoNow add fc6
Scott Barninger [Sat, 27 Jan 2007 14:16:07 +0000 (14:16 +0000)]
Now add fc6

17 years agoReverse stomp on earlier changes
Scott Barninger [Sat, 27 Jan 2007 14:13:05 +0000 (14:13 +0000)]
Reverse stomp on earlier changes

17 years agoAdd fc6
Scott Barninger [Sat, 27 Jan 2007 13:47:24 +0000 (13:47 +0000)]
Add fc6

17 years agoUpdate for fc6
Scott Barninger [Sat, 27 Jan 2007 13:18:59 +0000 (13:18 +0000)]
Update for fc6

17 years agoadd Peters bat icon
Kern Sibbald [Fri, 26 Jan 2007 21:34:17 +0000 (21:34 +0000)]
add Peters bat icon

17 years agoebl Implements the include JobID in spool file name project.
Kern Sibbald [Fri, 26 Jan 2007 21:26:50 +0000 (21:26 +0000)]
ebl  Implements the include JobID in spool file name project.
kes  Reorder projects file in order determined by Jan 2007 vote.
kes  Implement item #12 on project list -- quick release of FD by
     the SD.

17 years agoAdd qt-console configuration
Kern Sibbald [Fri, 26 Jan 2007 20:14:21 +0000 (20:14 +0000)]
Add qt-console configuration

17 years agoAdd more qt-console functionality
Kern Sibbald [Fri, 26 Jan 2007 14:56:34 +0000 (14:56 +0000)]
Add more qt-console functionality

17 years agoAdd new qt-console files
Kern Sibbald [Fri, 26 Jan 2007 13:35:26 +0000 (13:35 +0000)]
Add new qt-console files

17 years agoFix open of SQLite3 db where user does not have write permission
Kern Sibbald [Fri, 26 Jan 2007 11:16:35 +0000 (11:16 +0000)]
Fix open of SQLite3 db where user does not have write permission
     so that DIR does not crash. Fixes bug #761.

17 years agoebl update_slots after ejecting media
Eric Bollengier [Thu, 25 Jan 2007 22:11:16 +0000 (22:11 +0000)]
ebl  update_slots after ejecting media

17 years agoebl fix
Eric Bollengier [Thu, 25 Jan 2007 21:58:23 +0000 (21:58 +0000)]
ebl  fix

17 years agoebl add spanish translation
Eric Bollengier [Thu, 25 Jan 2007 21:43:03 +0000 (21:43 +0000)]
ebl  add spanish translation

17 years agoebl add spanish translation, thanks to Santiago Alberch <caesarneron@gmail.com>
Eric Bollengier [Thu, 25 Jan 2007 21:41:34 +0000 (21:41 +0000)]
ebl  add spanish translation, thanks to Santiago Alberch <caesarneron@gmail.com>

17 years agoebl fix javascript
Eric Bollengier [Thu, 25 Jan 2007 21:39:03 +0000 (21:39 +0000)]
ebl  fix javascript

17 years agoebl use $CONF_DIR instead of /etc/bacula
Eric Bollengier [Thu, 25 Jan 2007 20:42:34 +0000 (20:42 +0000)]
ebl  use $CONF_DIR instead of /etc/bacula

17 years agoFix typo: It take -> It takes
Dan Langille [Thu, 25 Jan 2007 16:23:20 +0000 (16:23 +0000)]
Fix typo: It take -> It takes

17 years agoAdd back missing @ in Win32 Makefile.
Kern Sibbald [Thu, 25 Jan 2007 14:15:56 +0000 (14:15 +0000)]
Add back missing @ in Win32 Makefile.

17 years agokes Change 'Device not configured to autolabel' from INFO
Kern Sibbald [Thu, 25 Jan 2007 11:26:57 +0000 (11:26 +0000)]
kes  Change 'Device not configured to autolabel' from INFO
     to WARNING.
kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0
     which should restart an indefinite # of times.
kes  Fix configure --help to print --with-mysql[=DIR]. Same for
     other DIR specifications.

17 years agoFix configure --help to print --with-mysql[=DIR]. Same for
Kern Sibbald [Thu, 25 Jan 2007 09:15:19 +0000 (09:15 +0000)]
Fix configure --help to print --with-mysql[=DIR]. Same for
     other DIR specifications.

17 years agoUpdate technotes
Kern Sibbald [Thu, 25 Jan 2007 08:53:26 +0000 (08:53 +0000)]
Update technotes

17 years agoFix msvc build problems.
Robert Nelson [Tue, 23 Jan 2007 22:48:07 +0000 (22:48 +0000)]
Fix msvc build problems.

Fix path quoting in SQLite scripts.

Fix problems with SHGetFolderPath.

Fix bacula.dll exports for msvc build.

17 years agoAdd note about wd and piddir being read/writable
Kern Sibbald [Mon, 22 Jan 2007 20:55:37 +0000 (20:55 +0000)]
Add note about wd and piddir being read/writable

17 years agoebl update RecyclePoolId to Scratch when label_barcodes
Eric Bollengier [Mon, 22 Jan 2007 09:48:24 +0000 (09:48 +0000)]
ebl  update RecyclePoolId to Scratch when label_barcodes

17 years agoebl fv_write_path is optionnal now
Eric Bollengier [Sat, 20 Jan 2007 13:40:59 +0000 (13:40 +0000)]
ebl  fv_write_path is optionnal now

17 years agoFix bugs 752 and 754
Scott Barninger [Sat, 20 Jan 2007 13:14:21 +0000 (13:14 +0000)]
Fix bugs 752 and 754

17 years agoebl small fix
Eric Bollengier [Sat, 20 Jan 2007 10:08:49 +0000 (10:08 +0000)]
ebl  small fix

17 years agoebl Update Location from new labeled media
Eric Bollengier [Sat, 20 Jan 2007 10:08:34 +0000 (10:08 +0000)]
ebl  Update Location from new labeled media

17 years agoebl update
Eric Bollengier [Fri, 19 Jan 2007 20:13:38 +0000 (20:13 +0000)]
ebl  update

17 years agoebl fix /etc/bacula permissions
Eric Bollengier [Fri, 19 Jan 2007 20:09:07 +0000 (20:09 +0000)]
ebl  fix /etc/bacula permissions

17 years agoebl fix label_barcodes (use drive name instead of autochanger name)
Eric Bollengier [Fri, 19 Jan 2007 17:23:36 +0000 (17:23 +0000)]
ebl  fix label_barcodes (use drive name instead of autochanger name)

17 years agoUpdate all-non-root-tests
Kern Sibbald [Fri, 19 Jan 2007 14:41:18 +0000 (14:41 +0000)]
Update all-non-root-tests

17 years agoUpdate FOSDEM talk
Kern Sibbald [Fri, 19 Jan 2007 08:11:24 +0000 (08:11 +0000)]
Update FOSDEM talk

17 years agoCreate patches/2.0.1-restart.patch. Fixes bug #755.
Kern Sibbald [Fri, 19 Jan 2007 07:46:04 +0000 (07:46 +0000)]
Create patches/2.0.1-restart.patch. Fixes bug #755.

17 years agoAdd .cvsignore
Kern Sibbald [Thu, 18 Jan 2007 21:13:22 +0000 (21:13 +0000)]
Add .cvsignore

17 years agoIsolated bat graphic from the Bacula logo for use in network diagrams and presentations.
Peter Buschman [Thu, 18 Jan 2007 21:11:36 +0000 (21:11 +0000)]
Isolated bat graphic from the Bacula logo for use in network diagrams and presentations.

17 years agoFix layout
Kern Sibbald [Thu, 18 Jan 2007 20:48:58 +0000 (20:48 +0000)]
Fix layout

17 years agoebl small fix
Eric Bollengier [Thu, 18 Jan 2007 19:19:21 +0000 (19:19 +0000)]
ebl  small fix

17 years agoebl add library check
Eric Bollengier [Thu, 18 Jan 2007 19:12:39 +0000 (19:12 +0000)]
ebl  add library check

17 years agoebl update postgresql note
Eric Bollengier [Thu, 18 Jan 2007 19:11:28 +0000 (19:11 +0000)]
ebl  update postgresql note

17 years agokes Fix Job restart on error bug that promotes an Inc to a Full
Kern Sibbald [Thu, 18 Jan 2007 09:42:28 +0000 (09:42 +0000)]
kes  Fix Job restart on error bug that promotes an Inc to a Full
     backup.  This should fix bug #755.
kes  Add qt-console and first cut of code.

17 years agoebl fix label_barcodes for french bacula-sd
Eric Bollengier [Wed, 17 Jan 2007 15:09:49 +0000 (15:09 +0000)]
ebl  fix label_barcodes for french bacula-sd

17 years agoUpdate install_bweb
Kern Sibbald [Wed, 17 Jan 2007 14:58:36 +0000 (14:58 +0000)]
Update install_bweb

17 years agoFix typo
Kern Sibbald [Wed, 17 Jan 2007 14:55:14 +0000 (14:55 +0000)]
Fix typo

17 years agoUpdate doc
Kern Sibbald [Wed, 17 Jan 2007 14:16:54 +0000 (14:16 +0000)]
Update doc

17 years agoUpdate doc
Kern Sibbald [Wed, 17 Jan 2007 13:57:08 +0000 (13:57 +0000)]
Update doc