Difference between revisions of "Zfs"
From CHG-Wiki
Jump to navigationJump to searchm |
m |
||
Line 5: | Line 5: | ||
zfs clone raid/zas/r.r/chg-emily@zas_d-20160811-1207 raid/emily-restore | 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 | Copy over the files needed and then clean up the rest with | ||
− | zfs destroy -r raid/ | + | zfs destroy -r raid/emily-restore |
==Notes== | ==Notes== |
Latest revision as of 12:46, 3 November 2016
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