Skip to main content

Restic backup Python wrapper

Project description

resticpy

CircleCI Coverage Status License

Overview

Minimal Python wrapper around the restic backup command-line interface.

Installation

git clone https://github.com/mtlynch/resticpy.git
cd resticpy
pip install .

Quick start

Back up a file:

import restic
repo = restic.Repo(path='/srv/restic-repo', password='12345678')
repo.backup('file-to-backup.txt')

API Documentation

Coming soon.

Acknowledgments

This project is forked from jstzwj/resticpy.

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

resticpy-0.1.0.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

resticpy-0.1.0-py3-none-any.whl (7.6 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