Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.34 KB

ABS-Project

🌴 Description

ABS Project is a minimal backup service. When run the abs.py file , backs up files and folders in that directory to the backup/ directory.

⚒️ Installation

git clone https://github.com/0xe2d0/Auto-Backup-Script
cd Auto-Backup-Script
chmod 777 abs.py
pip3 install -r requirements.txt

That's it 🤠

🛡️ Usage

Now that you have completed the installation, copy the abs.py file into the folder you want backup.

Help Command :

python3 abs.py -h

Other Parameters Description:

  • -p --path : Path of the folder to be backed up. Default : your path
  • -o --output : Folder path of backups . Default: ../backup/
  • -l --log-file : Name of log file. Default : backup.log
  • -t --time: Time range of backups. Default: 20 second

The default use of parameters is sufficient for you, but if you want to change them, you can read these explanations.

That's it , after running this, your project will be backed up in the timeframes you set.