
I am trying to run the code of https://github.com/wefixit-AT/oVirtBackup/blob/master/backup.py I am getting output as ovirtsdk.infrastructure.brokers.VMSnapshot object at 0x7fe9e59371d0 for the snippet print vm.snapshots.list(config.get_snapshot_description()) Is this the expected output. When i run the whole code .. The log i get is ... 2019-09-23 12:34:47,263: Start backup for: test2-sep20__vm25-183 2019-09-23 12:34:48,978: Snapshot creation started ... 2019-09-23 12:34:48,978: Snapshot created 2019-09-23 12:34:59,926: !!! No snapshot found !!! 2019-09-23 12:34:59,926: All backups done 2019-09-23 12:34:59,926: Backup failured for: 2019-09-23 12:34:59,927: test2-sep20__vm25-183 2019-09-23 12:34:59,927: Some errors occured during the backup, please check the log file Could you guys please help me.