The export to Excel on the main dashboard is really nice, but it shows only the last backups made.
Is there any way to output the backups for the last week or month in a similar format?
When used on businesses, it would be nice to be able to provide management reports, that shows the PCs are protected, during the period, and how much exposure they have.
You could probably put together something with https://github.com/uroni/urbackup-server-python-web-api-wrapper pretty easily. E.g. run it daily in a cron job and output to csv.
Thanks a ton for that !
Is there any software you know that would let me make a nice report using that? (something with charts, etc)
Im asking too much, I know. Thanks again.
If you want them in Excel combine it with a excel writing library
e.g. https://xlsxwriter.readthedocs.io/example_chart_line.html
Otherwise really old versions of UrBackup used pychart to create charts.
I almost got a heart attack when I read. I guess I could give it a try.
Sorry for being a pain, but do we have documentation for the urbackup API?
Id like to try options and see what I come with.
Thanks a lot
I tried the wrapper, with the example on that link, replaced my username/pass and was able to trigger a backup, but when I run the second script for the report, i get:
for client in clients:
TypeError: ‘NoneType’ object is not iterable
Am I missing something?