Skip to main content

Generic backup utility.

Project description

The msbackup utility performs data archiving. The main use for this is the daily execution of the utility by system scheduler (cron for example).

Usage

For reliable archiving of various data have the appropriate backend:

  • file - archive folder by the tar with optional compression and encryption;

  • hg - scans the folder repositories of version control system Mercurial and executes the command tar with optional compression and encryption on clone of each repository;

  • svn - scans the folder repositories of version control system Apache Subversion and archives each repository by the tar with optional compression and encryption on dump of hot copy of each repository;

  • pg - scans the relational database system PostgreSQL cluster and archive each database with optional compression and encryption;

  • sqlite - backup SQLite database file with optional compression and encryption;

  • mongodb - backup MongoDB database with compression and encryption;

  • ldap - backup OpenLDAP configuration and data with optional compression and encryption;

  • kvm - online backup Qemu/KVN virtual machines with optional compression and encryption.

If you run the application with the –rotate option, the archives will be rotated by adding a numeric extension to the file name.

Archive files can be encrypted with the –encryptor gpg parameter.

Build

Before build Debian package install intto system project by URL https://github.com/Aleksei-Badyaev/stdeb with command

$ pip install -e .[dev]

To build Debian package run the command:

$ python setup.py --command-packages=stdeb3.command bdist_deb

Testing

Dependencies of this project can be installed by the command:

$ pip install -U -e .[dev] .[kvm]

Tests can be launched by the command:

$ python -m unittest discover -s src/test

Test reports and coverage report can be generate using:

$ ./test.sh

After the successful execution of the script folder test-reports will contain a report (in XML format) of the tests, and in the folder coverage will be a report (in HTML format) of the code coverage.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msbackup-1.9.7.tar.gz (26.2 kB view hashes)

Uploaded Source

Built Distribution

msbackup-1.9.7-py3-none-any.whl (37.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page