Hi,
I've discovered an issue with UcsBackup full state in the Python UCS SDK (version 0.8.3).
The code in UcsHandle.py expects "fullstate" instead of the correct "full-state" XML command.
Also, there is a check that the file ends with .tar.gz, but the next check actually prevents any full-state backup to fulfil properly.
I have written a quick patch to fix the issue (attached.)
Thanks
Vincent Esposito