Go to file
Alvaro Neira Ayuso cc11d8f38f Add restore/image command for restoring images on the machine
ogAdmClient has a support to restore image on the machine. This new command
allows the new ogClient to execute the same script to restore the images
on the machine. The json format sent from the server must be:

{ "disk" : "1", "partition" : "1", "name" : "test",\
 "repository" : "192.168.56.10", "type" : "UNICAST", "profile": "1", "id": "1"}
2020-01-19 19:50:44 +01:00
cfg Set up the ip server for working in localhost by default 2020-01-19 19:50:44 +01:00
src Add restore/image command for restoring images on the machine 2020-01-19 19:50:44 +01:00
.gitignore Create new ogClient 2020-01-19 19:50:44 +01:00
LICENSE Initial commit 2020-01-19 19:50:43 +01:00
main.py Avoid a broken pipe error on opengnsys 2020-01-19 19:50:44 +01:00