/
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
Download custom client installer via Python
Download custom client installer via Python
More like this
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
Compiling UrBackup Client for Windows
Compiling UrBackup Client for Windows
More like this
UrBackup Server Home
UrBackup Server Home
More like this
Headless Linux client setup
Headless Linux client setup
More like this