Initial commit

This commit is contained in:
Dominik Dancs 2020-07-11 12:01:46 +02:00
commit 2f88df233c
3 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
config.json
env

0
backup.py Normal file
View File

8
readme.md Normal file
View File

@ -0,0 +1,8 @@
# Python Auto-backup for Linux
A script for managing and creating full system backups.
## Requirements
- tar
- xz
- Python 3.X.X
- Python-pip