close
在Solaris中提供了snapshot的功能 ,
在其man page中, 對snapshot的解釋為:
A read-only version of a file system or volume at a given point
in time. It is specified as filesystem@name or volume@name.
所謂的filesystem@name , 裡面的name就是指snapshot的name,
而該snapshot是對filesystem進行snapshot的動作.
在solaris的zfs filesystem中 , 若我們想要建立一個snapshot , 可以使用下面的指令:
zfs snapshot -r pool/home@yesterday
it will create snapshots named yesterday of pool/name .
其中 -r 代表的是:
Recursively create snapshots of all descendent datasets.
全站熱搜