Changesets: bareos2015

bareos-12.4 1c875310

2013-05-13 00:57

mvwieringen

Ported: N/A

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

bareos-13.2 aea9cd1b

2013-05-13 00:56

mvwieringen

Ported: N/A

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

bareos-13.2 caf02728

2013-05-11 22:56

mvwieringen

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

bareos-12.4 44d926a6

2013-05-11 22:56

mvwieringen

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

bareos-14.2 f7a0bda6

2013-05-11 21:41

mvwieringen

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/cats/sql_get.c Diff File
mod - src/dird/bsr.c Diff File
mod - src/dird/catreq.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/lib/tree.c Diff File
mod - src/lib/tree.h Diff File
mod - src/ndmp/ndmlib.h Diff File
mod - src/stored/ndmp_tape.c Diff File

bareos-13.2 08c98a99

2013-05-10 18:58

mvwieringen

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

bareos-12.4 7ea1d203

2013-05-10 18:58

mvwieringen

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

bareos-12.4 ca5dc84d

2013-05-10 15:26

joergs


Committer: mvwieringen

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-13.2 576063a9

2013-05-10 13:09

pstorz


Committer: mvwieringen

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

bareos-12.4 757a5d49

2013-05-10 13:09

pstorz


Committer: mvwieringen

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

bareos-13.2 491390b7

2013-05-10 11:20

mvwieringen

Ported: N/A

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

bareos-13.2 697e6ffa

2013-05-09 11:53

pstorz


Committer: mvwieringen

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

bareos-12.4 6e416779

2013-05-09 11:53

pstorz


Committer: mvwieringen

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

bareos-13.2 6d99a2ba

2013-05-09 10:54

mvwieringen

Ported: N/A

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

bareos-13.2 0967841f

2013-05-08 15:20

pstorz


Committer: mvwieringen

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

bareos-12.4 69911edc

2013-05-08 15:20

pstorz


Committer: mvwieringen

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

bareos-13.2 af00299d

2013-05-08 13:12

mvwieringen

Ported: N/A

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

bareos-13.2 43c93248

2013-05-07 16:57

mvwieringen

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/protos.h Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_input.c Diff File
mod - src/dird/ua_output.c Diff File
mod - src/dird/ua_prune.c Diff File
mod - src/dird/ua_purge.c Diff File
mod - src/dird/ua_query.c Diff File
mod - src/dird/ua_server.c Diff File

bareos-13.2 ff0e931d

2013-05-06 17:18

pstorz


Committer: mvwieringen

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

bareos-12.4 2fce5697

2013-05-06 17:18

pstorz


Committer: mvwieringen

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

bareos-13.2 cc943d09

2013-05-05 12:04

mvwieringen

Ported: N/A

Details Diff
Fix problems due to replaying history to do new fork.
mod - README.md Diff File
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/qt-tray-monitor/authenticate.cpp 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

bareos-12.4 99a13485

2013-05-05 11:27

mvwieringen

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

bareos-13.2 fe8e562b

2013-05-04 23:27

franku


Committer: mvwieringen

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

bareos-13.2 416d651f

2013-05-04 23:27

mvwieringen

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

bareos-13.2 9ead6297

2013-05-04 23:27

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Status scheduler now shows disabled jobs

We now only display the Level= if a level really
is set in the run entry.

Also, we now print the year in the preview.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/dird/ua_status.c Diff File
mod - src/lib/btime.c Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 42 43 44 45 46 47 48 ... 50 ... 57 58 59  Next  Last