I am running a tar command on some filesystems the problem is the backup fails everynight I have done a tar -tvf and redirected the output to a file it seems like all files are backed up apart from the ones listed below.
-rw-r--r-- 1 oracle8 oinstall 9060753408 09 Jan 13:38 nsbme_l00_gendata_a.dbf
-rw-r--r-- 1 oracle8 oinstall 9060753408 09 Jan 13:37 nsbme_l00_gendata_b.dbf
-rw-r--r-- 1 oracle8 oinstall 8658100224 09 Jan 13:38 nsbme_l00_genndx_a.dbf
-rw-r--r-- 1 oracle8 oinstall 8658100224 09 Jan 13:38 nsbme_l00_genndx_b.dbf
but every other file in the directory the above files reside get backed up I user tar -cvf ./r1 \ in our overnight script to backup the /r1 files system.
Question1
I am wondering as the above files are each well over 8 gigs in size whether the tape used dlt IV 40/80 might wwll be running out of space can this be the case.
Question2
as mentioned in question1 the tape used is a quantum dlt IV 40/80 I was wondering how I would go about using tape compression to help me backup these files is this possible.
thanks in advance
-rw-r--r-- 1 oracle8 oinstall 9060753408 09 Jan 13:38 nsbme_l00_gendata_a.dbf
-rw-r--r-- 1 oracle8 oinstall 9060753408 09 Jan 13:37 nsbme_l00_gendata_b.dbf
-rw-r--r-- 1 oracle8 oinstall 8658100224 09 Jan 13:38 nsbme_l00_genndx_a.dbf
-rw-r--r-- 1 oracle8 oinstall 8658100224 09 Jan 13:38 nsbme_l00_genndx_b.dbf
but every other file in the directory the above files reside get backed up I user tar -cvf ./r1 \ in our overnight script to backup the /r1 files system.
Question1
I am wondering as the above files are each well over 8 gigs in size whether the tape used dlt IV 40/80 might wwll be running out of space can this be the case.
Question2
as mentioned in question1 the tape used is a quantum dlt IV 40/80 I was wondering how I would go about using tape compression to help me backup these files is this possible.
thanks in advance