Snapshot Recovery in another device.

Ming

Cadet
Joined
Oct 23, 2018
Messages
5
Hi Team

Just asking a question, can I use the snapshot in another physical device to revovery the data?


Thanks
Ming Gao
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
You can replicate a snapshot to another device (use a replication task or do it manually with zfs send | recv).

After doing that, the other "device" will have a copy of the original "snapshot" (or in the case of replication, the original and all snapshots).

You can get data from that copy as needed.
 

Ming

Cadet
Joined
Oct 23, 2018
Messages
5
You can replicate a snapshot to another device (use a replication task or do it manually with zfs send | recv).

After doing that, the other "device" will have a copy of the original "snapshot" (or in the case of replication, the original and all snapshots).

You can get data from that copy as needed.
Thanks
 
Top