I would like to know if I am backing up my system correctly. I am using the following command to backup with tar.
tar -creat -file /dev/st0 / Then a compare with tar -compare -v -f /dev/st0 Is this the best way to use tar for backing up to a tape drive. Thanks, Keith