/Aurora-Script

This program will backup files on a weekly at a certain day and time.

Primary LanguagePython

MIT License Hackage-Deps Hackage-Deps

Aurora Scripts

This program will backup files on a weekly at a certain day and time.

Authors

Demo

Terminal demo

Features

  • Schedule backups for weekly transfers
  • Configure script with the class or ini file
  • Logs the transfers

Installation

Install Aurora script

  pip install schedule progress
  python start.py

Run Locally

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

Usage/Examples

    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()

Support

For support, email edn1211@gmail.com.

License

MIT