]> git.sur5r.net Git - bacula/bacula/log
bacula/bacula
13 years agoregress: use tmp for change_jobname temp files
Eric Bollengier [Thu, 14 Oct 2010 13:29:30 +0000 (15:29 +0200)]
regress: use tmp for change_jobname temp files

13 years agoTweak fix MySQL quoting again :-(
Kern Sibbald [Fri, 13 Aug 2010 08:03:13 +0000 (10:03 +0200)]
Tweak fix MySQL quoting again :-(

13 years agoTweak btape makefile
Eric Bollengier [Wed, 13 Oct 2010 12:00:06 +0000 (14:00 +0200)]
Tweak btape makefile

13 years agoFix bug #1643 about orphan records with delete volume= command
Eric Bollengier [Wed, 13 Oct 2010 09:20:07 +0000 (11:20 +0200)]
Fix bug #1643 about orphan records with delete volume= command

13 years agoregress: add delete-test to regression suite
Eric Bollengier [Wed, 13 Oct 2010 09:16:08 +0000 (11:16 +0200)]
regress: add delete-test to regression suite

13 years agoregress: Add delete-test to reproduce #1643
Eric Bollengier [Wed, 13 Oct 2010 09:14:16 +0000 (11:14 +0200)]
regress: Add delete-test to reproduce #1643

13 years agobweb: tweak notes
Eric Bollengier [Sun, 10 Oct 2010 19:50:59 +0000 (21:50 +0200)]
bweb: tweak notes

13 years agobweb: small fix in overview tab
Eric Bollengier [Fri, 8 Oct 2010 07:49:20 +0000 (09:49 +0200)]
bweb: small fix in overview tab

13 years agobweb: ensure to have always a result for progress bar
Eric Bollengier [Sat, 9 Oct 2010 08:58:01 +0000 (10:58 +0200)]
bweb: ensure to have always a result for progress bar

13 years agobweb: adjust apache conf file
Eric Bollengier [Thu, 7 Oct 2010 16:32:35 +0000 (18:32 +0200)]
bweb: adjust apache conf file

13 years agobvfs: fix mysql query, restore seems to be ok
Eric Bollengier [Thu, 7 Oct 2010 18:28:54 +0000 (20:28 +0200)]
bvfs: fix mysql query, restore seems to be ok

13 years agobvfs: Restore should be ok with MySQL
Eric Bollengier [Thu, 7 Oct 2010 16:09:48 +0000 (18:09 +0200)]
bvfs: Restore should be ok with MySQL

13 years agobweb: tweak overview page
Eric Bollengier [Thu, 7 Oct 2010 16:37:10 +0000 (18:37 +0200)]
bweb: tweak overview page

13 years agobweb: Fix overview page
Eric Bollengier [Thu, 7 Oct 2010 16:19:06 +0000 (18:19 +0200)]
bweb: Fix overview page

13 years agoUse start-stop-daemon handler to run daemons as bacula:bacula
Eric Bollengier [Wed, 6 Oct 2010 15:57:10 +0000 (17:57 +0200)]
Use start-stop-daemon handler to run daemons as bacula:bacula

When the program is started as root, and we call setuid/setgid,
we can no longer call ptrace to get some backtrace.

Using debian/ubuntu start-stop-daemon permits to run directly the
director/sd as bacula:bacula.

13 years agoOnly allocate the alist for holding the xattr when we have the first complete xattr...
Marco van Wieringen [Sat, 2 Oct 2010 08:49:35 +0000 (10:49 +0200)]
Only allocate the alist for holding the xattr when we have the first complete xattr assembled.
Changed the code path so we always walk the same cleanup path after the bail_out label so we
don't have to code every special way of exiting the function.

13 years agoFix typos.
Marco van Wieringen [Sat, 2 Oct 2010 08:18:36 +0000 (10:18 +0200)]
Fix typos.

13 years agoTweak debug messages.
Marco van Wieringen [Thu, 30 Sep 2010 13:06:06 +0000 (15:06 +0200)]
Tweak debug messages.

13 years agoReverted the change of TRU64 to OSF1 for the OS detection rules. Although Compaq...
Marco van Wieringen [Sun, 26 Sep 2010 20:27:12 +0000 (22:27 +0200)]
Reverted the change of TRU64 to OSF1 for the OS detection rules. Although Compaq/HP renamed OSF1 to TRU64 lets leave it for now.

13 years agoFix new IRIX xattr code. Be a bit smarter when freeing data and do it in the exceptio...
Marco van Wieringen [Sun, 26 Sep 2010 20:11:18 +0000 (22:11 +0200)]
Fix new IRIX xattr code. Be a bit smarter when freeing data and do it in the exception handler (e.g. after the goto label)

13 years agoFix some trivial errors and implemented the restore of IRIX xattrs.
Marco van Wieringen [Sun, 26 Sep 2010 13:55:51 +0000 (15:55 +0200)]
Fix some trivial errors and implemented the restore of IRIX xattrs.

13 years agoAdded first try at supporting IRIX extended attributes.
Marco van Wieringen [Sun, 26 Sep 2010 12:37:42 +0000 (14:37 +0200)]
Added first try at supporting IRIX extended attributes.

13 years agoTweak some extra debugging.
Marco van Wieringen [Sun, 26 Sep 2010 09:56:16 +0000 (11:56 +0200)]
Tweak some extra debugging.

13 years agoTweak TRU64 xattr code.
Marco van Wieringen [Sat, 25 Sep 2010 19:49:03 +0000 (21:49 +0200)]
Tweak TRU64 xattr code.

13 years agoTweak retry count handling
Marco van Wieringen [Sat, 25 Sep 2010 19:31:10 +0000 (21:31 +0200)]
Tweak retry count handling

13 years agoAdded configure logic for detecting the TRU64 extended attributes interface.
Marco van Wieringen [Sat, 25 Sep 2010 13:04:33 +0000 (15:04 +0200)]
Added configure logic for detecting the TRU64 extended attributes interface.
Also made the acl and xattr configure logic use the HAVE_XXX_OS_TRUE variable
which is set by BA_CHECK_OPSYS macro so we only check for a certain interface
that we know only exist on a certain platform when we are running on that platform.
This should make the configure output much cleaner.

13 years agoAdded support for TRU64 Extended Attributes interface.
Marco van Wieringen [Fri, 24 Sep 2010 19:09:56 +0000 (21:09 +0200)]
Added support for TRU64 Extended Attributes interface.

13 years agoRemove SQL lib dependency from btape
Eric Bollengier [Wed, 6 Oct 2010 09:04:20 +0000 (11:04 +0200)]
Remove SQL lib dependency from btape

13 years agoFix bad copyright in new src/lib/crc32.c
Kern Sibbald [Tue, 5 Oct 2010 12:38:53 +0000 (14:38 +0200)]
Fix bad copyright in new src/lib/crc32.c

13 years agoTweak messages from .bvfs commands
Eric Bollengier [Mon, 4 Oct 2010 16:08:01 +0000 (18:08 +0200)]
Tweak messages from .bvfs commands

13 years agobat: Add pattern filter and make restore to start from brestore
Eric Bollengier [Mon, 4 Oct 2010 15:26:38 +0000 (17:26 +0200)]
bat: Add pattern filter and make restore to start from brestore

13 years agotweak debug
Eric Bollengier [Mon, 4 Oct 2010 15:26:09 +0000 (17:26 +0200)]
tweak debug

13 years agoTweak basejobs + bvfs
Eric Bollengier [Mon, 4 Oct 2010 11:55:28 +0000 (13:55 +0200)]
Tweak basejobs + bvfs

13 years agoAdapt bvfs for BaseJobs (path is ok)
Eric Bollengier [Mon, 4 Oct 2010 10:00:27 +0000 (12:00 +0200)]
Adapt bvfs for BaseJobs (path is ok)

13 years agobat: more work on brestore panel
Eric Bollengier [Sun, 3 Oct 2010 20:51:29 +0000 (22:51 +0200)]
bat: more work on brestore panel

13 years agoAdd .bvfs_restore command
Eric Bollengier [Sun, 3 Oct 2010 20:48:03 +0000 (22:48 +0200)]
Add .bvfs_restore command

13 years agoAdd .bvfs_get_path to traduce a pathid into a path
Eric Bollengier [Sun, 3 Oct 2010 15:27:25 +0000 (17:27 +0200)]
Add .bvfs_get_path to traduce a pathid into a path

13 years agobat: Add new form to run a restore
Eric Bollengier [Sat, 2 Oct 2010 20:06:03 +0000 (22:06 +0200)]
bat: Add new form to run a restore

13 years agobat: Add restore job list in console
Eric Bollengier [Sat, 2 Oct 2010 20:05:33 +0000 (22:05 +0200)]
bat: Add restore job list in console

13 years agobat: Add restore option box for brestore
Eric Bollengier [Sat, 2 Oct 2010 16:49:20 +0000 (18:49 +0200)]
bat: Add restore option box for brestore

13 years agobat: Add runrestore.ui to bat project file
Eric Bollengier [Sat, 2 Oct 2010 16:49:01 +0000 (18:49 +0200)]
bat: Add runrestore.ui to bat project file

13 years agobat: Use current set of jobids for directories
Eric Bollengier [Sat, 2 Oct 2010 16:47:11 +0000 (18:47 +0200)]
bat: Use current set of jobids for directories

13 years agobat: fix drag&drop for new brestore screen
Eric Bollengier [Sat, 2 Oct 2010 16:37:44 +0000 (18:37 +0200)]
bat: fix drag&drop for new brestore screen

13 years agobat: Try to implement drag&drop for file selection
Eric Bollengier [Fri, 1 Oct 2010 21:26:17 +0000 (23:26 +0200)]
bat: Try to implement drag&drop for file selection

13 years agobat: Add checkbox to allow automatic fileset merging
Eric Bollengier [Fri, 1 Oct 2010 16:22:56 +0000 (18:22 +0200)]
bat: Add checkbox to allow automatic fileset merging

13 years agoAdd "all" option to .bvfs_get_jobids dot command.
Eric Bollengier [Fri, 1 Oct 2010 15:59:22 +0000 (17:59 +0200)]
Add "all" option to .bvfs_get_jobids dot command.

This option allows to know which jobs should be included
to build a virtual backup view that merges all FileSet together
with BVFS.

13 years agobat: get a simple working brestore file browser using bvfs API
Eric Bollengier [Fri, 1 Oct 2010 13:13:34 +0000 (15:13 +0200)]
bat: get a simple working brestore file browser using bvfs API

13 years agobat: Implement a Date and FileType helper in ItemFormatter
Eric Bollengier [Fri, 1 Oct 2010 13:10:58 +0000 (15:10 +0200)]
bat: Implement a Date and FileType helper in ItemFormatter

13 years agoImplement .bvfs_versions command to display all file versions for a client
Eric Bollengier [Fri, 1 Oct 2010 13:09:33 +0000 (15:09 +0200)]
Implement .bvfs_versions command to display all file versions for a client

13 years agoUpdate BVFS file versions browser
Eric Bollengier [Fri, 1 Oct 2010 13:09:21 +0000 (15:09 +0200)]
Update BVFS file versions browser

13 years agoAdd .bvfs_get_jobids to return jobids needed by a job to restore
Eric Bollengier [Fri, 1 Oct 2010 07:46:20 +0000 (09:46 +0200)]
Add .bvfs_get_jobids to return jobids needed by a job to restore

13 years agobat: Use BVFS on bRestore view
Eric Bollengier [Thu, 30 Sep 2010 21:49:17 +0000 (23:49 +0200)]
bat: Use BVFS on bRestore view

13 years agoFix #1648 about make_catalog_backup.pl with multiple catalog
Eric Bollengier [Tue, 5 Oct 2010 08:10:32 +0000 (10:10 +0200)]
Fix #1648 about make_catalog_backup.pl with multiple catalog

13 years agoRebuild configure
Kern Sibbald [Fri, 1 Oct 2010 10:07:02 +0000 (12:07 +0200)]
Rebuild configure

13 years agoFix batch insert detection for MySQL and no .a libraries
Kern Sibbald [Fri, 1 Oct 2010 10:00:39 +0000 (12:00 +0200)]
Fix batch insert detection for MySQL and no .a libraries

13 years agoFix small typo in pruning output reported by Markus Kress.
Eric Bollengier [Thu, 30 Sep 2010 13:16:31 +0000 (15:16 +0200)]
Fix small typo in pruning output reported by Markus Kress.

13 years agoFix pt_out() that can loose a message if the trace file can't be opened.
Eric Bollengier [Thu, 30 Sep 2010 12:28:33 +0000 (14:28 +0200)]
Fix pt_out() that can loose a message if the trace file can't be opened.

13 years agoCleanup BVFS cache when deleting a Job
Eric Bollengier [Tue, 28 Sep 2010 17:03:08 +0000 (19:03 +0200)]
Cleanup BVFS cache when deleting a Job

13 years agobweb: don't display general job errors when using client filter
Eric Bollengier [Sun, 26 Sep 2010 21:38:45 +0000 (23:38 +0200)]
bweb: don't display general job errors when using client filter

13 years agobweb: fix expired button in media view
Eric Bollengier [Sat, 25 Sep 2010 22:02:42 +0000 (00:02 +0200)]
bweb: fix expired button in media view

13 years agoFix typo.
Marco van Wieringen [Thu, 23 Sep 2010 15:46:50 +0000 (17:46 +0200)]
Fix typo.

13 years agoAdd missing new stream definitions.
Marco van Wieringen [Thu, 23 Sep 2010 14:31:49 +0000 (16:31 +0200)]
Add missing new stream definitions.

13 years agoAdded xattr interface found in AIX 6.x and higher which mimics the Linux/OSF interfac...
Marco van Wieringen [Thu, 23 Sep 2010 13:57:39 +0000 (15:57 +0200)]
Added xattr interface found in AIX 6.x and higher which mimics the Linux/OSF interface but has just
a bit different named functions and the error codes are somewhat different so its not a perfect
match to extend the generic interface (which is named generic now instead of the linux interface as
it used by Linux and OSX).

13 years agoAdded configure support for the AIX extended attributes interface.
Marco van Wieringen [Thu, 23 Sep 2010 12:41:01 +0000 (14:41 +0200)]
Added configure support for the AIX extended attributes interface.

13 years agoTweak configure
Marco van Wieringen [Thu, 23 Sep 2010 11:56:14 +0000 (13:56 +0200)]
Tweak configure

13 years agoAdded extra check for Solaris xattr support so we don't get false positives on other...
Marco van Wieringen [Thu, 23 Sep 2010 11:53:37 +0000 (13:53 +0200)]
Added extra check for Solaris xattr support so we don't get false positives on other os-es (AIX) etc.

13 years agoFirst compiling version of AIX 5.3 and later acl code using the new aclx_get and...
Marco van Wieringen [Wed, 22 Sep 2010 21:40:04 +0000 (23:40 +0200)]
First compiling version of AIX 5.3 and later acl code using the new aclx_get and aclx_put interface.

13 years agoAIX also supports setmntent/getmntent so use that instead of much more complicated...
Marco van Wieringen [Wed, 22 Sep 2010 18:01:16 +0000 (20:01 +0200)]
AIX also supports setmntent/getmntent so use that instead of much more complicated other interface which
is left for AIX systems that might not support the setmntent/getmntent interface.

13 years agobweb: update location title
Eric Bollengier [Wed, 22 Sep 2010 15:52:39 +0000 (17:52 +0200)]
bweb: update location title

13 years agoHandle the old stream using the old system call just to be safe for now.
Marco van Wieringen [Fri, 17 Sep 2010 11:03:05 +0000 (13:03 +0200)]
Handle the old stream using the old system call just to be safe for now.

13 years agoFirst steps for adding new interface for acls added to AIX 5.3 and later. Added 2...
Marco van Wieringen [Thu, 16 Sep 2010 20:34:16 +0000 (22:34 +0200)]
First steps for adding new interface for acls added to AIX 5.3 and later. Added 2 new streams and basic
code to handle these streams. Next step is the actual implementation.

13 years agoRewrote ACL configure logic to be somewhat better readable in the same style as the...
Marco van Wieringen [Thu, 16 Sep 2010 20:07:42 +0000 (22:07 +0200)]
Rewrote ACL configure logic to be somewhat better readable in the same style as the new xattr configure logic.

13 years agoAdd debug to next_vol.c + shorten retention for recycle-test
Kern Sibbald [Wed, 22 Sep 2010 08:10:27 +0000 (10:10 +0200)]
Add debug to next_vol.c + shorten retention for recycle-test

13 years agoFix seg fault introduced during restore cut and paste
Kern Sibbald [Wed, 22 Sep 2010 06:52:45 +0000 (08:52 +0200)]
Fix seg fault introduced during restore cut and paste

13 years agoFix bat browser to ignore copy jobs. Fix bug #1604
Kern Sibbald [Tue, 21 Sep 2010 13:59:40 +0000 (15:59 +0200)]
Fix bat browser to ignore copy jobs. Fix bug #1604

13 years agoCreate dummy to create test data
Kern Sibbald [Tue, 21 Sep 2010 13:58:59 +0000 (15:58 +0200)]
Create dummy to create test data

13 years agopatch 96793e fixes bug #1584
Kern Sibbald [Tue, 21 Sep 2010 12:30:16 +0000 (14:30 +0200)]
patch 96793e fixes bug #1584

13 years agoFix bconsole bug with new BNET signals
Kern Sibbald [Mon, 20 Sep 2010 19:30:08 +0000 (21:30 +0200)]
Fix bconsole bug with new BNET signals

13 years agoAdd skeleton of new bat run dialogs
Kern Sibbald [Mon, 20 Sep 2010 19:28:19 +0000 (21:28 +0200)]
Add skeleton of new bat run dialogs

13 years agoTweak BSD mntinfo handling a bit as it seems all BSD 4.4 derived version use struct...
Marco van Wieringen [Sat, 18 Sep 2010 09:13:01 +0000 (11:13 +0200)]
Tweak BSD mntinfo handling a bit as it seems all BSD 4.4 derived version use struct statfs only
NetBSD switched to using struct statvfs. This coding should be little easier to read as much
as is possible with these highly OS dependend interfaces.

13 years agoFix getmntinfo handling on FreeBSD as it seems its the same as OSX (no real surprise).
Marco van Wieringen [Sat, 18 Sep 2010 08:54:50 +0000 (10:54 +0200)]
Fix getmntinfo handling on FreeBSD as it seems its the same as OSX (no real surprise).

13 years agobweb: Try to replace NOW by a variable
Eric Bollengier [Wed, 15 Sep 2010 16:47:53 +0000 (18:47 +0200)]
bweb: Try to replace NOW by a variable

13 years agoAdd TODO on AIX acl code
Eric Bollengier [Fri, 10 Sep 2010 13:41:12 +0000 (15:41 +0200)]
Add TODO on AIX acl code

13 years agoDetect acl_get() on AIX to enable ACL code
Eric Bollengier [Fri, 10 Sep 2010 13:05:12 +0000 (15:05 +0200)]
Detect acl_get() on AIX to enable ACL code

13 years agoTweack project file to mark Item 7 done
Eric Bollengier [Wed, 8 Sep 2010 15:11:00 +0000 (17:11 +0200)]
Tweack project file to mark Item 7 done

13 years agoTweak insert_autokey to use unsigned int64 instead of signed int64.
Marco van Wieringen [Mon, 30 Aug 2010 09:42:44 +0000 (11:42 +0200)]
Tweak insert_autokey to use unsigned int64 instead of signed int64.

13 years agoFix the insert_autokey_record functions to be 64bit compliant. This fixes
Marco van Wieringen [Mon, 30 Aug 2010 08:38:04 +0000 (10:38 +0200)]
Fix the insert_autokey_record functions to be 64bit compliant. This fixes
a long standing bug in the postgresql code where the id was converted
using atoi which is now changed into a str_to_int64.

13 years agoWhen moving zlib into its seperate ZLIBS variable forgot to update the stored Makefil...
Marco van Wieringen [Tue, 17 Aug 2010 20:53:25 +0000 (22:53 +0200)]
When moving zlib into its seperate ZLIBS variable forgot to update the stored Makefile.in which
still uses FDLIBS. But as FDLIBS now only contains libraries explicitly needed for building
the filed this doesn't work. This should fix that. This is mostly a problem on Solaris like
operating system as the linker doesn't load all dependency libs and gives unresolved symbols.

13 years agoFix bug #1623 about indexes that are already created or deleted in postgresql upgrade...
Eric Bollengier [Mon, 20 Sep 2010 14:41:07 +0000 (16:41 +0200)]
Fix bug #1623 about indexes that are already created or deleted in postgresql upgrade process.

13 years agoFirst cut of bat rerun a Job from Jobs Run
Kern Sibbald [Mon, 20 Sep 2010 14:49:01 +0000 (16:49 +0200)]
First cut of bat rerun a Job from Jobs Run

13 years agoAllow sorting of more bat media columns
Kern Sibbald [Mon, 20 Sep 2010 09:00:53 +0000 (11:00 +0200)]
Allow sorting of more bat media columns

13 years agoSuppress superfluous warning messages if SD polling
Kern Sibbald [Mon, 20 Sep 2010 08:33:42 +0000 (10:33 +0200)]
Suppress superfluous warning messages if SD polling

13 years agoAdd comm error output when cram-md5 fails with comm error
Kern Sibbald [Sun, 19 Sep 2010 06:52:32 +0000 (08:52 +0200)]
Add comm error output when cram-md5 fails with comm error

13 years agoQuote device name in SD and implement releasing message
Kern Sibbald [Sat, 18 Sep 2010 13:14:49 +0000 (15:14 +0200)]
Quote device name in SD and implement releasing message

13 years agoMassive bat notifier rewrite + fix seg fault + implement text input dialog
Kern Sibbald [Sat, 18 Sep 2010 13:04:54 +0000 (15:04 +0200)]
Massive bat notifier rewrite + fix seg fault + implement text input dialog

13 years agoregress: try to reproduce #1586 about MaxWaitTime
Eric Bollengier [Fri, 17 Sep 2010 07:37:12 +0000 (09:37 +0200)]
regress: try to reproduce #1586 about MaxWaitTime

13 years agoFix postgresql version detection in database creation script
Richard Mortimer [Wed, 15 Sep 2010 07:42:34 +0000 (09:42 +0200)]
Fix postgresql version detection in database creation script

Do not quote shell case patterns. They lose their special meaning when
quoted and only match exactly.

Signed-off-by: Eric Bollengier <eric@eb.homelinux.org>
13 years agoMake Ubuntu autostart scripts LSB compliant
Kern Sibbald [Mon, 13 Sep 2010 10:59:33 +0000 (12:59 +0200)]
Make Ubuntu autostart scripts LSB compliant

13 years agoFix restore browser to permit checking first item and to start in focus
Kern Sibbald [Sun, 12 Sep 2010 13:44:39 +0000 (15:44 +0200)]
Fix restore browser to permit checking first item and to start in focus

13 years agoFix another bat seg fault
Kern Sibbald [Sun, 12 Sep 2010 12:59:55 +0000 (14:59 +0200)]
Fix another bat seg fault