From 7fdf093edf4b1ec899a03d21b7d5135a4ded64b3 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 7 May 2020 04:51:41 -0600 Subject: [PATCH] --- 0.-Overview.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/0.-Overview.md b/0.-Overview.md index c909114..b6af0db 100644 --- a/0.-Overview.md +++ b/0.-Overview.md @@ -13,6 +13,18 @@ This script automates the following tasks: - Runs 'borg prune' to make sure you are trimming old backups on your schedule - Creates a clear, easy to parse log file so you can keep an eye on your backups and any errors/warnings +The script will backup the following items: + +- the entirety (including subdirectories) of whatever directory contains *mailcow.conf* +- mailcow SQL database (standard SQL dump file will be generated) +- the following mailcow volumes: + - vmail (email) + - rspamd (Rspamd settings including custom maps) + - postfix + - redis + - crypt (your encryption keys!!!) +- any directories/files listed in the plain-text file as specified by *borgXtraListPath* in *backup.details* + I've tried to explain all features as clearly as I can in this wiki but, if you have any questions or suggestions for improvements, please file an issue! Hope this script helps you manage your backups a little easier :-)