Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After finding the active dataset, you can create a snapshot:

You must extinguish the zone before taking the snapshot!!!

Code Block
languagebash
#sudo zoneadm -z t4 halt

#sudo zfs snapshot  rpool/zones/t4/ROOT/zbe@copy_t4

#sudo zfs list -t snapshot | grep zbe@copy_t4

rpool/zones/t4/ROOT/zbe@copy_t4           0B      -      400M  

...