Changesets: bareos2015

bareos-13.2 eb74dd1e

2013-05-04 23:26

mvwieringen

Ported: N/A

Details Diff
status scheduler extra features.

- Added support for selecting status scheduler when only the status
keyword is given.
- Allow so see the scheduler preview for a certain client by giving
a client=<clientname> as cmdline option.
- Allow to see the scheduler preview for a certain job by giving
a job=<jobname> as cmdline option.

Fixes 0000014: Implement a scheduler preview for up to one year.
Affected Issues
0000014
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_status.c Diff File

bareos-13.2 0eac8951

2013-05-04 23:26

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Added scheduler preview

The new command "status scheduler" shows the status
of the bareos scheduler.
The output first shows what schedule triggers what
jobs, then the scheduler executions of the next
14 days are displayed including the overrides.

By giving the param "schedule=" the display can
be limited to a certain schedule and by giving
"days=" the timeframe for the preview can be
set.

Also, the dotcmd schedule was added, so that the
tab-completion works for giving schedules.

Fixes 0000014: Implement a scheduler preview for up to one year.
Affected Issues
0000014
mod - src/console/console.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/scheduler.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/lib/btime.c Diff File
mod - src/lib/btime.h Diff File

bareos-13.2 610ef7e1

2013-05-04 23:25

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 55042d35

2013-05-04 23:25

mvwieringen

Ported: N/A

Details Diff
Try to fix nextpool overide via runcmd.

Fixes 0000160: Job overwrite "nextpool" in run command in bconsole doesn't work
Affected Issues
0000160
mod - src/dird/ua_run.c Diff File

bareos-13.2 f59a541b

2013-05-04 23:25

mvwieringen

Ported: N/A

Details Diff
Return right returnvalue on import/export/move cmd.

We were always returning 0 (e.g. operation failed) for
the import/export/move commands. This makes any runscript fail
any next runscript and the Job also fails.

Fixes 0000146: Variable "Job Exit Code" in mailcommand reports always
"Error" when doing copy or migration job
Fixes 0000155: runafterjob doesn't get executed if a runscript directive is
placed before the directive runafterjob
Affected Issues
0000146, 0000155
mod - src/dird/ua_impexp.c Diff File

bareos-13.2 320ccd27

2013-05-04 23:25

mvwieringen

Ported: N/A

Details Diff
Tweak text.
mod - README.md Diff File

bareos-13.2 d167d22b

2013-05-04 23:25

mvwieringen

Ported: N/A

Details Diff
Show right info in status slots.

Slot should not be empty but show the correct loaded volume info and
not the first slot after the drive in the enumeration.

Fixes 0000159: Display Error in bconsole for status slots; did not show empty slot after load
Affected Issues
0000159
mod - src/dird/ua_status.c Diff File

bareos-13.2 16791041

2013-05-04 23:25

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
add dependency for libfastlz
mod - debian/control Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File

bareos-13.2 9b2b0ba7

2013-05-04 23:25

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
travis: bugfix
mod - .travis.yml Diff File

bareos-13.2 b922ab3c

2013-05-04 23:25

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
travis: set hostname to localhost to prevent problems with name resolution
mod - .travis.yml Diff File

bareos-13.2 12c6e68d

2013-05-04 23:25

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
activate debian release numbers on OBS

Debian has no separate field for release numbers,
only version numbers.
Mostly, the release number is added to the version number,
separated by a "-".
OBS has a feature to auto-increment release numbers for RPM packages.
Our modified OBS also enables this feature for DEB packages.
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
add - platforms/deb/debian.changelog Diff File

bareos-13.2 9158d75e

2013-05-04 23:25

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Enhanced the standard configuration file

- We now have two-digit reference marks
- Changed the introductional text
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File

bareos-13.2 42e55f67

2013-05-04 23:24

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fixed pool names in standard config

The names of the standard pools were still
referenced.
mod - src/defaultconfigs/diskonly/bareos-dir.conf.in Diff File

bareos-13.2 3a72f7de

2013-05-04 23:24

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Add icons and fileinfo to windows executables

Updated the icons fileinfo for windows executables

Fixes 0000154: Add icon and file info to windows executables

Conflicts:
src/win32/console/consoleres.rc
Affected Issues
0000154
mod - src/images/bat.svg Diff File
mod - src/qt-console/main.ui Diff File
mod - src/qt-console/prefs.ui Diff File
mod - src/win32/console/Makefile Diff File
add - src/win32/console/consoleres.rc Diff File
mod - src/win32/filed/Makefile Diff File
mod - src/win32/qt-console/bat.pro Diff File
add - src/win32/qt-console/batres.rc Diff File
mod - src/win32/qt-tray-monitor/tray-monitor.pro Diff File
add - src/win32/qt-tray-monitor/traymon.rc Diff File

bareos-13.2 e7ddeaa2

2013-05-04 23:22

mvwieringen

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

bareos-13.2 b2560acc

2013-05-04 23:19

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
elaborated the 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 3c54508f

2013-05-04 23:19

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/dird/ua_select.c Diff File

bareos-13.2 4d6ea813

2013-05-04 23:19

mvwieringen

Ported: N/A

Details Diff
Remove obscure beef variable.

As we don't have an enterprise version we don't need a bareos
enable enterprise feature flag.
mod - scripts/btraceback.dbx Diff File
mod - scripts/btraceback.gdb Diff File
mod - src/dird/ua_status.c Diff File
mod - src/filed/fd_plugins.c Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/include/version.h Diff File
mod - src/lib/message.c Diff File
mod - src/stored/status.c Diff File
mod - src/win32/lib/make_def Diff File

bareos-13.2 8804fab9

2013-05-04 23:18

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
bareos-director requires bareos-database-tools

make_catalog_backup.pl (from bareos-director) requires bareso-dbcheck (from bareos-database-tools).

Fixes 0000148: bareos-director requires bareos-database-tools

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000148
mod - debian/control Diff File
mod - platforms/rpms/bareos.spec Diff File

bareos-13.2 529f0e06

2013-05-04 23:17

mvwieringen

Ported: N/A

Details Diff
Fix compiler warning.
mod - src/filed/compression.c Diff File
mod - src/stored/bextract.c Diff File

bareos-13.2 209fda49

2013-05-04 23:17

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Extend cancel command to be able to cancel all running jobs

Especially when testing, it would be a very nice feature to be able to
cancel multiple jobs at once.

For the first step, it would be nice to be able to cancel all jobs.
Also useful would be to be able to cancel, jobs of a certain state, e.g.

cancel state=waiting

Fixes 0000144: Extend cancel command to be able to cancel all running jobs
Affected Issues
0000144
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_select.c Diff File

bareos-13.2 d974b14f

2013-05-04 23:17

mvwieringen

Ported: N/A

Details Diff
Fix memory leak.
mod - src/lib/bnet_server.c Diff File
mod - src/lib/bsock.c Diff File

bareos-13.2 99630bf2

2013-05-04 23:17

mvwieringen

Ported: N/A

Details Diff
Updated README.MD
mod - README.md Diff File

bareos-13.2 5c4fa845

2013-05-04 23:17

mvwieringen

Ported: N/A

Details Diff
Switch to new version number.
mod - configure Diff File
mod - debian/changelog Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.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

bareos-13.2 ec5bfd99

2013-05-04 23:15

mvwieringen

Ported: N/A

Details Diff
Used compression algorithms only when compression is done.
mod - src/dird/backup.c Diff File
 First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 43 44 45 46 47 48 49 50 ... 57 58 59  Next  Last