]>
git.sur5r.net Git - bacula/bacula/log
Kern Sibbald [Fri, 11 Dec 2015 08:51:18 +0000 (09:51 +0100)]
Fix some low level messages to display correctly
Marcin Haba [Fri, 11 Dec 2015 07:56:58 +0000 (08:56 +0100)]
baculum: Add run job again button and small improvements
Marcin Haba [Sat, 28 Nov 2015 16:47:55 +0000 (17:47 +0100)]
baculum: Tweak update INSTALL file
Marcin Haba [Sat, 28 Nov 2015 16:45:45 +0000 (17:45 +0100)]
baculum: Remove deprecated message in initial wizard
Marcin Haba [Sat, 28 Nov 2015 16:03:00 +0000 (17:03 +0100)]
baculum: Update SELinux policy module
Marcin Haba [Sat, 28 Nov 2015 10:49:27 +0000 (11:49 +0100)]
baculum: Fix update pool action when no volumes in pool
Marcin Haba [Sat, 28 Nov 2015 10:48:00 +0000 (11:48 +0100)]
baculum: Tweak style
Marcin Haba [Sat, 28 Nov 2015 10:16:37 +0000 (11:16 +0100)]
baculum: Split configuration windows into two tabs: actions and console
Marcin Haba [Sat, 28 Nov 2015 10:09:25 +0000 (11:09 +0100)]
baculum: Change default elements limit to 500 elements
Marcin Haba [Sat, 28 Nov 2015 10:07:29 +0000 (11:07 +0100)]
baculum: Add drive parameter to bconsole release command execution
Marcin Haba [Sat, 28 Nov 2015 10:05:26 +0000 (11:05 +0100)]
baculum: Switch interface from performance mode to normal mode due to no cache checking in performance mode
Marcin Haba [Fri, 27 Nov 2015 17:52:37 +0000 (18:52 +0100)]
baculum: Set default elements limit in window to 1000 elements
Marcin Haba [Wed, 25 Nov 2015 21:56:33 +0000 (22:56 +0100)]
baculum: Fix expectation failed error during restore
Marcin Haba [Wed, 25 Nov 2015 21:47:47 +0000 (22:47 +0100)]
baculum: Switch to debug mode only when debug is enabled in config
Marcin Haba [Wed, 25 Nov 2015 21:22:33 +0000 (22:22 +0100)]
baculum: Switch interface to performance mode
Marcin Haba [Wed, 25 Nov 2015 21:19:27 +0000 (22:19 +0100)]
baculum: Add JSMin from framework for complete switch interface to performance mode
Marcin Haba [Wed, 25 Nov 2015 21:18:28 +0000 (22:18 +0100)]
baculum: Add Ulrich Leodolter to AUTHORS
Marcin Haba [Wed, 25 Nov 2015 21:07:59 +0000 (22:07 +0100)]
baculum: Fix end-of-file warning in bconsole calls. Patch from Ulrich Leodolter
Marcin Haba [Sun, 22 Nov 2015 14:35:35 +0000 (15:35 +0100)]
baculum: Tweak update changelog for Ubuntu 15.10 deb metafiles
Marcin Haba [Sun, 22 Nov 2015 14:28:58 +0000 (15:28 +0100)]
baculum: Fix remove users file during upgrade deb packages
Marcin Haba [Sun, 22 Nov 2015 14:25:48 +0000 (15:25 +0100)]
baculum: Tweak bconsole dependency in deb metafiles
Marcin Haba [Sun, 16 Aug 2015 19:18:03 +0000 (21:18 +0200)]
baculum: Tweak deb packages description and dependencies
Eric Bollengier [Fri, 20 Nov 2015 19:03:47 +0000 (20:03 +0100)]
Fix #1449 about a FileDaemon segfault with the fstype option
Kern Sibbald [Sat, 21 Nov 2015 18:19:24 +0000 (10:19 -0800)]
Add new JOB_DBR field
Kern Sibbald [Sat, 21 Nov 2015 18:05:20 +0000 (10:05 -0800)]
#ifdef out bpluginfo since it does not compile
Eric Bollengier [Thu, 12 Nov 2015 08:33:39 +0000 (09:33 +0100)]
Fix #1414 When the FD is down, status dir now prints "is waiting for Client xx-fd"
Eric Bollengier [Wed, 11 Nov 2015 10:41:18 +0000 (11:41 +0100)]
Ensure that JOB_DBR is properly initialized before a db_list_job_records()
Eric Bollengier [Wed, 11 Nov 2015 09:30:51 +0000 (10:30 +0100)]
Tweak help command for recent changes with the list jobs command
Conflicts:
bacula/src/dird/ua_cmds.c
Eric Bollengier [Tue, 10 Nov 2015 15:05:48 +0000 (16:05 +0100)]
Implement new options in list command
It is possible to use the following arguments:
- order=asc/desc
- joberrors
- jobstatus=T
- client=xxx
*list jobs
+-------+--------------+---------------------+------+
| jobid | name | starttime | type |
+-------+--------------+---------------------+------+
| 1 | backup | 2015-11-10 14:21:38 | B |
| 2 | RestoreFiles | 2015-11-10 14:21:44 | R |
| 3 | backup | 2015-11-10 14:21:56 | B |
| 4 | RestoreFiles | 2015-11-10 14:22:00 | R |
+-------+--------------+---------------------+------+
*list jobs order=desc
+-------+--------------+---------------------+------+
| jobid | name | starttime | type |
+-------+--------------+---------------------+------+
| 4 | RestoreFiles | 2015-11-10 14:22:00 | R |
| 3 | backup | 2015-11-10 14:21:56 | B |
| 2 | RestoreFiles | 2015-11-10 14:21:44 | R |
| 1 | backup | 2015-11-10 14:21:38 | B |
+-------+--------------+---------------------+------+
*list jobs order=desc limit=1
+-------+--------------+---------------------+------+
| jobid | name | starttime | type |
+-------+--------------+---------------------+------+
| 4 | RestoreFiles | 2015-11-10 14:22:00 | R |
+-------+--------------+---------------------+------+
Eric Bollengier [Tue, 10 Nov 2015 07:59:07 +0000 (08:59 +0100)]
Add @tall command to log both input/output in a log file
Davide Franco [Fri, 30 Oct 2015 15:49:13 +0000 (16:49 +0100)]
Update spec file for latest OSX versions
Eric Bollengier [Sat, 31 Oct 2015 08:51:46 +0000 (09:51 +0100)]
Fix #1360 about bextract -t not documented in the man page
Alain Spineux [Wed, 28 Oct 2015 20:41:14 +0000 (21:41 +0100)]
tweak remove a Dmsg
Alain Spineux [Wed, 28 Oct 2015 12:14:27 +0000 (13:14 +0100)]
fix syntax error
dmsg4 instead of dmsg3 and use %p instead of %x
Alain Spineux [Tue, 27 Oct 2015 11:41:40 +0000 (12:41 +0100)]
Improve Jmsg in response(), display SIGNAL number when appropriate
Eric Bollengier [Tue, 27 Oct 2015 14:25:37 +0000 (15:25 +0100)]
Avoid segfault in dump_block() when the block_len is invalid
Eric Bollengier [Fri, 23 Oct 2015 15:39:56 +0000 (17:39 +0200)]
Fix #1368 about xattr error not displayed correctly at restore time
Eric Bollengier [Mon, 19 Oct 2015 14:22:41 +0000 (16:22 +0200)]
Fix #1362 about libgcc dependency in sles12 bat package
Eric Bollengier [Mon, 19 Oct 2015 13:00:32 +0000 (15:00 +0200)]
Tweak comment in create_simple_name()
Eric Bollengier [Sun, 18 Oct 2015 09:35:37 +0000 (11:35 +0200)]
Enhance bvfs performance .bvfs_update for MySQL
Bug reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737821
Conflicts:
bacula/src/cats/bvfs.c
Eric Bollengier [Sun, 18 Oct 2015 09:20:44 +0000 (11:20 +0200)]
Do some sanity checks on user inputs
Alain Spineux [Fri, 16 Oct 2015 13:13:51 +0000 (15:13 +0200)]
dedup fix bextract bug
some pointers were not restored:
if (restoredatap) {
rec->data = orgdata;
rec->data_len = orgdata_len;
}
Eric Bollengier [Thu, 15 Oct 2015 21:51:08 +0000 (23:51 +0200)]
Move plugin_free() in free_jcr()
Eric Bollengier [Fri, 18 Sep 2015 06:49:27 +0000 (08:49 +0200)]
Fix segfault in open_bpipe() when the program is empty
Eric Bollengier [Thu, 17 Sep 2015 09:46:16 +0000 (11:46 +0200)]
regress: Allow to use value with spaces in add_attribute()
Eric Bollengier [Tue, 15 Sep 2015 09:11:28 +0000 (11:11 +0200)]
Avoid <NULL> string displayed in restore menu
do_prompt expects automsg to be set, but we use NULL in various places.
Select parameter to modify (1-13): 13
Automatically selected : bpipe:/@bpipe@/encrypt-bug.jpg:cat 1:cat >/tmp/1
Plugin Restore Options
restore_command: *None*
Use above plugin configuration? (yes/mod/no): mod
Automatically selected <NULL>: restore_command (Restore command to use)
^^^^^^
Eric Bollengier [Tue, 15 Sep 2015 07:57:10 +0000 (09:57 +0200)]
Do not update state file after a bacula-xxx -t
Eric Bollengier [Wed, 11 Feb 2015 16:32:56 +0000 (17:32 +0100)]
Fix #898 truncate volumes larger than 200 bytes
Eric Bollengier [Thu, 10 Sep 2015 07:46:33 +0000 (09:46 +0200)]
Tweak typo in help command
Kern Sibbald [Sat, 21 Nov 2015 02:18:36 +0000 (18:18 -0800)]
Tweak copy update_xxx_table.in files from cats to updatedb
Kern Sibbald [Tue, 17 Nov 2015 18:46:23 +0000 (10:46 -0800)]
Tweak update version date
Kern Sibbald [Tue, 17 Nov 2015 18:42:40 +0000 (10:42 -0800)]
Remove vestiges of rechdr_queue hopefully fixes bug #2180
Kern Sibbald [Tue, 17 Nov 2015 17:44:03 +0000 (09:44 -0800)]
Apply bconsole manpage patch from bug #2182
Kern Sibbald [Tue, 17 Nov 2015 17:39:46 +0000 (09:39 -0800)]
Apply ppc64el configure detection patch from bug #2183
Eric Bollengier [Fri, 30 Oct 2015 17:28:16 +0000 (18:28 +0100)]
Fix compilation on MacOS
Eric Bollengier [Sun, 18 Oct 2015 09:39:00 +0000 (11:39 +0200)]
Enhance bvfs performance .bvfs_update for MySQL
Bug reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737821
Kern Sibbald [Wed, 21 Oct 2015 23:55:53 +0000 (16:55 -0700)]
If we swapped a Volume, clear in_use bit on Volume
Kern Sibbald [Mon, 19 Oct 2015 20:37:04 +0000 (13:37 -0700)]
Remove installation of manpage for bplugininfo
Eric Bollengier [Sun, 18 Oct 2015 09:39:00 +0000 (11:39 +0200)]
Enhance bvfs performance .bvfs_update for MySQL
Bug reported here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737821
Kern Sibbald [Sun, 18 Oct 2015 22:26:11 +0000 (15:26 -0700)]
Fix bug 2171 cannot build tray-monitor
Kern Sibbald [Sun, 18 Oct 2015 17:33:07 +0000 (10:33 -0700)]
Recompile configure.in
Kern Sibbald [Sun, 18 Oct 2015 17:32:56 +0000 (10:32 -0700)]
Fix bug 2173 QT tray monitor can not be built due to missing files in configure
Kern Sibbald [Thu, 15 Oct 2015 03:59:50 +0000 (20:59 -0700)]
Fix bug #2083 -- Fix sockaddr_to_ascii for FreeBSD
Kern Sibbald [Sat, 10 Oct 2015 16:53:03 +0000 (09:53 -0700)]
Tweak update version date
Kern Sibbald [Sat, 10 Oct 2015 16:51:13 +0000 (09:51 -0700)]
Fix fadvise bug found by Robert Heinzmann
Eric Bollengier [Tue, 22 Sep 2015 16:17:08 +0000 (18:17 +0200)]
Tweak previous patch
Eric Bollengier [Tue, 22 Sep 2015 15:30:38 +0000 (17:30 +0200)]
Fix compilation without zlib and lzo
Eric Bollengier [Tue, 22 Sep 2015 15:29:54 +0000 (17:29 +0200)]
Fix compilation error with new fstype_cmp() function
Eric Bollengier [Tue, 22 Sep 2015 13:50:29 +0000 (15:50 +0200)]
Fix compilation problem with AFS
Eric Bollengier [Sat, 19 Sep 2015 08:06:44 +0000 (10:06 +0200)]
Fix compilation on Solaris/FreeBSD
Davide Franco [Thu, 20 Aug 2015 09:18:50 +0000 (11:18 +0200)]
rpms: Add Fedora22 and Systemd support for redhat rpms
Davide Franco [Wed, 19 Aug 2015 11:48:04 +0000 (13:48 +0200)]
Add missing required packages versions
Kern Sibbald [Tue, 18 Aug 2015 11:12:28 +0000 (13:12 +0200)]
Reinsert tabs in systemd Makefile.in
Kern Sibbald [Tue, 18 Aug 2015 07:40:55 +0000 (09:40 +0200)]
Tweak recompile configure.in
Kern Sibbald [Tue, 18 Aug 2015 07:40:20 +0000 (09:40 +0200)]
Correct typo in configure of LZO
Kern Sibbald [Mon, 17 Aug 2015 11:50:31 +0000 (13:50 +0200)]
Remove old DVD.conf in examples
Marcin Haba [Sun, 16 Aug 2015 00:07:03 +0000 (02:07 +0200)]
baculum: Fix default values in Makefile
Marcin Haba [Sat, 15 Aug 2015 23:43:36 +0000 (01:43 +0200)]
baculum: Split deb result package into baculum, baculum-lighttpd and baculum-apache2 packages
Marcin Haba [Sat, 15 Aug 2015 23:40:47 +0000 (01:40 +0200)]
baculum: Provide LICENSE-FOSS file content in Baculum deb packages (copyright file)
Marcin Haba [Sat, 15 Aug 2015 23:39:08 +0000 (01:39 +0200)]
baculum: Add deb template files and deb configs examples
Marcin Haba [Sat, 15 Aug 2015 23:36:23 +0000 (01:36 +0200)]
baculum: Change Makefile to using also for deb packages template
Kern Sibbald [Fri, 14 Aug 2015 06:08:25 +0000 (08:08 +0200)]
Tweak correct some minor typos
Kern Sibbald [Thu, 13 Aug 2015 13:52:24 +0000 (15:52 +0200)]
Tweak release files
Kern Sibbald [Thu, 13 Aug 2015 12:31:56 +0000 (14:31 +0200)]
Tweak fix broken date
Marcin Haba [Wed, 12 Aug 2015 22:28:45 +0000 (00:28 +0200)]
baculum: Add information about new method storing passwords
Marcin Haba [Wed, 12 Aug 2015 22:07:06 +0000 (00:07 +0200)]
baculum: Use encrypted password for HTTP Basic auth sample for debs
Marcin Haba [Wed, 12 Aug 2015 21:59:42 +0000 (23:59 +0200)]
baculum: Fix deb metafiles symbolic link and Lighttpd auth file backend
Marcin Haba [Wed, 12 Aug 2015 20:28:06 +0000 (22:28 +0200)]
baculum: Tweak samples description
Marcin Haba [Wed, 12 Aug 2015 18:32:01 +0000 (20:32 +0200)]
baculum: Tweak Makefile comment
Marcin Haba [Wed, 12 Aug 2015 18:28:50 +0000 (20:28 +0200)]
baculum: Tweak INSTALL and README files
Marcin Haba [Wed, 12 Aug 2015 17:04:04 +0000 (19:04 +0200)]
baculum: Tweak Makefile
Kern Sibbald [Thu, 13 Aug 2015 08:51:11 +0000 (10:51 +0200)]
Tweak ChangeLog and ReleaseNotes
Kern Sibbald [Wed, 12 Aug 2015 14:43:27 +0000 (16:43 +0200)]
Tweak release directory
Kern Sibbald [Wed, 12 Aug 2015 14:26:16 +0000 (16:26 +0200)]
Tweak turn off devloper
Kern Sibbald [Wed, 12 Aug 2015 12:32:05 +0000 (14:32 +0200)]
Put back missing close_msg(NULL) to flush daemon messages at job end
Marcin Haba [Wed, 12 Aug 2015 09:42:24 +0000 (11:42 +0200)]
baculum: Regenerate gettext .mo files
Marcin Haba [Wed, 12 Aug 2015 09:21:03 +0000 (11:21 +0200)]
baculum: Tweak deb packages copyright file
Marcin Haba [Wed, 12 Aug 2015 09:09:04 +0000 (11:09 +0200)]
baculum: Tweak change license statements
Marcin Haba [Sun, 5 Jul 2015 18:49:06 +0000 (20:49 +0200)]
baculum: Support for mobile web browsers in restore wizard
Marcin Haba [Sat, 25 Jul 2015 18:04:12 +0000 (20:04 +0200)]
baculum: In Makefile split Apache and Lighttpd files to separate directories