Update README.backup.md
This commit is contained in:
parent
5fb5aeec0c
commit
d06a9eac7d
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue