Skip to content

Commit

Permalink
some clarifying in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tontonjo authored Jan 28, 2024
1 parent 7f517a9 commit 5d7961a
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ Contributions are welcome especially
Usage
=====

A typical command would look like:
```ssh
proxmoxbackupgo.exe -baseurl "https://yourpbshost:8007" -certfingerprint pbsfingerprint -authid "user@realm!apiid" -secret "apisecret" -backupdir "C:\path\to\backup" -datastore "datastorename"
```


```
proxmoxbackupgo.exe -authid string
proxmoxbackupgo.exe
-authid string
Authentication ID (PBS Api token)
-secret string
Secret for authentication
-backupdir string
Backup source directory, must not be symlink
-baseurl string
Expand All @@ -27,10 +37,8 @@ proxmoxbackupgo.exe -authid string
Certificate fingerprint for SSL connection, example: ea:7d:06:f9...
-datastore string
Datastore name
-pxarout string
Output PXAR archive for debug purposes (optional)
-secret string
Secret for authentication
-pxarout string (optional)
Output PXAR archive for debug purposes
```

Known Issues
Expand Down

0 comments on commit 5d7961a

Please sign in to comment.