/
Python3 web api wrapper
Python3 web api wrapper
Version for UrBackup 2.x
For UrBackup 2.x the python web api wrapper is here now: https://github.com/uroni/urbackup-server-python-web-api-wrapper
Steps to use:
Requirements: Python3
Download the API wrapper script:
In the same folder e.g. to start a full file backup for "testclient0":
import urbackup_api server = urbackup_api.urbackup_server("http://192.168.1.23:55414/x", "admin", "foo") server.start_full_file_backup("testclient0")
, multiple selections available,
Related content
Copy of Download custom client installer via Python
Copy of Download custom client installer via Python
More like this
How to test the UrBackup Server
How to test the UrBackup Server
More like this
Headless Linux client setup
Headless Linux client setup
More like this
Install UrBackup Server on a VM/Ubuntu 14.04
Install UrBackup Server on a VM/Ubuntu 14.04
More like this
Silent Windows Client Install with PowerShell
Silent Windows Client Install with PowerShell
More like this
How To
How To
More like this