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 ```