UrServer Backup Schedule

Thanks Uroni and orogor :slight_smile:

I’ve been working with the API now, very powerfull and usefull. The documentation on it seems a bit, well absent. But the examples are usefull and though those and some trial and error i’ve been making real progress. I was wondering two things though:

  1. Does the UrBackup server keep track of a queue (as in max image backups is 2 in my case, but I can start multiple backups, they do seem to be queued in the website). And if there is a queue, how could i access it though the API? There doesn’t seem to be a function to handle that (yet). If anyone could point me to the right parameter to dump in :

self._get_json(“getqueue”) or something, i’ll figure the rest out myself :slight_smile:

  1. The urbackup_api you download with the : pip3 install urbackup-server-web-api-wrapper command doesn’t seem to be up to date. The version I got seemed older then the source code on github, for example the pip3 installed one is missing the get_actions attibute. you can easially replace the downloaded one with the one on github, but just thought i’d point it out.