docs: update backup-mailcow
This commit is contained in:
parent
24b5ed9a46
commit
0004223809
1 changed files with 10 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
title: Mailcow Backup and Restore Strategy
|
||||
description: Mailcow backup
|
||||
published: true
|
||||
date: 2026-02-11T13:14:27.747Z
|
||||
date: 2026-02-13T22:21:08.101Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2026-02-11T01:20:59.127Z
|
||||
|
|
@ -123,6 +123,15 @@ Mailcow includes `/opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh`
|
|||
|
||||
### Setting Up Mailcow Backups
|
||||
|
||||
|
||||
#### Prereq:
|
||||
Make sure you are connected to the repository,
|
||||
|
||||
```bash
|
||||
sudo kopia repository connect server --url=https://192.168.5.10:51516 --override-username=admin --server-cert-fingerprint=696a4999f594b5273a174fd7cab677d8dd1628f9b9d27e557daa87103ee064b2
|
||||
```
|
||||
|
||||
|
||||
#### Step 1: Configure Backup Location
|
||||
|
||||
Set the backup destination via environment variable or in mailcow.conf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue