This is a wrapper script for bup-script, I use to backup my home directory to another partition on a daily basis. These are the scripts I call from crontab.
Installing these scripts is as simple as copying them to your system:
curl -sL https://raw.githubusercontent.com/SidhBhat/bup-script-wrapper/main/backup.sh > backup.sh
curl -sL https://raw.githubusercontent.com/SidhBhat/bup-script-wrapper/main/backup-root.sh > backup-root.sh
To use these scripts you have to venture inside the files and set the variables as instruted by the comments.
Note: This script backs up your home directory to another partition only. You cannot use it to backup to a simple folder.
This project was actually part of the bup-script project. I decided to seperate it and let bup-script focus only on the backup process. You will find early development of these scripts in the bup-script repo.
You can simply start by creating a pull request. If you have Improvement suggestions you can contact me by email.