Update README.md

This commit is contained in:
2022-07-01 18:02:19 +02:00
committed by GitHub
parent 8d78fe5186
commit 0ccb080499
+13 -13
View File
@@ -1,3 +1,15 @@
## Example docker code
run this docker command to get up and running:
```
docker run -dp 3000:22 \
-e UID=$(id -u) \
-e GID=$(id -g) \
-v "$PWD"/sshkeys:/sshkeys \
-v "$PWD"/backups:/backups \
daniel156161/borgbackup-ssh:tagname
```
## Use after setup ## Use after setup
``` ```
export BORG_REPO='ssh://borg@localhost:3000/backups' export BORG_REPO='ssh://borg@localhost:3000/backups'
@@ -5,6 +17,7 @@ borg init -e none
# any borg command you like # any borg command you like
``` ```
## SSH Keys ## SSH Keys
they are into the Container Folder /sshkeys they are into the Container Folder /sshkeys
@@ -16,19 +29,6 @@ they are into the Container Folder /sshkeys
borgBackup Repo can be into any Folder you like but i put it into /backups :3 borgBackup Repo can be into any Folder you like but i put it into /backups :3
## Example docker code
run this docker command to get up and running:
```
docker run -dp 3000:22 \
-e UID=$(id -u) \
-e GID=$(id -g) \
-v "$PWD"/sshkeys:/sshkeys \
-v "$PWD"/backups:/backups \
daniel156161/borgbackup-ssh:tagname
```
## Maintain Borg Repo - not into 1.1.17 ## Maintain Borg Repo - not into 1.1.17
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 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