Changesets: bareos

master af616318

2013-05-16 17:17

mvwieringen adm

Ported: N/A

Details Diff
Import external changes for manpages and unused flags.
mod - src/console/console.c Diff File
mod - manpages/btape.8 Diff File
mod - manpages/bconsole.8 Diff File
mod - manpages/bareos-sd.8 Diff File
mod - manpages/bareos-fd.8 Diff File
mod - manpages/bareos-dir.8 Diff File

bareos-12.4 452230b1

2013-05-16 10:20

mvwieringen adm

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 0bc4ba88

2013-05-16 10:00

mvwieringen adm

Ported: N/A

Details Diff
Fix for naming difference between branches.
mod - src/dird/dird.c Diff File

master 315ecb82

2013-05-15 18:57

mvwieringen adm

Ported: N/A

Details Diff
Fix problem with fastlz compression.
mod - src/filed/restore.c Diff File

bareos-12.4 59608873

2013-05-15 16:24

pstorz


Committer: mvwieringen adm

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

master 951e255f

2013-05-15 16:24

pstorz


Committer: mvwieringen adm

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/ua_status.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird.c Diff File

master bb111e71

2013-05-15 12:01

pstorz


Committer: mvwieringen adm

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-12.4 6a2d2c0d

2013-05-15 11:19

mvwieringen adm

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

master 00541aa7

2013-05-15 11:19

mvwieringen adm

Ported: N/A

Details Diff
Fix typo in NDMPlevelmap table definition.
mod - src/cats/update_postgresql_tables.in Diff File
mod - src/cats/update_mysql_tables.in Diff File
mod - src/cats/make_postgresql_tables.in Diff File
mod - src/cats/make_mysql_tables.in Diff File

bareos-12.4 a642f26a

2013-05-15 10:57

mvwieringen adm

Ported: N/A

Details Diff
Add missing storage daemon config needed for NDMP.
mod - README.NDMP Diff File

master 5bf0da0d

2013-05-15 10:57

mvwieringen adm

Ported: N/A

Details Diff
Add missing storage daemon config needed for NDMP.
mod - README.NDMP Diff File

master 51984a46

2013-05-15 10:49

mvwieringen adm

Ported: N/A

Details Diff
Make compression context part of generic JCR.
mod - src/stored/bextract.c Diff File
mod - src/lib/protos.h Diff File
add - src/lib/compression.c Diff File
mod - src/lib/Makefile.in Diff File
mod - src/include/jcr.h Diff File
mod - src/filed/verify_vol.c Diff File
mod - src/filed/restore.c Diff File
mod - src/filed/protos.h Diff File
mod - src/filed/crypto.c Diff File
mod - src/filed/compression.c Diff File
mod - src/filed/backup.c Diff File

bareos-12.4 bcb3cb00

2013-05-12 22:57

mvwieringen adm

Ported: N/A

Details Diff
Add debian 7 support.
add - platforms/packaging/bareos-Debian_7.0.dsc Diff File

master 92f0ccde

2013-05-12 22:56

mvwieringen adm

Ported: N/A

Details Diff
Add debian 7 support.
add - platforms/packaging/bareos-Debian_7.0.dsc Diff File

bareos-12.4 c4d0c8c0

2013-05-11 20:56

mvwieringen adm

Ported: N/A

Details Diff
Implement delayed restore in bextract for acl and xattr.

Just as in the filed we need to extract the ACL and XATTR data streams
after we have restore the file mode on the file otherwise the setting
of the file mode could clear any acl or extended attributes.

Fixes 0000177: Restore of acls and extended attributes in bextract needs
to happen after restore file mode.
Affected Issues
0000177
mod - src/filed/restore.c Diff File
mod - src/filed/restore.h Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/record.h Diff File

master 3d93fd1e

2013-05-11 20:56

mvwieringen adm

Ported: N/A

Details Diff
Implement delayed restore in bextract for acl and xattr.

Just as in the filed we need to extract the ACL and XATTR data streams
after we have restore the file mode on the file otherwise the setting
of the file mode could clear any acl or extended attributes.

Fixes 0000177: Restore of acls and extended attributes in bextract needs
to happen after restore file mode.
Affected Issues
0000177
mod - src/stored/record.h Diff File
mod - src/stored/bextract.c Diff File
mod - src/filed/restore.h Diff File
mod - src/filed/restore.c Diff File

master d6d4d978

2013-05-11 19:41

mvwieringen adm

Ported: N/A

Details Diff
Implement NDMP enhancements.

Currently we only allow all or nothing restores for the NDMP backup and restore.

This code implements the first set of changes needed to perform filelevel
based restore of NDMP backups.

The following things are implemented:

- Store the FHDB NDMP data into the backup catalog.
- Allow the user to select the info on restore
- Pass the file selection from the NDMP DMA to the NDMP data agent so
it knows what to restore.

As we currently don't allow seeks on the NDMP stream with the NDMP tape agent
implemented in the Bareos Storage Daemon we cannot add the so called DAR
(Direct Access Recovery) but as part of this storing of the FHDB information
in the backup catalog we should store the DAR offset too so when we either
support native NDMP tape agents (currently not implemented) or when the Bareos
Storage Daemon allows seeking in the NDMP stream we have that information.

This code works when using the restore functions in bconsole. Restores via
the BVFS method currently don't work and need more work. This means that restores
via BAT don't work as that uses BVFS.

Fixes 0000188: Implement NDMP enhancements.
Affected Issues
0000188
mod - src/stored/ndmp_tape.c Diff File
mod - src/ndmp/ndmlib.h Diff File
mod - src/lib/tree.h Diff File
mod - src/lib/tree.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/catreq.c Diff File
mod - src/dird/bsr.c Diff File
mod - src/cats/sql_get.c Diff File

bareos-12.4 d780c584

2013-05-10 16:58

mvwieringen adm

Ported: N/A

Details Diff
Tweak configs.

- No Rewind On Close is now default.
- Use default port strings where possible for DIR/SD/FD
- Set code always to 0 not 1 for store_bool items.
mod - src/console/console_conf.c Diff File
mod - src/qt-console/bat_conf.cpp Diff File
mod - src/qt-tray-monitor/tray_conf.cpp Diff File
mod - src/stored/stored_conf.c Diff File

master 686fce55

2013-05-10 16:58

mvwieringen adm

Ported: N/A

Details Diff
Tweak configs.

- No Rewind On Close is now default.
- Use default port strings where possible for DIR/SD/FD
- Set code always to 0 not 1 for store_bool items.
mod - src/stored/stored_conf.c Diff File
mod - src/qt-tray-monitor/tray_conf.cpp Diff File
mod - src/qt-console/bat_conf.cpp Diff File
mod - src/console/console_conf.c Diff File

bareos-12.4 a70b7ba6

2013-05-10 13:26

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
use single changelog file

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
rm - platforms/deb/debian.changelog Diff File
add - platforms/packaging/debian.debtransform Diff File

bareos-12.4 6e41961a

2013-05-10 11:09

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
time command shows also the weekday

Fixes 172: time command should also show weekday

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/dird/ua_cmds.c Diff File

master d945cb96

2013-05-10 11:09

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
time command shows also the weekday

Fixes 172: time command should also show weekday

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/dird/ua_cmds.c Diff File

master 47b2ede2

2013-05-10 09:20

mvwieringen adm

Ported: N/A

Details Diff
Tweak comments and return value.
mod - src/dird/ua_run.c Diff File

bareos-12.4 ffd892f2

2013-05-09 09:53

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/console/console.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_run.c Diff File

master 98d3acc0

2013-05-09 09:53

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Rerun command can rerun multiple failed jobs

We can now automatically choose multiple failed jobs
for rerunning.

The selection of the failed jobs to rerun are:

- Timeframe in which the failed jobs were scheduled
-> specify "days=" or "hours="

- Jobs newer than a certain jobid (the given jobid is included)
-> specifying "since_jobid"

Fixes 0000168 : Enhance rerun command to be able to restart all failed jobs from last n days

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000168
mod - src/dird/ua_run.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/console/console.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 625 626 627 628 629 630 631 ... 641 642 643  Next  Last