Refactor code

This commit is contained in:
Fuxino
2023-04-15 19:49:33 +02:00
parent b4dee0ccd2
commit b08b0474ac
6 changed files with 238 additions and 859 deletions

View File

@@ -1,8 +1,8 @@
# simple-backup
# simple_backup
A simple backup script
## Description
simple-backup is a Python 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.