Changesets: bareos

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

master 3b3d00c3

2013-05-04 21:27

pstorz


Committer: mvwieringen adm

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/lib/btime.c Diff File
mod - src/dird/ua_status.c Diff File

master f7a84fa6

2013-05-04 21:26

mvwieringen adm

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_status.c Diff File
mod - src/dird/ua_cmds.c Diff File

master 20c3eda7

2013-05-04 21:26

pstorz


Committer: mvwieringen adm

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/lib/btime.h Diff File
mod - src/lib/btime.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/dird/ua_dotcmds.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/scheduler.c Diff File
mod - src/dird/protos.h Diff File
mod - src/console/console.c Diff File

master dc19ffb4

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

Details Diff
use single changelog file

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

master 699a0f06

2013-05-04 21:25

mvwieringen adm

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

master b93d0fdb

2013-05-04 21:25

mvwieringen adm

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

master aec60f57

2013-05-04 21:25

mvwieringen adm

Ported: N/A

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

master 5aee9372

2013-05-04 21:25

mvwieringen adm

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

master 425356ad

2013-05-04 21:25

pstorz


Committer: mvwieringen adm

Ported: N/A

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

master bcd0c739

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

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

master ac52d2b3

2013-05-04 21:25

joergs


Committer: mvwieringen adm

Ported: N/A

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

master 6a5a3f55

2013-05-04 21:25

joergs


Committer: mvwieringen adm

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.
add - platforms/deb/debian.changelog Diff File
mod - platforms/deb/bareos-xUbuntu_12.04.dsc Diff File
mod - platforms/deb/bareos-xUbuntu_10.04.dsc Diff File
mod - platforms/deb/bareos-Debian_6.0.dsc Diff File

master b4e14f0f

2013-05-04 21:25

pstorz


Committer: mvwieringen adm

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

master 5e70bfd0

2013-05-04 21:24

pstorz


Committer: mvwieringen adm

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

master 2009b871

2013-05-04 21:24

pstorz


Committer: mvwieringen adm

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
add - src/win32/qt-tray-monitor/traymon.rc Diff File
mod - src/win32/qt-tray-monitor/tray-monitor.pro Diff File
add - src/win32/qt-console/batres.rc Diff File
mod - src/win32/qt-console/bat.pro Diff File
mod - src/win32/filed/Makefile Diff File
add - src/win32/console/consoleres.rc Diff File
mod - src/win32/console/Makefile Diff File
mod - src/qt-console/prefs.ui Diff File
mod - src/qt-console/main.ui Diff File
mod - src/images/bat.svg Diff File

master 183887e7

2013-05-04 21:22

mvwieringen adm

Ported: N/A

Details Diff
Rebuild configure.
mod - configure Diff File

master d24a3df2

2013-05-04 21:19

pstorz


Committer: mvwieringen adm

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

master b78eea96

2013-05-04 21:19

mvwieringen adm

Ported: N/A

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

master a9d43dc2

2013-05-04 21:19

mvwieringen adm

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 - src/win32/lib/make_def Diff File
mod - src/stored/status.c Diff File
mod - src/lib/message.c Diff File
mod - src/include/version.h Diff File
mod - src/filed/fd_plugins.h Diff File
mod - src/filed/fd_plugins.c Diff File
mod - src/dird/ua_status.c Diff File
mod - scripts/btraceback.gdb Diff File
mod - scripts/btraceback.dbx Diff File

master 305026b3

2013-05-04 21:18

joergs


Committer: mvwieringen adm

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 - platforms/rpms/bareos.spec Diff File
mod - debian/control Diff File

master 9edc6e0e

2013-05-04 21:17

mvwieringen adm

Ported: N/A

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

master 536c96a2

2013-05-04 21:17

pstorz


Committer: mvwieringen adm

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_select.c Diff File
mod - src/dird/ua_cmds.c Diff File

master c1162bca

2013-05-04 21:17

mvwieringen adm

Ported: N/A

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

master 75559cc8

2013-05-04 21:17

mvwieringen adm

Ported: N/A

Details Diff
Updated README.MD
mod - README.md Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 180 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 622 623 624 625 626 627 628 ... 637 638 639  Next  Last