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 |