Changesets: bareos

master 9aeaf74d

2022-12-20 11:31

arogge

Ported: N/A

Details Diff
systemtests: remove dangling symlink
rm - systemtests/tests/py3plug-fd-postgres/python-modules/BareosFdPluginLocalFileset.py Diff File

master 894e237a

2022-12-20 10:29

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: pr-tool warns if remote not uptodate

When your local repository is not up to date, rebasing (and potentially
other operations) will not lead to the desired result or may even fail.
pr-tool will now check if your local repository's base branch points to
the same commit as the remote repository's base branch and will issue a
warning otherwise.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master d9b67fc0

2022-12-19 23:29

stephand

Ported: N/A

Details Diff
VMware Plugin: fix restore of pre22 backups

When restoring backups taken with Bareos versions before 22, this
fix makes sure that such backups are restorable.
mod - core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py Diff File

master 4da74a12

2022-12-19 18:23

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001333 from joergsteffens/dev/joergs/master/doc-subscription

docs: comparision between community and subscription repositories
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/DocumentationStyleGuide/CommonNames.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master e29de717

2022-12-19 18:22

joergs

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 863bc0ab

2022-12-19 13:55

frank


Committer: joergs

Ported: N/A

Details Diff
docs: webui update: adapt PluginOptionsACL

The WebUI plugin restore feature required PluginOptionsACL = *all*.
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosWebui.rst Diff File

master 2e608930

2022-12-17 09:04

pstorz


Committer: arogge

Ported: N/A

Details Diff
btraceback: read gdb script from stdin
mod - core/scripts/btraceback.in Diff File

master 252e25d2

2022-12-16 17:46

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: let pr-tool determine the correct remote

For doing a rebase, we need to know the (remote) branch we're rebasing
onto. While this is usually "origin" you can call it whatever you want.
We now determine the correct git remote in the same fashion as gh cli
does.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 0c76c957

2022-12-16 16:32

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: fail pr-tool when GH_HOST or GH_REPO set

The user can override the host or repository for the gh command using
the environment variables GH_HOST or GH_REPO. As we will have to
determine the repository and the name of the remote ourselves (gh does
not provide a way to do that), setting GH_HOST or GH_REPO will probably
break pr-tool at some point, so we disallow it.

Also introduces logging options.
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 1def0c5c

2022-12-16 15:26

joergs

Ported: N/A

Details Diff
docs: adapt comparision to current release policy
mod - docs/manuals/source/DocumentationStyleGuide/CommonNames.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 5104092b

2022-12-16 13:29

joergs

Ported: N/A

Details Diff
docs: transfer table from https://www.bareos.com/download/
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 09d43c57

2022-12-16 12:20

joergs

Ported: N/A

Details Diff
docs: update package list
mod - docs/manuals/source/IntroductionAndTutorial/WhatIsBareos.rst Diff File

master 3a6c2456

2022-12-16 12:06

joergs


Committer: arogge

Ported: N/A

Details Diff
removed no longer used pkglists
rm - docs/pkglists/Debian_9.0.i586 Diff File
rm - docs/pkglists/Debian_9.0.x86_64 Diff File
rm - docs/pkglists/Fedora_31.x86_64 Diff File
rm - docs/pkglists/Fedora_32.x86_64 Diff File
rm - docs/pkglists/Fedora_33.x86_64 Diff File
rm - docs/pkglists/Fedora_34.x86_64 Diff File
rm - docs/pkglists/Fedora_35.x86_64 Diff File
rm - docs/pkglists/FreeBSD_11.3.amd64 Diff File
rm - docs/pkglists/FreeBSD_12.0.amd64 Diff File
rm - docs/pkglists/SLE_15.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP1.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP2.x86_64 Diff File
rm - docs/pkglists/SLE_15_SP3.x86_64 Diff File
rm - docs/pkglists/Univention_4.3.x86_64 Diff File
rm - docs/pkglists/Univention_4.4.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.2.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.3.x86_64 Diff File
rm - docs/pkglists/openSUSE_Leap_15.4.x86_64 Diff File
rm - docs/pkglists/xUbuntu_16.04.i586 Diff File
rm - docs/pkglists/xUbuntu_16.04.x86_64 Diff File
rm - docs/pkglists/xUbuntu_18.04.x86_64 Diff File

master c57a20d9

2022-12-15 17:47

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: allows add-changelog-entry with any path

You can now pass absolute paths as a parameter to --file when running
add-changelog-entry.
The original add-changelog-entry would always interpret its --file
argument relatively to the current git repository, even if the path was
absolute.
mod - devtools/pip-tools/changelog_utils/add_entry.py Diff File

master a9b8e1da

2022-12-15 17:44

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: support multiline records with add-changelog

add_changelog_entry() did a bad job if there were existing multiline
entries in the changelog. If the section where a new entry should be
added ended in something like this:

