Changesets: bareos

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

master a12ac17f

2013-05-09 08:54

mvwieringen adm

Ported: N/A

Details Diff
Fix crash.
mod - src/dird/ua_prune.c Diff File

bareos-12.4 6378c7e1

2013-05-08 13:20

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Installer finish page can open www.bareos.com

Now the Installer in interactive mode offers to open
www.bareos.com.

This can be deactivated via checkbox.

Fixes 0000163: add link to bareos.com to installer

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000163
mod - platforms/win32/winbareos.nsi Diff File

master 05db3d15

2013-05-08 13:20

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Installer finish page can open www.bareos.com

Now the Installer in interactive mode offers to open
www.bareos.com.

This can be deactivated via checkbox.

Fixes 0000163: add link to bareos.com to installer

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000163
mod - platforms/win32/winbareos.nsi Diff File

master 0f022070

2013-05-08 11:12

mvwieringen adm

Ported: N/A

Details Diff
Allow to specify jobtype=<jobtype> for prune jobs.
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_cmds.c Diff File

master 6a41a9b2

2013-05-07 14:57

mvwieringen adm

Ported: N/A

Details Diff
Tweak pruning code.

- Fix prune code layout
- All console commands are now called xxx_cmd not xxxcmd
- Add ability to prune a directory from the online meta data.
- Add ability to select the JobType when pruning Jobs. (Old TODO).
mod - src/dird/ua_server.c Diff File
mod - src/dird/ua_query.c Diff File
mod - src/dird/ua_purge.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_output.c Diff File
mod - src/dird/ua_input.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/protos.h Diff File

bareos-12.4 86ba62a4

2013-05-06 15:18

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Runentry Pool Override Precedence fixed

A Pool override in a run entry has precedence over
Pool Level overrides in the job run.

If a Pool Level override is given, the Pool Level overrides
are used.

Fixes 0000169: Pool Overrides are overriden by "Full Backup Pool" Directive

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

master aa236271

2013-05-06 15:18

pstorz


Committer: mvwieringen adm

Ported: N/A

Details Diff
Runentry Pool Override Precedence fixed

A Pool override in a run entry has precedence over
Pool Level overrides in the job run.

If a Pool Level override is given, the Pool Level overrides
are used.

Fixes 0000169: Pool Overrides are overriden by "Full Backup Pool" Directive

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

master ecb7d5b4

2013-05-05 10:04

mvwieringen adm

Ported: N/A

Details Diff
Fix problems due to replaying history to do new fork.
rm - src/win32/win64_installer/bacula-logo.bmp Diff File
rm - src/win32/win32_installer/bacula-logo.bmp Diff File
rm - src/win32/libwin32/warn.ico Diff File
rm - src/win32/libwin32/saving.ico Diff File
rm - src/win32/libwin32/running.ico Diff File
rm - src/win32/libwin32/idle.ico Diff File
rm - src/win32/libwin32/error.ico Diff File
rm - src/win32/libwin32/bacula.ico Diff File
rm - src/win32/libwin32/bacula.bmp Diff File
rm - src/win32/full_win32_installer/bacula-logo.bmp Diff File
mod - src/stored/mount.c Diff File
mod - src/stored/device.c Diff File
mod - src/stored/dev.c Diff File
mod - src/qt-tray-monitor/authenticate.cpp Diff File
rm - src/qt-console/images/cartridge1.png Diff File
rm - src/qt-console/images/bat_icon.png Diff File
rm - src/qt-console/images/bat_icon.icns Diff File
rm - src/qt-console/images/bat.png Diff File
add - src/images/bat.png Diff File
add - src/images/bareos_2.png Diff File
add - src/images/bareos_1.png Diff File
rm - scripts/bacula.png Diff File
add - platforms/win32/bareos.ico Diff File
rm - examples/vm/vmbacula.tgz Diff File
mod - README.md Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651 652 653 654 655 ... 665 666 667  Next  Last