]> git.sur5r.net Git - bacula/rescue/log
bacula/rescue
17 years agoebl verify MaxVols when moving recycled volumes to RecyclePool
Eric Bollengier [Tue, 20 Feb 2007 16:39:46 +0000 (16:39 +0000)]
ebl  verify MaxVols when moving recycled volumes to RecyclePool

17 years agoebl Add Scratch Pool
Eric Bollengier [Tue, 20 Feb 2007 14:33:03 +0000 (14:33 +0000)]
ebl  Add Scratch Pool

17 years agoupdate
Eric Bollengier [Tue, 20 Feb 2007 13:46:58 +0000 (13:46 +0000)]
update

17 years agoebl update
Eric Bollengier [Tue, 20 Feb 2007 13:35:10 +0000 (13:35 +0000)]
ebl  update

17 years agoebl for people like me wo want's generate include/exclude with before job commands
Eric Bollengier [Tue, 20 Feb 2007 13:32:20 +0000 (13:32 +0000)]
ebl  for people like me wo want's generate include/exclude with before job commands

17 years agoebl revert to ClientRunBeforeJob like in 1.38.11
Eric Bollengier [Tue, 20 Feb 2007 13:26:41 +0000 (13:26 +0000)]
ebl  revert to ClientRunBeforeJob like in 1.38.11

17 years agoebl fix long message
Eric Bollengier [Tue, 20 Feb 2007 12:26:06 +0000 (12:26 +0000)]
ebl  fix long message

17 years agoebl add sqlite notes
Eric Bollengier [Tue, 20 Feb 2007 10:28:00 +0000 (10:28 +0000)]
ebl  add sqlite notes

17 years agodsb Update rpm-faq with notes on package structure and uses.
Scott Barninger [Mon, 19 Feb 2007 22:10:35 +0000 (22:10 +0000)]
dsb Update rpm-faq with notes on package structure and uses.

17 years agoebl merge into trunck
Eric Bollengier [Mon, 19 Feb 2007 21:42:43 +0000 (21:42 +0000)]
ebl  merge into trunck

17 years agoebl move file_have_changed before bclose()
Eric Bollengier [Mon, 19 Feb 2007 19:45:15 +0000 (19:45 +0000)]
ebl  move file_have_changed before bclose()

17 years agokes Restore of sockets created false error messages because Bacula
Kern Sibbald [Mon, 19 Feb 2007 17:59:15 +0000 (17:59 +0000)]
kes  Restore of sockets created false error messages because Bacula
     no longer restores sockets, but the code was still trying to
     set the attributes on a non-existent file. Reported by a user.

17 years agoImplement socket restore test
Kern Sibbald [Mon, 19 Feb 2007 17:51:35 +0000 (17:51 +0000)]
Implement socket restore test

17 years agoebl add RecyclePool notes
Eric Bollengier [Mon, 19 Feb 2007 17:20:55 +0000 (17:20 +0000)]
ebl  add RecyclePool notes

17 years agoFix line I accidently truncated
Kern Sibbald [Mon, 19 Feb 2007 17:18:58 +0000 (17:18 +0000)]
Fix line I accidently truncated

17 years agoUpdate copyright date
Kern Sibbald [Mon, 19 Feb 2007 12:12:56 +0000 (12:12 +0000)]
Update copyright date

17 years agokes Expand new BSOCK class adding signal() and new BNET signals.
Kern Sibbald [Mon, 19 Feb 2007 12:09:01 +0000 (12:09 +0000)]
kes  Expand new BSOCK class adding signal() and new BNET signals.
kes  Begin enhancing the dot commands adding a new API function
     that returns more information and will make it easier
     to interface to the Director from a program.

17 years agoebl update
Eric Bollengier [Mon, 19 Feb 2007 11:54:07 +0000 (11:54 +0000)]
ebl  update

17 years agoebl add RecyclePool to Pool. Media will take Pool.RecyclePool
Eric Bollengier [Mon, 19 Feb 2007 11:51:46 +0000 (11:51 +0000)]
ebl  add RecyclePool to Pool. Media will take Pool.RecyclePool
     when moving from Scratch to a Pool or when user will do
     update volume=xxx frompool
     To use it, add RecyclePool = aPool to your Pool resource
Pool {
Name = Default
RecyclePool = Scratch
...
}

17 years agoRemove reference to non-existant variable
Kern Sibbald [Sun, 18 Feb 2007 20:12:11 +0000 (20:12 +0000)]
Remove reference to non-existant variable

17 years agokes Make DEVICE fd private. Its new name is m_fd, and can be
Kern Sibbald [Sun, 18 Feb 2007 15:51:09 +0000 (15:51 +0000)]
kes  Make DEVICE fd private. Its new name is m_fd, and can be
     obtained with dev->fd() outside the class.  This is the
     first of many DEVICE members to be made private.
