Changesets: bareos
bareos-13.2 54de9e67 2013-06-10 16:07
Ported: N/A Details Diff |
Tweak branch naming. | ||
mod - README.md | Diff File | ||
bareos-12.4 d23252ca 2013-06-10 16:05
Ported: N/A Details Diff |
Tweak new branch naming. | ||
mod - README.md | Diff File | ||
master f34072f3 2013-06-10 16:03
Ported: N/A Details Diff |
Tweak README.md for new branches. | ||
mod - README.md | Diff File | ||
bareos-13.2 d8479247 2013-06-10 16:00
Ported: N/A Details Diff |
Add new 13.2 branch. | ||
mod - README.md | Diff File | ||
bareos-12.4 453f278a 2013-06-06 13:47
Ported: N/A Details Diff |
Switch to new version 12.4.4 | ||
mod - configure | Diff File | ||
mod - platforms/packaging/bareos-Debian_6.0.dsc | Diff File | ||
mod - platforms/packaging/bareos-Debian_7.0.dsc | Diff File | ||
mod - platforms/packaging/bareos-xUbuntu_12.04.dsc | Diff File | ||
mod - platforms/packaging/bareos.changes | Diff File | ||
mod - platforms/packaging/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 - po/bareos.pot | Diff File | ||
mod - po/de.po | Diff File | ||
mod - po/es.po | Diff File | ||
mod - po/fr.po | Diff File | ||
mod - po/it.po | Diff File | ||
mod - po/nl.po | Diff File | ||
mod - po/sv.po | Diff File | ||
mod - po/uk.po | Diff File | ||
mod - src/include/version.h | Diff File | ||
mod - src/win32/filed/filedres.rc | Diff File | ||
bareos-12.4 a2affd38 2013-06-04 17:18
Ported: N/A Details Diff |
Fix some logic errors in NDMP backup and restore. We still have a problem when you restore two NDMP streams part of one backup. The solution for now is to first restore the first full backup and then the second one. |
||
mod - src/dird/ndmp_dma.c | Diff File | ||
mod - src/stored/dircmd.c | Diff File | ||
master 876440b9 2013-06-04 17:18
Ported: N/A Details Diff |
Fix some logic errors in NDMP backup and restore. We still have a problem when you restore two NDMP streams part of one backup. The solution for now is to first restore the first full backup and then the second one. |
||
mod - src/stored/dir_cmd.c | Diff File | ||
mod - src/dird/ndmp_dma.c | Diff File | ||
bareos-12.4 e9b6a408 2013-06-04 13:45 Committer: Ported: N/A Details Diff |
Corrected case of Job table name Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_run.c | Diff File | ||
master 40f0cd14 2013-06-04 13:45 Committer: Ported: N/A Details Diff |
Corrected case of Job table name Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_run.c | Diff File | ||
master 446e5580 2013-05-26 14:16
Ported: N/A Details Diff |
Cleanup possible due to abstracting compression code. Now that the compression code is mostly in the shared library we no longer need to include zlib headers etc all over the place as all code accessing any compression specific interface is abstracted now we can cleanup the header files and the Makefiles. This way we also don't leak to many global stuff into our namespace which will never be used anyway. |
||
mod - src/stored/stored.h | Diff File | ||
mod - src/stored/bextract.c | Diff File | ||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/filed/filed.h | Diff File | ||
mod - src/filed/compression.c | Diff File | ||
master e9f7508a 2013-05-25 16:44
Ported: N/A Details Diff |
Rebuild configure. | ||
mod - configure | Diff File | ||
master 6d6371c0 2013-05-25 16:33
Ported: N/A Details Diff |
Don't needlessly link binaries to compression libs. When we link the compression libaries into the shared library we no longer need to link the binaries against them when we use dynamic linking. When you want static linking then you do need to specify the compress libraries needed also for the binary as it copies the object code into your binary. |
||
mod - src/stored/Makefile.in | Diff File | ||
mod - src/filed/Makefile.in | Diff File | ||
mod - autoconf/configure.in | Diff File | ||
bareos-12.4 a94eeaf7 2013-05-24 15:28 Committer: Ported: N/A Details Diff |
Add running jobs scheduled time in director status When a job fails and 'Reschedule On Error' is set to yes the job would be rescheduled. Now when checking status of director with bconsole it also shows what time it was rescheduled to. |
||
mod - src/dird/ua_status.c | Diff File | ||
master d0c8f698 2013-05-24 15:28 Committer: Ported: N/A Details Diff |
Add running jobs scheduled time in director status When a job fails and 'Reschedule On Error' is set to yes the job would be rescheduled. Now when checking status of director with bconsole it also shows what time it was rescheduled to. |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 5a3b947f 2013-05-23 13:13
Committer: Ported: N/A Details Diff |
Show a % when a volume is loaded in a drive. For a status slots print a % when the volume is loaded into a drive. So now we have: '@' - import export slot '*' - data in backup catalog doesn't match '%' - volume is loaded into a drive. ' ' - nothing special with volume just in slot and catalog info matches. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_status.c | Diff File | ||
master b0d65197 2013-05-23 13:13
Committer: Ported: N/A Details Diff |
Show a % when a volume is loaded in a drive. For a status slots print a % when the volume is loaded into a drive. So now we have: '@' - import export slot '*' - data in backup catalog doesn't match '%' - volume is loaded into a drive. ' ' - nothing special with volume just in slot and catalog info matches. Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com> |
||
mod - src/dird/ua_status.c | Diff File | ||
bareos-12.4 ea1d24b2 2013-05-20 16:03
Ported: N/A Details Diff |
Add the aliases for mark and unmark to the tab expansion. | ||
mod - src/console/console.c | Diff File | ||
master bc9de99c 2013-05-20 16:03
Ported: N/A Details Diff |
Add the aliases for mark and unmark to the tab expansion. | ||
mod - src/console/console.c | Diff File | ||
bareos-13.2 7b9c5ea5 2013-05-16 20:43 Marco van Wieringen Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-13.2 4ac8ae90 2013-05-16 19:17 Marco van Wieringen Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File | ||
bareos-13.2 0ac32f2d 2013-05-16 18:43
Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-12.4 f611e5b7 2013-05-16 18:43
Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
master e37a51ca 2013-05-16 18:43
Ported: N/A Details Diff |
Add missing bareos-fd cmdline flags. | ||
mod - manpages/bareos-fd.8 | Diff File | ||
bareos-13.2 fd2b1d79 2013-05-16 17:17
Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File | ||
bareos-12.4 b0bafe4d 2013-05-16 17:17
Ported: N/A Details Diff |
Import external changes for manpages and unused flags. | ||
mod - manpages/bareos-dir.8 | Diff File | ||
mod - manpages/bareos-fd.8 | Diff File | ||
mod - manpages/bareos-sd.8 | Diff File | ||
mod - manpages/bconsole.8 | Diff File | ||
mod - manpages/btape.8 | Diff File | ||
mod - src/console/console.c | Diff File |