From 8454e6546052d9033a870ced4c668af7e6624984 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 27 May 2024 00:48:54 -0500 Subject: [PATCH] readme update --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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