Hi,
I made a mistake in a jail and I tried to restore from previous snapshot as we have incremental snapshot setup...
I did a rolback
instead of
now when i try
i get
We send all our snapshot to a backup server every nigth.. So I know that I can still save the day but I have no idea how to get the snapshot from our backup server back to the production server..
Could anyone please help.. Also do I need to send all the jail (iocage) data in a recurvise manner?
Thank you in advance for your help
I made a mistake in a jail and I tried to restore from previous snapshot as we have incremental snapshot setup...
I did a rolback
sudo zfs rollback -r
zroot/iocage/jails/cc3c85f7-1853-11e6-b209-f04da20055fe/root@-2016-11-14
instead of
sudo zfs rollback -r
zroot/iocage/jails/cc3c85f7-1853-11e6-b209-f04da20055fe/root@-2017-01-14
now when i try
sudo zfs rollback -r
zroot/iocage/jails/cc3c85f7-1853-11e6-b209-f04da20055fe/root@-2017-01-14
i get
Code:
cannot open
'zroot/iocage/jails/cc3c85f7-1853-11e6-b209-f04da20055fe/root@-2017-01-14':
dataset does not exist
We send all our snapshot to a backup server every nigth.. So I know that I can still save the day but I have no idea how to get the snapshot from our backup server back to the production server..
Could anyone please help.. Also do I need to send all the jail (iocage) data in a recurvise manner?
Thank you in advance for your help