Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Steps to use:

Requirements: Python3

 

Download the API wrapper script:

urbackup_api.py

 

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")
  • No labels