updated comment

This commit is contained in:
John Lancaster
2024-06-03 20:27:44 -05:00
parent cae3f2bbf4
commit 3957e0c869

View File

@@ -10,8 +10,8 @@ Purpose:
Recommended to put these in the relevant `~/.bashrc` file Recommended to put these in the relevant `~/.bashrc` file
| Env Variable | Description | | 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 | | `BACKUP_DIR` | Directory to back up |
| `RESTIC_REPOSITORY` | Directory for the restic repository. This is usually on a mount point made from Proxmox | | `RESTIC_REPOSITORY` | Directory for the restic repository. This is usually on a mount point made from Proxmox |
| `RESTIC_PASSWORD` | Password for the restic repository | | `RESTIC_PASSWORD` | Password for the restic repository |