diff --git a/README.md b/README.md index 7116bdf..32741c5 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ ## Environment Variables -| Env Variable | Description | -|--------------|--------------------------------------------------------------------------------------------| -| `BACKUP_DIR` | Directory to back up | -| `LOKI_URL` | Push URL for Loki. Should include the port and end with something like `/loki/api/v1/push` | +Recommended to put these in the relevant `~/.bashrc` file + +| Env Variable | Description | +|---------------------|--------------------------------------------------------------------------------------------| +| `BACKUP_DIR` | Directory to back up | +| `RESTIC_REPOSITORY` | Directory for the restic repository. This is usually on a mount point made from Proxmox | +| `RESTIC_PASSWORD` | Password for the restic repository | +| `LOKI_URL` | Push URL for Loki. Should include the port and end with something like `/loki/api/v1/push` | ## Usage