readme update

This commit is contained in:
John Lancaster
2024-05-27 00:48:54 -05:00
parent f68cb56d4f
commit 8454e65460

View File

@@ -2,10 +2,14 @@
## Environment Variables ## Environment Variables
| Env Variable | Description | Recommended to put these in the relevant `~/.bashrc` file
|--------------|--------------------------------------------------------------------------------------------|
| `BACKUP_DIR` | Directory to back up | | Env Variable | Description |
| `LOKI_URL` | Push URL for Loki. Should include the port and end with something like `/loki/api/v1/push` | |---------------------|--------------------------------------------------------------------------------------------|
| `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 ## Usage