docs(borgbackup_alpine_runner): Create example docker run command
This commit is contained in:
parent
1df17edee9
commit
b0556d777e
1 changed files with 2 additions and 0 deletions
2
borgbackup_alpine_runner/docker-run.sh.example
Normal file
2
borgbackup_alpine_runner/docker-run.sh.example
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
docker run --rm -v $HOME/.ssh/id_rsa:/ssh_privKey -v $HOME/Documents:/backup -e BKP_DIR=/PATH/TO/BACKUP -e USER=tamaki -e SERVER=192.168.100.25 -e SSH_PORT=22 -e REPOSITORY=borg-backup -e BACKUPNAME=testBackup -e BORG_PASSPHRASE=test dev.cat-enby.club/nikurasu/borgbackup_alpine_runner:latest
|
Loading…
Reference in a new issue