[DEPRECATED] Configuration file based file backup

Nathaniel van Diepen 25df3e3fa5 Add readme il y a 4 ans
backup dd163732ed Fix command line il y a 4 ans
etc 7436e3bae4 Fix logging and roots with :: il y a 4 ans
.gitignore 25df3e3fa5 Add readme il y a 4 ans
LICENSE f3c712e19f Initial commit il y a 4 ans
MANIFEST.in cd7cc92fe5 Package for pypi il y a 4 ans
README.md 25df3e3fa5 Add readme il y a 4 ans
requirements.txt cd7cc92fe5 Package for pypi il y a 4 ans
setup.py cd7cc92fe5 Package for pypi il y a 4 ans

README.md

PyPi version PyPi downloads

python-backup

Configuration file based file backup

Installation

pip install python-backup

Usage

backup [config-path]

Configuration

python-backup assumes the following folder structure:

/etc/
  backup.d/
    backup.yml
    sources.d/
      *.yml

For examples see the etc folder.

Features

  • rdiff-backup back end
  • Backup dependency chains
  • Multithreaded
  • YAML config files

Known deficiencies

  • Infinity loops from bad dependency chains
  • No pre/post backup scripts