Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tizbac authored Feb 5, 2024
2 parents cb89a7a + 8f905cd commit ea400df
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion 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 @@ -33,6 +43,8 @@ proxmoxbackupgo.exe -authid string
Output PXAR archive for debug purposes (optional)
-secret string
Secret for authentication
```

Known Issues
Expand Down

0 comments on commit ea400df

Please sign in to comment.