The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-29-2009
Blacklander Blacklander is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 1
Help with ZFS backup on remote autoloader

I have a cluster of 2 V490s, one is connected to tape.
I need a way to backup ZFS file systems from the non-tape machine to the tape machine.

I tried : zfs send pool/snap@today | ssh host2 zfs recv pool2/snap@today | dd /dev/tape, to no avail.

My question:

1- Is there a way to backup ZFS file system on a remote tape that I'm not aware of? There's no direct equivalent for ufsdump and I can't quite get zfs send/receive to work as I want.

2- Is there a way to connect a single auto-loader to two machines?
In other words:
how can I bypass the need for a terminator and make the active node in the cluster "own" the autoloader and release it and/or act as a terminator when done to free the autoloader for the other node?

Thanks.

---------- Post updated at 04:19 PM ---------- Previous update was at 11:47 AM ----------

I managed to store the data through zfs send/rsh dd
I still can't restore the data from the tape to the non-tape machine.

Any ideas?