Can anyone help me with a DAT tape?
im trying to make a backup in a DAT tape, the problem is , i cant append the files in the tape..
thats what i do for the backup
mt -f /dev/st0 rewind
mt -f /dev/st0 eom OR mt -f /dev/st0 fsf1 OR mt -f /dev/st0 eof (these commands dont seem to work)
find / -ctime -1 > /home/backup/files.txt
tar -cpPmv -T /home/backup/files.txt -f /dev/st0
can anyone please help me with a new command?
|