From 76efdb02746ad490119a4756e7bd085b41d15f6b Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 19 May 2024 20:37:19 -0500 Subject: [PATCH] readme update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5cea855..c3ae3af 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,10 @@ Mount from within Proxmox using the `pct` tool. ```bash pct set $VMID -mp0 $BACKUP_DIR,mp=/mnt/backups ``` + +### 5. Set env variables + +| Environment variable | Description | +|----------------------|---------------------------------------------------| +| RESTIC_REPOSITORY | Path the the mounted restic repo (`/mnt/backups`) | +| RESTIC_PASSWORD | Password to the restic repo |