Zfs

From CHG-Wiki
Jump to navigationJump to search

Retrieving ZFS Snapshots

List the backups you're looking for.

zfs list -r -t snapshot -o name,creation /raid/zas/r.r/chg-emily/IDLWorkspace85/Default/

Clone the snapshot with the needed files.

zfs clone raid/zas/r.r/chg-emily@zas_d-20160811-1207 raid/emily-restore

Copy over the files needed and then clean up the rest with

zfs destroy -r raid/emily-restore


Notes