Convert to Python

This commit is contained in:
Fuxino
2019-09-16 18:12:19 +02:00
parent 27324634b4
commit 2d50c7b158
5 changed files with 622 additions and 492 deletions

View File

@@ -2,7 +2,7 @@
A simple backup script
## Description
simple-backup is just a bash script that allows you to backup your files.
simple-backup is a Python script that allows you to backup your files.
It reads from a configuration file the files/directories that must be copied,
the destination directory for the backup and a few other options.