This program will backup files on a weekly at a certain day and time.
- Schedule backups for weekly transfers
- Configure script with the class or ini file
- Logs the transfers
Install Aurora script
pip install schedule progress
python start.py
Clone the project
git clone https://github.com/Beastmaster23/Aurora-Script.git
Go to the project directory
cd Aurora-Script
Install dependencies
pip install schedule progress
Start the backup App
python start.py
from backup_tasker import BackupTasker
tasker=BackupTasker(["C:\\Users\\user\\Downloads", "C:\\Users\\user\\Desktop"], ["C:\\Users\\user\\backup"], 0)
tasker.load_config('backup.ini')
# Schedule the backup easy :)
tasker.schedule_backup()
For support, email edn1211@gmail.com.