When backing up a directory that will not fit on one tape I get the following prompt when the first tape is full.
"Tar: end of tape"
"Tar: to continue, enter device/file name when ready or null string to quit."
What should be my next steps from here to be able to insert the next tape and continue with the backup from the last point?
With respect to the initial tar command, I have read about the -M option with the tar command to be able to solve the above spanning multiple tape issue; however, have not been able to successfully utilize this option.
How should I structure my tar commands to prompt me to insert the next tape?
Thanks for any help!
"Tar: end of tape"
"Tar: to continue, enter device/file name when ready or null string to quit."
What should be my next steps from here to be able to insert the next tape and continue with the backup from the last point?
With respect to the initial tar command, I have read about the -M option with the tar command to be able to solve the above spanning multiple tape issue; however, have not been able to successfully utilize this option.
How should I structure my tar commands to prompt me to insert the next tape?
Thanks for any help!