From 3957e0c869834510d2b87e6f83be2d3c49684d5a Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:27:44 -0500 Subject: [PATCH] updated comment --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aede765..377ed09 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Purpose: Recommended to put these in the relevant `~/.bashrc` file | Env Variable | Description | -| ------------------- | ------------------------------------------------------------------------------------------ | -| `HOSTNAME` | Network hostname of where the backup is running | +|---------------------|--------------------------------------------------------------------------------------------| +| `HOSTNAME` | Network hostname of where the backup is running. Used to tag the backups in restic | | `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 |