Compare commits

..

No commits in common. "f6672dcfc56370491b0c71f06869b6423ae2e6dc" and "138abe33d5dda186ebb2de1b17c81e55b2be808f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ services:
options:
tag: mailu-admin
ports:
- 127.0.0.1:8005:8080
- 127.0.0.1:8005:80
volumes:
- admin_data:/data
- admin_dkim:/dkim

View file

@ -67,7 +67,7 @@ perform_backup() {
"$borgmatic" create --files --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 1
set_state LastBackupPrettyTimestamp "$(dt_to_pretty "$(get_last_backup_ts)")" "$((4 * 60 * 60))"
"$borgmatic" prune --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 2
"$borgmatic" prune --files --stats --verbosity 2 --syslog-verbosity -1 2>&1 | tee -a "$LOG_FILE" || return 2
}
perform_check() {