@Lumiluz try these:
For cloning:
sudo ocs-sr -q2 -j2 -z1p -i 2000 -sc -p true savedisk /path/to/image/dir sda
For restoring:
sudo ocs-sr -g auto -e1 auto -e2 -r -j2 -icds -k1 restoredisk /path/to/image/dir sda
If it doesn’t work, try using the partition image mode instead of the whole disk block
@Lumiluz in the expert mode I believe it drops you into a terminal.
In cloning:
/path/to/image/dir is the disk where the cloned image should be saved to. (You need to mount it once you’re in terminal the)
sda is which disk should be cloned
In restoring:
It’s where the cloned image is living. (You need to mount it)
sda is the disk where the image should be restored to