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
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