mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
9 lines
219 B
Bash
Executable File
9 lines
219 B
Bash
Executable File
#!/bin/bash
|
|
# This script is run daily (at 3am each night).
|
|
|
|
# Take a backup.
|
|
management/backup.py
|
|
|
|
# Run status checks and email the administrator if anything changed.
|
|
management/status_checks.py --show-changes --smtp
|