Its an automation software for borg backup to run on a schedule and keep a certain number of backups while deleting old ones etc.
All persistent storage from my dockers are in a folder. All I have to backup everything is backup this one folder along with my docker compose files (in git).
Locally there are zfs snapshots (autosnapshot) and for remote I use borgmatic.
Borg to :
I would but the other side isn’t zfs so I went with borg instead
Local zfs snap every 5 mins.
Borg backups everything hour to 3 different locations.
I’ve blown away docker folders of config files a few times by accident. So far I’ve only had to dip into the zfs snaps to bring them back.
Especially with freecad 1 just being released. Lots of great improvements and many tutorials are being created to show the new workflows
Yup, its super easy
https://itsfoss.com/backup-restore-linux-timeshift/