Restructure directory layout
To make this better than the unorganized mess it used to be.
This commit is contained in:
parent
58a36ed632
commit
c4f7279f2e
25 changed files with 0 additions and 727 deletions
8
sysadmin/mailcow_prepare.sh
Executable file
8
sysadmin/mailcow_prepare.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o errexit
|
||||
|
||||
export MAILCOW_BACKUP_LOCATION="/var/backups"
|
||||
|
||||
/home/mailcow/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup crypt redis rspamd postfix mysql --delete-days 7
|
Loading…
Add table
Add a link
Reference in a new issue