]>
git.sur5r.net Git - bacula/bacula/log
Eric Bollengier [Mon, 19 Mar 2007 11:04:34 +0000 (11:04 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4367
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 19 Mar 2007 11:03:10 +0000 (11:03 +0000)]
ebl add a re-run option in display_job_zoom
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4366
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 18 Mar 2007 22:24:49 +0000 (22:24 +0000)]
Fix batch file #ifdefing
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4363
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 18 Mar 2007 22:18:48 +0000 (22:18 +0000)]
Too many troubles turn off batch insert code
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4362
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 18 Mar 2007 21:36:28 +0000 (21:36 +0000)]
kes Correct return status on db_batch... routines.
kes Add call to db_write_batch_file_records() to migration code.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4361
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 18 Mar 2007 20:55:12 +0000 (20:55 +0000)]
ebl display messages after run_script
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4360
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 18 Mar 2007 20:51:48 +0000 (20:51 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4359
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 18 Mar 2007 20:10:58 +0000 (20:10 +0000)]
kes Move the checking of the database in initializion of the Director
to after we drop privileges. This avoids the need for both root
and bacula access to the DB.
kes Correct a misplaced variable definition in src/filed/backup.c
kes Correct how the new batch insert db_create_attributes_record()
uses the arguments. Caused a seg fault in bscan.
kes Implement lock() and unlock() methods in DEVICE class.
Implement block() and set_block(xx) methods in DEVICE class.
kes Modify bnet_connect() so that it uses time() to check for the
wait time expiring (on some OSes, some system calls may not
return immediately).
kes Modify Verify to obtain the previous JobId when it is actually
running rather than at schedule time (as it was in 1.38.x).
kes Fix src/job.c to handle MaxWaitTime correctly. This should
fix bug #802.
kes When checking pid in pid file, continue running if the pid is
the same as ours. This occurs on IRIX after a system crash.
Fixes bug #797.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4358
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 18 Mar 2007 16:29:29 +0000 (16:29 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4357
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 18 Mar 2007 16:13:37 +0000 (16:13 +0000)]
ebl fix mysql stuff
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4356
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 18 Mar 2007 13:08:01 +0000 (13:08 +0000)]
ebl select all pool by default
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4353
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 17 Mar 2007 17:30:59 +0000 (17:30 +0000)]
Apply Antibes updates
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4349
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Fri, 16 Mar 2007 16:50:55 +0000 (16:50 +0000)]
ebl add message log to identify the device which will be used
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4346
91ce42f0 -d328-0410-95d8-
f526ca767f89
Robert Nelson [Thu, 15 Mar 2007 10:31:52 +0000 (10:31 +0000)]
Fix ACLS on zero length files on Windows.
Add ENODATA definition for building using MSVC.
Add new bsock.c to MSVC build.
Fix exports for MSVC.
Fix problem with icons not being removed for task bar on exit.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4345
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 14 Mar 2007 14:41:51 +0000 (14:41 +0000)]
Update news
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4344
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 11 Mar 2007 12:51:30 +0000 (12:51 +0000)]
Add BNET_RUN_CMD to bat
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4343
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 10 Mar 2007 21:04:23 +0000 (21:04 +0000)]
kes Extend new GUI API.
kes Make the ua structure a class, and implement send_msg(),
error_msg(), warning_msg(), and info_msg().
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4342
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 10 Mar 2007 13:26:59 +0000 (13:26 +0000)]
Tweak INSTALL and README
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4340
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 10 Mar 2007 13:25:03 +0000 (13:25 +0000)]
Tweak INSTALL and README
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4338
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 10 Mar 2007 13:12:25 +0000 (13:12 +0000)]
Tweak INSTALL and README
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4336
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Fri, 9 Mar 2007 10:36:41 +0000 (10:36 +0000)]
Get bat select dialog working
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4335
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 8 Mar 2007 18:50:23 +0000 (18:50 +0000)]
kes Apply fix from for building wx-console on the Mac from
bug #798.
kes Implement new select mechanism for GUI programs.
kes Reorganize initialization of stackedWidgets in bat.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4334
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Wed, 7 Mar 2007 23:10:55 +0000 (23:10 +0000)]
ebl first cup of "regexp where"
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4333
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 7 Mar 2007 13:32:10 +0000 (13:32 +0000)]
Add updated nagios plugin supplied by Christian Masopust.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4329
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 6 Mar 2007 20:04:42 +0000 (20:04 +0000)]
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4327
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 6 Mar 2007 20:03:09 +0000 (20:03 +0000)]
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4326
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 6 Mar 2007 19:59:56 +0000 (19:59 +0000)]
Update projects
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4324
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 6 Mar 2007 18:42:31 +0000 (18:42 +0000)]
bat updates
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4323
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 6 Mar 2007 13:52:48 +0000 (13:52 +0000)]
More bat implementation
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4322
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 5 Mar 2007 22:04:23 +0000 (22:04 +0000)]
kes More bat implementation.
kes File migrate bug with Pool Occupancy using mediaid instead
of jobids. Fixes bug #795.
kes Fix orphaned buffers in filed backup and verify due to
crypto buffers not freed during errors. Fixes bug #789.
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4321
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 5 Mar 2007 17:30:24 +0000 (17:30 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4319
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 5 Mar 2007 17:29:55 +0000 (17:29 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4318
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 5 Mar 2007 17:27:54 +0000 (17:27 +0000)]
ebl bugfix (missing fileset when running job from bweb)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4315
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 5 Mar 2007 16:30:09 +0000 (16:30 +0000)]
Fix unwanted fifo-test change
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4314
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 5 Mar 2007 14:09:39 +0000 (14:09 +0000)]
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4313
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 5 Mar 2007 09:50:15 +0000 (09:50 +0000)]
kes Extend new GUI api code to tree commands.
kes Ensure that tree and dot commands check console ACLs.
kes Permit marking directory with trailing slash.
kes Allow 20 console connections (instead of only 10).
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4311
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 5 Mar 2007 09:46:43 +0000 (09:46 +0000)]
Get new api working + mark/unmark restore files
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4310
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 5 Mar 2007 09:19:06 +0000 (09:19 +0000)]
ebl add only ended backup
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4308
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sun, 4 Mar 2007 10:24:39 +0000 (10:24 +0000)]
Add smartctl call to bacula-sd.conf as an example of getting
tape alert info.
More bat work
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4307
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 3 Mar 2007 21:11:24 +0000 (21:11 +0000)]
First cut fileWidget tree
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4306
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 3 Mar 2007 09:46:44 +0000 (09:46 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4302
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 3 Mar 2007 09:45:44 +0000 (09:45 +0000)]
ebl update for db_size
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4301
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 3 Mar 2007 09:41:54 +0000 (09:41 +0000)]
ebl Add Postgresql and Mysql5 db_size information
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4300
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 3 Mar 2007 09:14:35 +0000 (09:14 +0000)]
ebl Add debug option to Bconsole.pm
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4298
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 3 Mar 2007 08:39:57 +0000 (08:39 +0000)]
update FOSDEM pdf
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4296
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Sat, 3 Mar 2007 07:47:32 +0000 (07:47 +0000)]
Update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4295
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Fri, 2 Mar 2007 18:02:46 +0000 (18:02 +0000)]
02Mar07
kes Modify jobq.c to let simultaneous restore jobs run. This may
cause them to fail if they cannot get a drive.
kes Add Client Connect Wait to Storage daemon to permit users to
modify the time the SD waits for a FD connection.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4294
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Thu, 1 Mar 2007 17:43:52 +0000 (17:43 +0000)]
ebl Add warning in display_job
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4293
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Thu, 1 Mar 2007 17:31:31 +0000 (17:31 +0000)]
ebl fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4292
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Thu, 1 Mar 2007 17:27:23 +0000 (17:27 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4291
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Thu, 1 Mar 2007 17:25:13 +0000 (17:25 +0000)]
ebl add display_log_time option
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4290
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Thu, 1 Mar 2007 10:26:11 +0000 (10:26 +0000)]
ebl works with win32
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4289
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 1 Mar 2007 08:38:47 +0000 (08:38 +0000)]
kes Correct virtual changer check which was backwards. This caused
volumes to be unloaded into slots already occupied.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4288
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Wed, 28 Feb 2007 20:10:16 +0000 (20:10 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4286
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Wed, 28 Feb 2007 19:49:54 +0000 (19:49 +0000)]
update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4285
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Wed, 28 Feb 2007 19:49:08 +0000 (19:49 +0000)]
ebl limit to 1000 lines of log in display_log
you can add limit= and offset= params
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4284
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 28 Feb 2007 17:47:43 +0000 (17:47 +0000)]
Create fifo backup/restore test
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4283
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 28 Feb 2007 17:05:42 +0000 (17:05 +0000)]
Clarify some restrictions
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4281
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 28 Feb 2007 16:53:48 +0000 (16:53 +0000)]
Update version
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4280
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Tue, 27 Feb 2007 20:05:15 +0000 (20:05 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4277
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 27 Feb 2007 17:15:14 +0000 (17:15 +0000)]
Fix restore crash
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4276
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Tue, 27 Feb 2007 16:56:49 +0000 (16:56 +0000)]
Update README
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4275
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Tue, 27 Feb 2007 12:52:19 +0000 (12:52 +0000)]
ebl fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4274
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Tue, 27 Feb 2007 12:50:57 +0000 (12:50 +0000)]
ebl fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4273
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Tue, 27 Feb 2007 12:31:37 +0000 (12:31 +0000)]
ebl fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4272
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 21:32:52 +0000 (21:32 +0000)]
ebl add keyword
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4271
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 21:26:27 +0000 (21:26 +0000)]
ebl add checkchanges fileset keyword
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4270
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 26 Feb 2007 20:29:25 +0000 (20:29 +0000)]
Fix a couple of typos
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4269
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Mon, 26 Feb 2007 20:28:56 +0000 (20:28 +0000)]
kes Correct SQLite log table index as reported by Luca Berra.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4268
91ce42f0 -d328-0410-95d8-
f526ca767f89
Scott Barninger [Mon, 26 Feb 2007 19:53:46 +0000 (19:53 +0000)]
su102 again.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4267
91ce42f0 -d328-0410-95d8-
f526ca767f89
Scott Barninger [Mon, 26 Feb 2007 19:50:28 +0000 (19:50 +0000)]
Add su102 PLATFORM tag.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4264
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 17:24:16 +0000 (17:24 +0000)]
ebl typo fix
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4261
91ce42f0 -d328-0410-95d8-
f526ca767f89
Scott Barninger [Mon, 26 Feb 2007 13:56:48 +0000 (13:56 +0000)]
Add SuSE 10.2 build target.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4259
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 07:14:49 +0000 (07:14 +0000)]
ebl add fifo test
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4257
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 07:11:51 +0000 (07:11 +0000)]
ebl first add
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4256
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 07:07:55 +0000 (07:07 +0000)]
ebl add stat_job_table
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4255
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Mon, 26 Feb 2007 07:07:30 +0000 (07:07 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4254
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 16:41:53 +0000 (16:41 +0000)]
ebl fix sed
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4253
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 16:40:01 +0000 (16:40 +0000)]
ebl init
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4252
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 16:33:43 +0000 (16:33 +0000)]
ebl Add a new stat_job_table option if user wants to improve statistics module
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4251
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 12:01:03 +0000 (12:01 +0000)]
ebl Add new Pool loop to set RecyclePoolId
no need to use update pool=xxx
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4250
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 09:01:32 +0000 (09:01 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4249
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sun, 25 Feb 2007 09:00:10 +0000 (09:00 +0000)]
ebl Add GRANT options and svn stuff
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4248
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:37:44 +0000 (23:37 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4247
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:28:41 +0000 (23:28 +0000)]
ebl add fifo
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4246
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:15:57 +0000 (23:15 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4245
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:07:55 +0000 (23:07 +0000)]
ebl add
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4244
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:05:33 +0000 (23:05 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4243
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 23:02:30 +0000 (23:02 +0000)]
ebl update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4242
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 22:51:23 +0000 (22:51 +0000)]
ebl using /dev/null instead of extra scripting
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4241
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 22:13:57 +0000 (22:13 +0000)]
ebl update with Fifo virtual device (to test backup)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4240
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 21:55:19 +0000 (21:55 +0000)]
update
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4239
91ce42f0 -d328-0410-95d8-
f526ca767f89
Eric Bollengier [Sat, 24 Feb 2007 21:54:38 +0000 (21:54 +0000)]
ebl fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4238
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 22 Feb 2007 15:33:15 +0000 (15:33 +0000)]
Updates
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4234
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 22 Feb 2007 15:31:08 +0000 (15:31 +0000)]
kes Begin implementing new comm signals for API.
kes Fix a few places in lib/message.c where the open fd may
not be zeroed.
kes Continue implementing lib/bsock.c (real class). Make jcr,
who, host, and port private. There are new methods to access
them for non-class use. This required touching a number of files.
21Feb07
kes Add LANG=C to autoconf/randpass so it works with languages other
than English. Fixes bug #788.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4233
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 22 Feb 2007 15:20:38 +0000 (15:20 +0000)]
setprop keywords and eol-style on new files
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4232
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Thu, 22 Feb 2007 11:06:12 +0000 (11:06 +0000)]
Update FOSDEM talk
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4231
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 21 Feb 2007 20:07:37 +0000 (20:07 +0000)]
Start restore tree
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4230
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 21 Feb 2007 13:10:58 +0000 (13:10 +0000)]
Implement restore job defs
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4229
91ce42f0 -d328-0410-95d8-
f526ca767f89
Kern Sibbald [Wed, 21 Feb 2007 10:53:36 +0000 (10:53 +0000)]
Implement first cut of job defaults in run dialog
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4228
91ce42f0 -d328-0410-95d8-
f526ca767f89