From d06a9eac7d552b5e3530e0b16cbc73930e149644 Mon Sep 17 00:00:00 2001 From: chaas Date: Sat, 19 Sep 2026 21:05:06 +0000 Subject: [PATCH] Update README.backup.md --- README.backup.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.backup.md b/README.backup.md index eff15b4..4798224 100644 --- a/README.backup.md +++ b/README.backup.md @@ -23,10 +23,14 @@ Everything lives in `/opt/backup/`. The connection details and credentials On a fresh host, as root: -``` +```sh +git clone https://git.workaround.org/chaas/proxmox-backup-helper /opt/backup + +cd /opt/backup + ./setup.sh cp backup.env.sample backup.env -$EDITOR backup.env # fill in server, datastore, namespace, token +vi backup.env # fill in server, datastore, namespace, token chmod 600 backup.env ```