Skip to main content

Backwork plug-in for file backups.

Project description

monsoon-backup-files

Build Status

Add support for file backups on monsoon.

Requirements

This plug-in is build on top of tar.

Installing

You can use pip to install this plug-in from Artifactory.

First you will need to configure your pip client by creating or editing the ~/.pip/pip.conf file to look like the example below.

Note: Remember to change @ into %40 in your username!

[global]
index-url = https://pypi.python.org/simple
extra-index-url = https://<USERNAME>:<API KEY>@na.artifactory.swg-devops.com/artifactory/api/pypi/apset-pypi-local/simple

After that you should be able to run

$ pip install monsoon-backup-files

Alternatively, you can install it directly from GHE:

$ pip install git+ssh://git@github.ibm.com/apset/monsoon-backup-files

Using

After installing the plug-in you will be able to use the backup files command on monsoon.

$ monsoon backup files -h
usage: monsoon backup files [-h] -f FILE

Back up one or more files. It uses `tar -cz` which gzips the output. You can
use any of the arguments supported by `tar`. Add a list of files and
directories you want backed up as the last thing in the line. Use `tar --help`
for more information.

optional arguments:
  -h, --help            show this help message and exit
  -o FILE, --output FILE  output gzipped file path

You can pass any option that you would normally use on mysqldump:

$ monsoon backup files -o foo.tgz --verbose /tmp /var/log

As shown in the --help message, there is one required arguments you must use in your backup process.

-o FILE or --output FILE will save the output of tar into a file.

Important: There is a conflict with the -h argument since it is reserved for the help/usage message. Use --dereference to follow symlinks.

Building and Publishing

Travis will publish builds for you. To build, push a tag to the repo:

git tag -a v0.1.2 -m 'v0.1.2'
git push --tags

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

backwork-backup-files-0.1.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

backwork_backup_files-0.1.3-py3-none-any.whl (8.0 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