What is your backup approach?
I have a nightly cron which
- Automatically stops all the docker containers (based on some folder and/or container name conventions)
- runs borg (configured using borgmatic) to take a backup of /myeverythingfolder
- Starts back all the previously stopped containers
- rclone syncs the backup to backblaze b2
How you take your backups?