docs: update backup-mailcow

This commit is contained in:
Administrator 2026-02-11 13:14:37 +00:00 committed by John Smith
parent 861f3663e5
commit dacbfc86e9

View file

@ -2,7 +2,7 @@
title: Mailcow Backup and Restore Strategy title: Mailcow Backup and Restore Strategy
description: Mailcow backup description: Mailcow backup
published: true published: true
date: 2026-02-11T12:40:05.470Z date: 2026-02-11T13:14:27.747Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-02-11T01:20:59.127Z dateCreated: 2026-02-11T01:20:59.127Z
@ -138,7 +138,7 @@ Create the backup directory:
```bash ```bash
mkdir -p /opt/mailcow-backups mkdir -p /opt/mailcow-backups
chown -R root:root /opt/mailcow-backups chown -R root:root /opt/mailcow-backups
chmod 700 /opt/mailcow-backups chmod 777 /opt/mailcow-backups
``` ```
#### Step 2: Manual Backup Commands #### Step 2: Manual Backup Commands