Changesets: bareos2015
bareos-13.2 5dab02c7 2013-05-25 18:44 Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
bareos-13.2 b7d9d6ac 2013-05-25 18:33 Ported: N/A Details Diff |
Don't needlessly link binaries to compression libs. When we link the compression libaries into the shared library we no longer need to link the binaries against them when we use dynamic linking. When you want static linking then you do need to specify the compress libraries needed also for the binary as it copies the object code into your binary. |
||
mod - autoconf/configure.in | Diff File | ||
mod - src/filed/Makefile.in | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
bareos-13.2 2a70130f 2013-05-24 17:28 Committer: mvwieringen Ported: N/A Details Diff |
Add running jobs scheduled time in director status When a job fails and 'Reschedule On Error' is set to yes the job would be rescheduled. Now when checking status of director with bconsole it also shows what time it was rescheduled to. |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 662d2f02 2013-05-24 17:28 Committer: mvwieringen Ported: N/A Details Diff |
Add running jobs scheduled time in director status When a job fails and 'Reschedule On Error' is set to yes the job would be rescheduled. Now when checking status of director with bconsole it also shows what time it was rescheduled to. |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-13.2 0cfa2c93 2013-05-23 15:13
Committer: mvwieringen Ported: N/A Details Diff |
Show a % when a volume is loaded in a drive. For a status slots print a % when the volume is loaded into a drive. So now we have: '@' - import export slot '*' - data in backup catalog doesn't match '%' - volume is loaded into a drive. ' ' - nothing special with volume just in slot and catalog info matches. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 30df0c18 2013-05-23 15:13
Committer: mvwieringen Ported: N/A Details Diff |
Show a % when a volume is loaded in a drive. For a status slots print a % when the volume is loaded into a drive. So now we have: '@' - import export slot '*' - data in backup catalog doesn't match '%' - volume is loaded into a drive. ' ' - nothing special with volume just in slot and catalog info matches. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-13.2 b3d2a7a6 2013-05-20 18:03 Ported: N/A Details Diff |
Add the aliases for mark and unmark to the tab expansion. | ||
mod - src/console/console.c | Diff File | ||
bareos-12.4 7ae9c27b 2013-05-20 18:03 Ported: N/A Details Diff |
Add the aliases for mark and unmark to the tab expansion. | ||
mod - src/console/console.c | Diff File | ||
bareos-14.2 e5cdb0be 2013-05-16 20:43 Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-13.2 7b9c5ea5 2013-05-16 20:43 Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-12.4 55ffacc9 2013-05-16 20:43 Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-14.2 a7caa7f1 2013-05-16 19:17 Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File | ||
bareos-13.2 4ac8ae90 2013-05-16 19:17 Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File | ||
bareos-12.4 cea7d88d 2013-05-16 19:17 Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File | ||
bareos-12.4 b552f51c 2013-05-16 12:20 Ported: N/A Details Diff |
Fix for naming difference between branches. | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 3b59e1b6 2013-05-16 12:00 Ported: N/A Details Diff |
Fix for naming difference between branches. | ||
mod - src/dird/dird.c | Diff File | ||
bareos-13.2 a30603d3 2013-05-15 20:57 Ported: N/A Details Diff |
Fix problem with fastlz compression. | ||
mod - src/filed/restore.c | Diff File | ||
bareos-13.2 5232d006 2013-05-15 18:24 Committer: mvwieringen Ported: N/A Details Diff |
Number of subscriptions can be checked The number of subscribed clients can be set in the director ressource, e.g. Subscriptions = 2 When the number of clients is bigger than the configured limit, each job gets the following message: JobId 7: Warning: Subscriptions exceeded: (used/total) (3/2) Also, the status of the subscriptions can be checked via * status subscriptions Warning! No available subscriptions: -1 (3/2) (used/total) Nothing else than the warning is issued, no enforcement on backup, restore or any other operation will happen. Fixes 0000152: report if number of subscribed clients is exceeded. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000152 |
|
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 16742e99 2013-05-15 18:24 Committer: mvwieringen Ported: N/A Details Diff |
Number of subscriptions can be checked The number of subscribed clients can be set in the director ressource, e.g. Subscriptions = 2 When the number of clients is bigger than the configured limit, each job gets the following message: JobId 7: Warning: Subscriptions exceeded: (used/total) (3/2) Also, the status of the subscriptions can be checked via * status subscriptions Warning! No available subscriptions: -1 (3/2) (used/total) Nothing else than the warning is issued, no enforcement on backup, restore or any other operation will happen. Fixes 0000152: report if number of subscribed clients is exceeded. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
Affected Issues 0000152 |
|
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File | ||
mod - src/dird/job.c | Diff File | ||
mod - src/dird/ua_cmds.c | Diff File | ||
mod - src/dird/ua_status.c | Diff File | ||
bareos-13.2 6a8dfeb1 2013-05-15 14:01 Committer: mvwieringen Ported: N/A Details Diff |
Added btrfs to disk-only default config Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in | Diff File | ||
bareos-13.2 581a4735 2013-05-15 13:19 Ported: N/A Details Diff |
Fix typo in NDMPlevelmap table definition. | ||
mod - src/cats/make_mysql_tables.in | Diff File | ||
mod - src/cats/make_postgresql_tables.in | Diff File | ||
mod - src/cats/update_mysql_tables.in | Diff File | ||
mod - src/cats/update_postgresql_tables.in | Diff File | ||
bareos-12.4 42e03f8b 2013-05-15 13:19 Ported: N/A Details Diff |
Fix typo in NDMPlevelmap table definition. | ||
mod - src/cats/make_mysql_tables.in | Diff File | ||
mod - src/cats/make_postgresql_tables.in | Diff File | ||
mod - src/cats/update_mysql_tables.in | Diff File | ||
mod - src/cats/update_postgresql_tables.in | Diff File | ||
bareos-13.2 930881f5 2013-05-15 12:57 Ported: N/A Details Diff |
Add missing storage daemon config needed for NDMP. | ||
mod - README.NDMP | Diff File | ||
bareos-12.4 c75a17af 2013-05-15 12:57 Ported: N/A Details Diff |
Add missing storage daemon config needed for NDMP. | ||
mod - README.NDMP | Diff File | ||
bareos-13.2 7cf2c75f 2013-05-15 12:49 Ported: N/A Details Diff |
Make compression context part of generic JCR. | ||
mod - src/filed/backup.c | Diff File | ||
mod - src/filed/compression.c | Diff File | ||
mod - src/filed/crypto.c | Diff File | ||
mod - src/filed/protos.h | Diff File | ||
mod - src/filed/restore.c | Diff File | ||
mod - src/filed/verify_vol.c | Diff File | ||
mod - src/include/jcr.h | Diff File | ||
mod - src/lib/Makefile.in | Diff File | ||
add - src/lib/compression.c | Diff File | ||
mod - src/lib/protos.h | Diff File | ||
mod - src/stored/bextract.c | Diff File |