Skip to main content

Creates backups of your files and directories.

Project description

bkp

PyPI - Version PyPI - License PyPI - Downloads

Simple utility that makes backups of your files/directories.

Features

  • Work with separate files or entire directories.
  • Creates simple copy or TAR archive.
  • Optionally append metadata: author, creation time, commit message (applies only to TAR archives).

Installation

pip install bkp

Compatibility

  • This software is expected to work with Python 3.6, 3.7 and compatible.
  • It has never been tested under operating systems other than Linux.
  • For editing messages interactively (-M switch) you need either have vi installed, or set EDITOR system variable to relevant value.

Usage

Creating Backups & Restoring

Provided that we have a file or directory: foo/bar/baz

# Create a copy:   
bkp foo/bar/baz

# Following copy will be created: foo/bar/baz.b01
# Invoking command again will create foo/bar/baz.b02 etc.

# Restore your file or directory:
bkp -r foo/bar/baz.01

# This will create/overwrite original file/directory: foo/bar/baz

Note that multiple files can be specified in the command line. Output files are always created in the same directory where corresponding input files are located, no matter what CWD at the time.

Working With Archives

Alternatively -a flag can be used to create tar archive instead of a simple copy. Also -m can be used to add comments.

# Create an archive
bkp -am "initial version" foo/bar/baz

# Comment and other details can be obtained by invoking:
bkp -i foo/bar/baz.b03

For more options and explanations invoke bkp --help.

Development

Preparing environment:

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-dev.txt
python3 -m pip install -e .

Modifying dependencies:

# edit setup.py
# edit requirements*.in
pip-compile
pip-sync
# git add... commit... push...

Testing:

pytest

Releasing:

echo $VERSION > bkp/VERSION
twine upload dist/bkp-$VERSION.tar.gz
git tag $VERSION
git push --tags

Disclaimer

Author doesn't take any responsibility for loss or damage caused by this utility. You are using it on your own risk.

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

bkp-0.2.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bkp-0.2.0-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file bkp-0.2.0.tar.gz.

File metadata

  • Download URL: bkp-0.2.0.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-56-generic

File hashes

Hashes for bkp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 19023088107567e96b0fdb086fe454b644eb0f6a525ba6b15ac793205fb77594
MD5 c8d3a151e03615824232ea93e4d2d471
BLAKE2b-256 680295b0c58fd8388b3abe9d11fa30bd6d1380b54233348417a9ab8c64737d55

See more details on using hashes here.

File details

Details for the file bkp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: bkp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-56-generic

File hashes

Hashes for bkp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ade2397f4713a091dc8c80bc0b753e313fa3fc87cf2cefb38700b7d575f61be1
MD5 676ed0d643b2a1002711cc94a4c5dae5
BLAKE2b-256 ccd8e89fc4b19c820b69cdd95dec68256ca8c876ac482e7cda06ccf160ceb642

See more details on using hashes here.

Supported by

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