Skip to content

Commit

Permalink
Merge pull request #15 from Tontonjo/patch-1
Browse files Browse the repository at this point in the history
some clarifying in usage
  • Loading branch information
tizbac authored Feb 5, 2024
2 parents 7f517a9 + 3a17d51 commit 8f905cd
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:
```shell
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 8f905cd

Please sign in to comment.