Changesets: bareos

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

bareos-12.4 68308bd5

2013-05-05 09:27

mvwieringen adm

Ported: N/A

Details Diff
Fix problems due to replaying history to do new fork.
rm - examples/vm/vmbacula.tgz Diff File
add - platforms/win32/bareos.ico Diff File
rm - scripts/bacula.png Diff File
add - src/images/bareos_1.png Diff File
add - src/images/bareos_2.png Diff File
add - src/images/bat.png Diff File
rm - src/qt-console/images/bat.png Diff File
rm - src/qt-console/images/bat_icon.icns Diff File
rm - src/qt-console/images/bat_icon.png Diff File
rm - src/qt-console/images/cartridge1.png Diff File
mod - src/stored/dev.c Diff File
mod - src/stored/device.c Diff File
mod - src/stored/mount.c Diff File
rm - src/win32/full_win32_installer/bacula-logo.bmp Diff File
rm - src/win32/libwin32/bacula.bmp Diff File
rm - src/win32/libwin32/bacula.ico Diff File
rm - src/win32/libwin32/error.ico Diff File
rm - src/win32/libwin32/idle.ico Diff File
rm - src/win32/libwin32/running.ico Diff File
rm - src/win32/libwin32/saving.ico Diff File
rm - src/win32/libwin32/warn.ico Diff File
rm - src/win32/win32_installer/bacula-logo.bmp Diff File
rm - src/win32/win64_installer/bacula-logo.bmp Diff File

master fb305e0a

2013-05-04 22:34

Marco van Wieringen

Ported: N/A

Details Diff
Tweak indent.
mod - src/dird/dird_conf.c Diff File

master fa2238c8

2013-05-04 22:34

Marco van Wieringen

Ported: N/A

Details Diff
Print BSR to memory buffer.

Print the BSR to a memory buffer and write that out in one go.
This allows you to use a printed BSR in any reporting.
mod - src/dird/bsr.c Diff File
mod - src/dird/protos.h Diff File

master 014f9260

2013-05-04 22:33

Marco van Wieringen

Ported: N/A

Details Diff
Switch to new version number.

Start adding new features.
mod - debian/changelog Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/rpms/bareos.spec Diff File
mod - platforms/win32/winbareos-nsi.spec Diff File
mod - platforms/win32/winbareos32.spec Diff File
mod - platforms/win32/winbareos64.spec Diff File
mod - src/include/version.h Diff File

master 9714c92d

2013-05-04 21:27

franku

Ported: N/A

Details Diff
If during a backup the filedaemon dies the TrayIcon remains blinking

Solution: If the "status" command fails to execute disable the animated icon.

Fixes 0000165: If during a backup the filedaemon dies the TrayIcon remains blinking

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000165
mod - src/qt-tray-monitor/monitoritem.cpp Diff File

master e63098ff

2013-05-04 21:27

mvwieringen adm

Ported: N/A

Details Diff
Tweaks.

Remove unused variable and only print newline when we realy printed
a triggered line.
mod - src/dird/ua_status.c Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 606 607 608 609 610 611 612 ... 622 623 624  Next  Last