Mar 4, 2004 #1 d101 MIS Dec 17, 2003 21 SG How to issue the command on tar, to backup to continue to second tape. I have dds -4 backup tape drive . My harddisk contain 42 G of database. I will like to do a backup on two tape. How i'm issue the command.
How to issue the command on tar, to backup to continue to second tape. I have dds -4 backup tape drive . My harddisk contain 42 G of database. I will like to do a backup on two tape. How i'm issue the command.
Mar 4, 2004 #2 alexhu MIS Sep 25, 2001 1,288 GB Depends on the O/S although you may use GNU tar (-M option)to overcome this http://www.gnu.org/software/software.html Alex Upvote 0 Downvote
Depends on the O/S although you may use GNU tar (-M option)to overcome this http://www.gnu.org/software/software.html Alex
Mar 4, 2004 Thread starter #3 d101 MIS Dec 17, 2003 21 SG I'm in solaris 8... it is can be done by tar tar -cv .... ??? then it will prompt message to con't Upvote 0 Downvote
Mar 5, 2004 #4 DBAwhosaysNIE MIS Jul 25, 2000 227 US would -L (change tapes after writing N*1024 bytes) work? I've not actually used it as we have a robot but looking at the man page it looks promising. also, are you compressing at all? if not adding a -z might squeeze it on to a single tape. Upvote 0 Downvote
would -L (change tapes after writing N*1024 bytes) work? I've not actually used it as we have a robot but looking at the man page it looks promising. also, are you compressing at all? if not adding a -z might squeeze it on to a single tape.