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

Formal Metadata

Title
Introduction to Bareos Backup Python Plugins
Subtitle
How to extend Bareos with Plugins written in Python
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
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.