Installation von Bareos auf Ubuntu 20.04 focal
Bareos – stets das Backup-Werkzeug unserer Wahl – ist auf quasi alle denkbaren Betriebssysteme portiert. So ist es unter Ubuntu 20.04 zu installieren: Die Serverinstallation wird mit folgendem Script gestartet: DIST=xUbuntu_20.04 RELEASE=release/20 URL=http://download.bareos.org/bareos/$RELEASE/$DIST printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list curl http://download.bareos.org/bareos/release/20/xUbuntu_20.04/Release.key | apt-key add apt-get update && apt-get install bareos bareos-database-postgresql bareos-client bareos-bconsole bareos-storage-tape Wird …
Installation von Bareos auf Ubuntu 20.04 focal Weiterlesen »