urbackup-server-python-web-api-wrapper icon indicating copy to clipboard operation
urbackup-server-python-web-api-wrapper copied to clipboard

Python wrapper to access and control an UrBackup server

Results 8 urbackup-server-python-web-api-wrapper issues
Sort by recently updated
recently updated
newest added

This is my Prometheus exporter => https://github.com/ngosang/urbackup-exporter I need to calculate the total size on disk for each client. Currently I'm summing the size of each backup but that is...

Hello. I try to connect to my urbackup server, but I can't. My code looks like: import urbackup_api server = urbackup_api.urbackup_server("http://10.10.10.10:55414/x", "username", "xxxxxx") server.get_client_authkey("client_host") The first error is the readall()...

Dear developers, I wish you a happy new year 2024! and at the same time I'd like to share with you the problem I recently encountered. After running the urbackup_api_test.py...

Dear developers, I wish you a happy new year 2024! and at the same time I'd like to share with you the problem I recently encountered. After running the urbackup_api_test.py...

This is good but it lacks documents explaining it capabilities and examples or samples. For someone new it would be challenging. Please share URL or Articles that can help with,...

change_client_setting(self, clientname, key, new_value): When changing settings, the function above is adding incorrect values into the settings of the client/group eg 'exclude_files': { 'use': 1, 'value_group': '' }, It should...

``` (mmnotify) C:\Users\artyo\Projects\mmnotify>pip3 install urbackup-server-web-api-wrapper Collecting urbackup-server-web-api-wrapper Downloading urbackup-server-web-api-wrapper-0.11.tar.gz (5.6 kB) Preparing metadata (setup.py) ... done Installing collected packages: urbackup-server-web-api-wrapper DEPRECATION: urbackup-server-web-api-wrapper is being installed using the legacy 'setup.py install'...