Feb 16, 2004 #1 Matsul IS-IT--Management Joined May 6, 2002 Messages 140 Location BE I am taking a backup using find . -print | backup -iqvf /dev/rmt0 If after completing the backup I reissue the command without performing any other related actions would the new backup overwrite the old backup ?
I am taking a backup using find . -print | backup -iqvf /dev/rmt0 If after completing the backup I reissue the command without performing any other related actions would the new backup overwrite the old backup ?
Feb 16, 2004 #2 alexhu MIS Joined Sep 25, 2001 Messages 1,288 Location GB Yes - because you are using the 'rewind' tape device To stop this use /dev/rmt0.1 Alex Upvote 0 Downvote
Feb 16, 2004 Thread starter #3 Matsul IS-IT--Management Joined May 6, 2002 Messages 140 Location BE thanks, in that case how would I recover the second backup , skipping the first ? Upvote 0 Downvote
Feb 16, 2004 #4 sbix IS-IT--Management Joined Nov 19, 2003 Messages 493 Location CA tctl -f /dev/rmt0.1 fsf 1 Upvote 0 Downvote