Small clean up

This commit is contained in:
Andras Schmelczer 2026-03-22 17:39:45 +00:00
parent 99bf0f857f
commit 202ea7356c
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,7 @@ Over the past 2 years, this backup setup has enabled me to successfully restore
- **Scheduled Backups**: Automates backups according to a defined schedule. - **Scheduled Backups**: Automates backups according to a defined schedule.
- **Log Rotation**: Maintains weekly logs of all backup activities. - **Log Rotation**: Maintains weekly logs of all backup activities.
- **Multi-Repository Backups**: Allows backups to multiple BorgBackup repositories simultaneously. - **Multi-Repository Backups**: Allows backups to multiple BorgBackup repositories simultaneously.
- **Healtcheck**: The healthcheck is based on the time of the last successful backup. - **Healthcheck**: The healthcheck is based on the time of the last successful backup.
### Multi-target backups ### Multi-target backups

View file

@ -3,7 +3,6 @@ services:
image: ghcr.io/schmelczer/backup-container:latest image: ghcr.io/schmelczer/backup-container:latest
container_name: backup container_name: backup
init: true init: true
tty: true
environment: environment:
- TZ=Europe/London - TZ=Europe/London
- SLEEP_TIME=1h # we will wait an hour between backups - SLEEP_TIME=1h # we will wait an hour between backups