btape

network backup service - storage daemon

Install

All systems
curl cmd.cat/btape.sh
Debian Debian
apt-get install bareos-dbg
Ubuntu
apt-get install bacula-sd-sqlite3-dbg
image/svg+xml Kali Linux
apt-get install bacula-sd
CentOS
yum install bacula-storage-common
Fedora
dnf install bacula-storage
Windows (WSL2)
sudo apt-get update sudo apt-get install bacula-sd-sqlite3-dbg
Raspbian
apt-get install bareos-dbg

bacula-sd

network backup service - storage daemon

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. It runs on the machine which has access to the backup device(s) - usually a tape drive, but alternatively other storage media, such as files.

bacula-storage

Bacula storage daemon files

bareos-storage-tape

Backup Archiving Recovery Open Sourced - storage daemon tape support

Bareos is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. It runs on the machine which has access to the backup device(s) - usually a tape drive, but alternatively other storage media, such as files. This adds the tape specific support files for the storage daemon.

bacula-sd-mysql

network backup service - MySQL SD tools

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. This package contains MySQL versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable.

bacula-sd-pgsql

network backup service - PostgreSQL SD tools

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. This package contains PostgreSQL versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable.

bacula-sd-sqlite3

network backup service - SQLite 3 SD tools

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. The storage daemon performs the storage and recovery of the file attributes and data to the physical media; in other words, it is responsible for reading and writing the backups. This package contains SQLite 3 versions of the bscan and bcopy utilities, which are used for recovery when Bacula's catalog is unavailable.

bacula-sd-mysql-dbg

network backup service - MySQL SD tools (debugging)

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. This package provides debugging symbols for bacula-sd-mysql.

bacula-sd-pgsql-dbg

network backup service - PostgreSQL SD tools (debugging)

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. This package provides debugging symbols for bacula-sd-pgsql.

bacula-sd-sqlite3-dbg

network backup service - SQLite 3 SD tools (debugging)

Bacula is a set of programs to manage backup, recovery, and verification of data across a network of computers of different kinds. This package provides debugging symbols for bacula-sd-sqlite3.

bareos-dbg

Backup Archiving Recovery Open Sourced - debugging symbols

Bareos is a set of programs to manage backup, recovery and verification of data across a network of computers of different kinds. This package provides debugging symbols for Bareos.

bacula-storage-common

Common Bacula storage daemon files