We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Introduction to Bareos Backup Python Plugins

Formale Metadaten

Titel
Introduction to Bareos Backup Python Plugins
Untertitel
How to extend Bareos with Plugins written in Python
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Bareos (Backup Archiving Recovery Open Sourced) is a reliable, cross-networkopen source software for backup, archiving and recovery of data for all well-established operating systems. Emerged from the Bacula Project in 2010, Bareoswas and is actively developed as a fork and enriched with lots of newfeatures. After a short introduction about the Bareos architecture andterminology, this session will introduce how to extend Bareos with Pluginswritten in Python. Using plugins makes it possible to extend the Bareos functionality. Thisallows to backup and restore in an application specific and more flexible anddynamic way than normal file backup. Use cases include database backups,agentless virtual machine backups or LDAP backups. Using Python makes this alot easier, and with its large library for connectivity and API access it ispossible to address a wide range of applications.