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.
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 🤠
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.