Small clean up
This commit is contained in:
parent
99bf0f857f
commit
202ea7356c
2 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
- **Log Rotation**: Maintains weekly logs of all backup activities.
|
||||
- **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
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ services:
|
|||
image: ghcr.io/schmelczer/backup-container:latest
|
||||
container_name: backup
|
||||
init: true
|
||||
tty: true
|
||||
environment:
|
||||
- TZ=Europe/London
|
||||
- SLEEP_TIME=1h # we will wait an hour between backups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue