From 88e213a927a6b42dcfb367921a00f1857ea72df4 Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Thu, 30 Jun 2022 22:14:28 +0200 Subject: [PATCH] update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9508b0f..6206a6e 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,18 @@ docker run -dp 3000:22 \ -v "$PWD"/backups:/backups \ daniel156161/borgbackup-ssh:tagname ``` +## Maintain Borg Repo +Use ENV MAINTENANCE_ENABLE="true" and bind your contab file into /crontab.txt and bind your script to / too its easier with the Crontab file + +## Logs +Create New Volumen into /logs if you like to log anything ## borgbackup Version into Tags -- **lastest** : borgBackup with Version 1.1.17 -- **1.1.17** : borgBackup with Version 1.1.17 +| TAG | Borg Backup Version | Alpine Version | +| ----------- | ----------- | ----------- | +| lastest | 1.2.1 | latest | +| 1.2.0 | 1.2.0 | 3.16 | +| 1.1.17 | 1.1.17 | not know any more | more will be come \ No newline at end of file