kes  Implement Michael Renner's idea on having a virtual disk
     changer. I made some minor modifications (e.g. I did not
     implement the Virtual Changer directive, but simply set
     the Changer Command to an empty string.

17 years agoGet job defaults
Kern Sibbald [Sun, 18 Feb 2007 14:25:13 +0000 (14:25 +0000)]
Get job defaults

17 years agoebl patch to copy RecyclePoolId from Pool to Media
Eric Bollengier [Sun, 18 Feb 2007 11:04:50 +0000 (11:04 +0000)]
ebl  patch to copy RecyclePoolId from Pool to Media
     TODO: get PoolId from RecyclePool resource when creating/updating Pool

17 years agoebl avoid loop in show command when NextPool = Pool
Eric Bollengier [Sun, 18 Feb 2007 10:51:23 +0000 (10:51 +0000)]
ebl  avoid loop in show command when NextPool = Pool

17 years agokes Implement a BSOCK send() method that writes the whole record
Kern Sibbald [Sat, 17 Feb 2007 18:04:29 +0000 (18:04 +0000)]
kes  Implement a BSOCK send() method that writes the whole record
     in a single write() request rather than in two.

17 years agoebl update
Eric Bollengier [Sat, 17 Feb 2007 17:51:18 +0000 (17:51 +0000)]
ebl  update

17 years agoebl Add checkchanges fileset feature works with 2.1.4
Eric Bollengier [Sat, 17 Feb 2007 17:50:09 +0000 (17:50 +0000)]
ebl  Add checkchanges fileset feature works with 2.1.4
     see fd_checkchanges.readme

17 years agoebl update
Eric Bollengier [Sat, 17 Feb 2007 17:35:49 +0000 (17:35 +0000)]
ebl  update

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:31:07 +0000 (17:31 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:30:11 +0000 (17:30 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

17 years agoebl add update volume=xxx recyclepool=yyyy
Eric Bollengier [Sat, 17 Feb 2007 17:29:28 +0000 (17:29 +0000)]
ebl  add update volume=xxx recyclepool=yyyy

17 years agoebl add comments
Eric Bollengier [Sat, 17 Feb 2007 10:15:29 +0000 (10:15 +0000)]
ebl  add comments

17 years agoTweak
Kern Sibbald [Fri, 16 Feb 2007 17:11:07 +0000 (17:11 +0000)]
Tweak

17 years agokes Fix encryption deblocking bug, which caused some restored files
Kern Sibbald [Fri, 16 Feb 2007 15:20:36 +0000 (15:20 +0000)]
kes  Fix encryption deblocking bug, which caused some restored files
     to be truncated. This fixes bug #763.

17 years agokes Add FD event sequence order prepared by Eric -- for RunScripts.
Kern Sibbald [Fri, 16 Feb 2007 08:45:16 +0000 (08:45 +0000)]
kes  Add FD event sequence order prepared by Eric -- for RunScripts.
kes  Fix 12am/pm bug as reported in bug #782.

17 years agoAdd encrypt-bug-test
Kern Sibbald [Thu, 15 Feb 2007 20:28:37 +0000 (20:28 +0000)]
Add encrypt-bug-test

17 years agotweaks
Kern Sibbald [Thu, 15 Feb 2007 18:53:37 +0000 (18:53 +0000)]
tweaks

17 years agoebl update
Eric Bollengier [Wed, 14 Feb 2007 10:19:41 +0000 (10:19 +0000)]
ebl  update

17 years agoebl Add EndTime to display_job if you want add it to your tpl
Eric Bollengier [Wed, 14 Feb 2007 10:19:28 +0000 (10:19 +0000)]
ebl  Add EndTime to display_job if you want add it to your tpl

17 years agoebl fix cache create bug
Eric Bollengier [Wed, 14 Feb 2007 10:17:06 +0000 (10:17 +0000)]
ebl  fix cache create bug

17 years agoebl update
Eric Bollengier [Wed, 14 Feb 2007 10:15:26 +0000 (10:15 +0000)]
ebl  update

17 years agoebl Use btime_t instead of uint64_t in media patch.
Eric Bollengier [Tue, 13 Feb 2007 19:58:16 +0000 (19:58 +0000)]
ebl  Use btime_t instead of uint64_t in media patch.

17 years agoebl cleanup runscript_after field from JCR
Eric Bollengier [Tue, 13 Feb 2007 19:55:57 +0000 (19:55 +0000)]
ebl  cleanup runscript_after field from JCR

17 years agoebl use btime_t instead of uint64_t for media stats
Eric Bollengier [Tue, 13 Feb 2007 11:27:38 +0000 (11:27 +0000)]
ebl  use btime_t instead of uint64_t for media stats

17 years agoDoc Win32 problems
Kern Sibbald [Tue, 13 Feb 2007 07:36:40 +0000 (07:36 +0000)]
Doc Win32 problems

17 years agoebl add first vim support for bacula-dir.conf
Eric Bollengier [Mon, 12 Feb 2007 20:55:43 +0000 (20:55 +0000)]
ebl  add first vim support for bacula-dir.conf

17 years agoebl fix runscript : they was run before the real end of job
Eric Bollengier [Mon, 12 Feb 2007 19:52:58 +0000 (19:52 +0000)]
ebl  fix runscript : they was run before the real end of job

17 years agoebl Add EndTime to display_job
Eric Bollengier [Mon, 12 Feb 2007 14:50:20 +0000 (14:50 +0000)]
ebl  Add EndTime to display_job

17 years agoUpdate version
Kern Sibbald [Mon, 12 Feb 2007 12:33:54 +0000 (12:33 +0000)]
Update version

17 years agoUpdate
Kern Sibbald [Mon, 12 Feb 2007 11:37:33 +0000 (11:37 +0000)]
Update

17 years agoCreate first cut prerestore and restore dialogs
Kern Sibbald [Mon, 12 Feb 2007 10:39:38 +0000 (10:39 +0000)]
Create first cut prerestore and restore dialogs

17 years agoUpdate bacula-web doc
Kern Sibbald [Mon, 12 Feb 2007 07:58:57 +0000 (07:58 +0000)]
Update bacula-web doc

17 years agoUpdate bacula-web README
Kern Sibbald [Mon, 12 Feb 2007 07:57:15 +0000 (07:57 +0000)]
Update bacula-web README

17 years agomove moc files into moc and .o into obj
Kern Sibbald [Sun, 11 Feb 2007 20:13:20 +0000 (20:13 +0000)]
move moc files into moc and .o into obj

17 years agoUpdate bat
Kern Sibbald [Sun, 11 Feb 2007 18:57:21 +0000 (18:57 +0000)]
Update bat

17 years agoUpdate bat
Kern Sibbald [Sun, 11 Feb 2007 18:21:43 +0000 (18:21 +0000)]
Update bat

17 years agoUpdate FOSDEM presentation
Kern Sibbald [Sun, 11 Feb 2007 14:02:32 +0000 (14:02 +0000)]
Update FOSDEM presentation

17 years agoUpdate FOSDEM presentation
Kern Sibbald [Sun, 11 Feb 2007 11:20:25 +0000 (11:20 +0000)]
Update FOSDEM presentation

17 years agokes Optimize the use of the database a bit in the Status dir command.
Kern Sibbald [Sun, 11 Feb 2007 11:18:26 +0000 (11:18 +0000)]
kes  Optimize the use of the database a bit in the Status dir command.
     Only open it when needed, ensure that if any previous database
     was opened, it is closed.

17 years agoCorrect VolCatBytes bug from media patch
Kern Sibbald [Sat, 10 Feb 2007 20:15:58 +0000 (20:15 +0000)]
Correct VolCatBytes bug from media patch

17 years agoRemove RunScript change
Kern Sibbald [Sat, 10 Feb 2007 14:29:16 +0000 (14:29 +0000)]
Remove RunScript change

17 years agokes Apply Eric's scratch patch that moves a purged Volume to
Kern Sibbald [Sat, 10 Feb 2007 14:25:21 +0000 (14:25 +0000)]
kes  Apply Eric's scratch patch that moves a purged Volume to
     the RecyclePool.  Question: how is RecyclePool set? what
     happens to the ScratchPool?
kes  Apply Eric's media patch that collects read/write media
     times as well as byte counts.  This patch requires a
     simultaneous upgrade of the DIR and SD.  Note, there
     should be some way to turn of timing. I'm not sure
     times are in Bacula units.
kes  Apply Eric's batch-insert patch.

17 years agoFirst cut run dialog
Kern Sibbald [Fri, 9 Feb 2007 22:22:54 +0000 (22:22 +0000)]
First cut run dialog

17 years agoFirst cut label dialog
Kern Sibbald [Fri, 9 Feb 2007 19:52:24 +0000 (19:52 +0000)]
First cut label dialog

17 years agoUpdate version
Kern Sibbald [Fri, 9 Feb 2007 10:45:08 +0000 (10:45 +0000)]
Update version

17 years ago09Feb07
Kern Sibbald [Fri, 9 Feb 2007 10:44:31 +0000 (10:44 +0000)]
09Feb07
kes  Update projects list.
08Feb07
kes  Implement Include/Exclude file lists in FD as dlists using
     the new dlistString class. This permits efficiently having
     large include/exclude lists and completes project Item 25.
kes  Fix dird/ua_cmds.c so that a cancel command checks if the
     console is authorized to cancel the job.  This fixes bug
     #767.

17 years agoebl fix cache create bug
Eric Bollengier [Thu, 8 Feb 2007 21:59:47 +0000 (21:59 +0000)]
ebl  fix cache create bug

17 years agoebl update RunScript ClientRunBeforeJob notes
Eric Bollengier [Thu, 8 Feb 2007 21:38:33 +0000 (21:38 +0000)]
ebl  update RunScript ClientRunBeforeJob notes

17 years agoebl update runscript ClientRunBeforeJob
Eric Bollengier [Thu, 8 Feb 2007 21:37:25 +0000 (21:37 +0000)]
ebl  update runscript ClientRunBeforeJob

17 years agoUpdate devel guide for SVN + add presentations
Kern Sibbald [Thu, 8 Feb 2007 11:42:17 +0000 (11:42 +0000)]
Update devel guide for SVN + add presentations

17 years agokes Fix dird/ua_cmds.c so that a cancel command checks if the
Kern Sibbald [Thu, 8 Feb 2007 10:54:40 +0000 (10:54 +0000)]
kes  Fix dird/ua_cmds.c so that a cancel command checks if the
     console is authorized to cancel the job.  This fixes bug
     #767.
kes  Modify SD so that the VolCatJobs medium record is updated
     at the beginning of a Job rather than the end.  This
     fixes bug #775 where exceeding MaxVolJobs caused jobs
     to fail.
kes  Added a mutex around getting and setting Volume information
     so that multiple simultaneous jobs will single thread.

17 years agoebl Add ClientId in db_create_job_record
Eric Bollengier [Wed, 7 Feb 2007 16:52:19 +0000 (16:52 +0000)]
ebl  Add ClientId in db_create_job_record
     It's usefull for bweb, we have always a client id with a Job

17 years agoebl fix gtk find word function
Eric Bollengier [Wed, 7 Feb 2007 16:45:38 +0000 (16:45 +0000)]
ebl  fix gtk find word function

17 years agoebl fix dependency
Eric Bollengier [Wed, 7 Feb 2007 16:44:56 +0000 (16:44 +0000)]
ebl  fix dependency

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:20:12 +0000 (16:20 +0000)]
Remove unwanted execute bit

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:19:24 +0000 (16:19 +0000)]
Remove unwanted execute bit

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:18:52 +0000 (16:18 +0000)]
Remove unwanted execute bit

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:18:10 +0000 (16:18 +0000)]
Remove unwanted execute bit

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:17:40 +0000 (16:17 +0000)]
Remove unwanted execute bit

17 years agoRemove unwanted execute bit
Kern Sibbald [Wed, 7 Feb 2007 16:16:56 +0000 (16:16 +0000)]
Remove unwanted execute bit

17 years agoUpdate web to refer to SVN
Kern Sibbald [Wed, 7 Feb 2007 16:07:49 +0000 (16:07 +0000)]
Update web to refer to SVN

17 years agoBack out eol change, it doesn't work on Linux.
Robert Nelson [Wed, 7 Feb 2007 12:47:03 +0000 (12:47 +0000)]
Back out eol change, it doesn't work on Linux.

17 years agoSince PostgreSQL 8.1.4 is no longer available upgrade to 8.1.6.
Robert Nelson [Wed, 7 Feb 2007 10:27:54 +0000 (10:27 +0000)]
Since PostgreSQL 8.1.4 is no longer available upgrade to 8.1.6.

Update msvc build for new rblist.

17 years agoFix eol properties.
Robert Nelson [Wed, 7 Feb 2007 09:18:43 +0000 (09:18 +0000)]
Fix eol properties.

17 years agoupdate version as a test
Kern Sibbald [Wed, 7 Feb 2007 07:49:49 +0000 (07:49 +0000)]
update version as a test

17 years agoAdd new weird-files.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:33:50 +0000 (06:33 +0000)]
Add new weird-files.tar.gz

17 years agoRemove seemingly broken weirdfiles.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:32:45 +0000 (06:32 +0000)]
Remove seemingly broken weirdfiles.tar.gz

17 years agoFix broken weird-files.tar.gz
Kern Sibbald [Wed, 7 Feb 2007 06:30:11 +0000 (06:30 +0000)]
Fix broken weird-files.tar.gz

17 years agoRemove src/pygtk-console/ from configure
Kern Sibbald [Wed, 7 Feb 2007 06:25:12 +0000 (06:25 +0000)]
Remove src/pygtk-console/ from configure

17 years agoChange technotes
Kern Sibbald [Wed, 7 Feb 2007 06:16:00 +0000 (06:16 +0000)]
Change technotes

17 years agoTest commit
Kern Sibbald [Wed, 7 Feb 2007 06:14:28 +0000 (06:14 +0000)]
Test commit

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