- normal changelog entry
- with additional information
- and more information

it would misdetect the location to add the new record and insert it
after the first line instead of at the end.
Now it also skips lines where "- " is preceded by whitespace.
mod - devtools/pip-tools/changelog_utils/add_entry.py Diff File

master 36b98c9b

2022-12-15 17:43

joergs


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001329 from bruno-at-bareos/dev/bruno/master/doc/s5255-5280-renew-update-chapter

doc: update installation and renew update chapters
mod - CHANGELOG.md Diff File
mod - core/src/include/bareos.h Diff File
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/Links.rst Diff File
rm - docs/manuals/source/DocumentationStyleGuide/example/releasenotes-template.rst.inc Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/UpdatingBareos.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosSecurityIssues.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File
mod - docs/manuals/source/_extensions/bareos_urls.py Diff File

master 4bd53fb7

2022-12-15 17:16

joergs

Ported: N/A

Details Diff
update CHANGELOG.md
mod - CHANGELOG.md Diff File

master b7e946e4

2022-12-15 17:08

arogge


Committer: pstorz

Ported: N/A

Details Diff
devtools: pr-tool honors documentation label

The pr-tool is now able to select the section to which a ChangeLog entry
should be added based on the PR's labels.
Currently this will only check for the "documentation" label and set the
section to Documentation (which was not possible before).
mod - devtools/pip-tools/pr_tool/main.py Diff File

master 97f6fa6c

2022-12-15 15:49

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001330

fix file count mismatch on restores that use recycled volumes
mod - CHANGELOG.md Diff File
mod - core/src/cats/sql_create.cc Diff File
mod - core/src/dird/restore.cc Diff File
mod - systemtests/scripts/functions Diff File
add - systemtests/tests/bareos/etc/bareos/bareos-dir.d/job/recyclejob.conf Diff File
add - systemtests/tests/bareos/etc/bareos/bareos-dir.d/pool/quickrecycle.conf Diff File
add - systemtests/tests/bareos/testrunner-volume-recycling Diff File

master 8c54a753

2022-12-15 15:49

arogge

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 94c584f3

2022-12-15 15:46

joergs

Ported: N/A

Details Diff
docs: update to new release policy

The new release policy is that community packages are published to
https://download.bareos.org/current
and
https://download.bareos.org/next

The subscripton packages are continued published at
https://download.bareos.org/bareos/release/*/
mod - core/src/include/bareos.h Diff File
mod - docs/manuals/source/Appendix/OperatingSystems.rst Diff File
mod - docs/manuals/source/DocumentationStyleGuide/BareosSpecificFormatting/Links.rst Diff File
rm - docs/manuals/source/DocumentationStyleGuide/example/releasenotes-template.rst.inc Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareos.rst Diff File
mod - docs/manuals/source/IntroductionAndTutorial/InstallingBareosClient.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/TheWindowsVersionOfBareos.rst Diff File
mod - docs/manuals/source/_extensions/bareos_urls.py Diff File

master c6269a73

2022-12-15 10:42

bruno-at-bareos

Ported: N/A

Details Diff
doc: ScsicryptoSd fix scripts path and name

- Fix ScsicryptoSd call in bareos-config
- developerFAQ: quote tapedevice list
Without the quote example in copy and paste call the second
and beyond tape drives are called by sh (due to ; separator)

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
mod - docs/manuals/source/DeveloperGuide/developerFAQ.rst Diff File
mod - docs/manuals/source/TasksAndConcepts/Plugins/StorageDaemonPlugins/ScsicryptoSd.rst.inc Diff File

master a3ec0abe

2022-12-14 14:41

arogge


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request 0001332

python plugins: give python3 plugins priority over python2 plugins in packages
mod - CHANGELOG.md Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - debian/control.bareos-director-python-plugins-common Diff File
mod - debian/control.bareos-director-python2-plugin Diff File
mod - debian/control.bareos-director-python3-plugin Diff File
mod - debian/control.bareos-filedaemon-python-plugins-common Diff File
mod - debian/control.bareos-filedaemon-python2-plugin Diff File
mod - debian/control.bareos-filedaemon-python3-plugin Diff File
mod - debian/control.bareos-storage-python2-plugin Diff File
mod - debian/control.bareos-storage-python3-plugin Diff File
mod - debian/control.vmware Diff File

master 3dea79c9

2022-12-14 14:40

arogge

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master f0f52c76

2022-12-14 14:30

Alaa Eddine Elamri


Committer: Andreas Rogge

Ported: N/A

Details Diff
refactor: rename `attrs` to `print_attributes`
mod - core/src/dird/testfind.cc Diff File
mod - core/src/dird/testfind_jcr.cc Diff File
mod - core/src/dird/testfind_jcr.h Diff File
 First  Prev  1 2 3 ... 70 ... 125 126 127 128 129 130 131 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 665 666 667  Next  Last