Go to file
Dominik Dancs 085dfd85a7 Added parameter handling, config file checks, example config file, error and syslog handling 2020-07-11 13:04:34 +02:00
.gitignore Added parameter handling, config file checks, example config file, error and syslog handling 2020-07-11 13:04:34 +02:00
backup.py Added parameter handling, config file checks, example config file, error and syslog handling 2020-07-11 13:04:34 +02:00
config.example.json Added parameter handling, config file checks, example config file, error and syslog handling 2020-07-11 13:04:34 +02:00
readme.md Initial commit 2020-07-11 12:01:46 +02:00

readme.md

Python Auto-backup for Linux

A script for managing and creating full system backups.

Requirements

  • tar
  • xz
  • Python 3.X.X
  • Python-pip