bareos: master 2b5109cb

Author Committer Branch Timestamp Parent
bruno-at-bareos pstorz master 2024-12-24 16:44 master b2dd28da Pending
Changeset doc: VolumeManagement chapter improvement

- update indexes syntax.
- rewrap paragraph.
- cleanup example from oldies
- remove and adjust `Maximum Concurrent Jobs`
- introduce virtual file autochanger with auto-numbered devices.
- fix spelling Directory -> |dir|
- standardize parameters spelling
- use relative positionning into the rst to source directly config
  example in sources.

config: add virtual disk changer example

`bareos-dir.d/storage/File.conf.example` is using storage resource
defined in `bareos-sd.d/autochanger/FileStorage.conf.example`
virtual file changer is using autonumbered devices defined in
`bareos-sd.d/devices/File.conf.example`

- create virtual_diskchanger.d backend configuration
  to use unix_file_device.d backend
- packaging: add example files to all platforms
- File.conf.example: set Address and Password to be fill'up
  with post install scripts
- named the changer File so it can replace the default distributed
  DIR File storage ressource and FileStorage ressource on SD

Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
Co-authored-by: Philipp Storz <philipp.storz@bareos.com>
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.director Diff File
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.storage Diff File
mod - core/platforms/packaging/bareos.spec Diff File
mod - core/src/stored/CMakeLists.txt Diff File
add - core/src/stored/backends/unix_file_device.d/bareos-dir.d/storage/File.conf.example.in Diff File
add - core/src/stored/backends/unix_file_device.d/bareos-sd.d/autochanger/FileStorage.conf.example Diff File
add - core/src/stored/backends/unix_file_device.d/bareos-sd.d/device/FileStorage.conf.example Diff File
mod - debian/bareos-director.install.in Diff File
mod - debian/bareos-storage.install.in Diff File
mod - docs/manuals/source/TasksAndConcepts/VolumeManagement.rst Diff File