Backup to Tape Drive

Status
Not open for further replies.

cpzengel

Dabbler
Joined
Apr 11, 2012
Messages
33
Hi Guys,

is there a way to backup Files and File Extends from iSCSI to Tape Drive from the last Snapshot

Something like this


zfs list -t snapshot | grep -F 'RaidZ@' | tail -2 | awk '{printf "tar -cfz /mnt/RaidZ/.zfs/snapshot/%s /dev/sda0\n",$1}' | head -1

In this Example RaidZ is Volume and Result is something like this

tar -cfz /mnt/RaidZ/.zfs/snapshot/RaidZ@auto-20131014.1018-12w /dev/sda0

So best Result ist making Tape Backups on Replicate Targets
 
Status
Not open for further replies.
Top