/backup_on_py

The backup system is based on the Python language.

Primary LanguagePython

Backup on Python

Before the first run, edit the "config.json" file:

"path_save_backup": ".\\BACKUP\\", - Where to save copies

"path_import_files": ".\\SIMPLE\\", - Where to copy files from

"count_backup_day": 5 - The maximum period of one backup. (Specified in days)

Import Backup

To import the backup, use this command:

python3 import.py

or

python3 import.py 21.10.2020(backup date)