|
|
Suppose I have a server that is used as a backup system fom many other ("live")
servers. It uses ZFS snapshots to enable people to recover files from any date
a year back (or so).
Now, I want to backup this backup server to some kind of external stable
storage in case disaster happens and this ZFS-backup server's disks gets
corrupted.
If I just backup the normal "current" filesystem on this backup server then I
can always restore that and return to some known point - however all the
snapshots are lost so after that crash my users won't be able to get back old
files... I could restore multiple backups from various dates, but that will use
up a lot of disk space.
Is there some way to "dump" all information from a ZFS filesystem? I suppose I
*could* backup the raw disk devices that is used by the zpool but that'll eat
up a lot of tape space...
Any suggestions?
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@xxxxxxxxxxxxxxx
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
|
|