Super Simple Backup Tool is a CLI based script that helps you make automated local backups every few minutes.
SSBT (Super Simple Backup Tool) is a CLI based script that helps you make automated local backups of some directories or files at a given interval.
You must have Python 3 installed on your system.
python ssbt.py --src [paths to make a backup of] --dest [where to save your backups] --minutes [number of minutes]
Only —minutes or —seconds can be specified at the same time.