backup via minio and restic #25
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently I have the following entry in my crontab to back up my server:
which copies everything in the /opt/ directory to my NC account, which was an "ok" solution.
However I now want to utilize the separate mailcow-backup script and object storage like minio to correctly back things up
First I'd need to figure out where the backup should go and how:
Nevermind, I'll first implement a new restic repo JUST for mailcow and then handle the rest later
my first try at this script would be this: