On 07/14/10 08:09 PM, Stephan Ferraro wrote:
I have a running OpenSolaris production server at Hetzner.
I would like to backup my data on a remote computer.
I have million of files and I need to backup the whole OpenSolaris setup (ZFS 
configuration, Zones etc...).

What is the best solution?
Is there a tool to dump the complete Zpool over SSH on a remote computer?

zfs send -R <your pool> | ssh <other end> zfs receive ...

And is there a possibility to mount the zpool on the remote computer if the 
zpool is a single file?
Well you could create a pool using files as the vdevs.

--
Ian.

_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to