Update README.backup.md

This commit is contained in:
chaas 2026-09-19 21:05:06 +00:00
parent 5fb5aeec0c
commit d06a9eac7d

View file

@ -23,10 +23,14 @@ Everything lives in `/opt/backup/`. The connection details and credentials
On a fresh host, as root: On a fresh host, as root:
``` ```sh
git clone https://git.workaround.org/chaas/proxmox-backup-helper /opt/backup
cd /opt/backup
./setup.sh ./setup.sh
cp backup.env.sample backup.env 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 chmod 600 backup.env
``` ```