readme update

This commit is contained in:
John Lancaster
2024-05-19 20:37:19 -05:00
parent 3d2da83452
commit 76efdb0274

View File

@@ -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 |