I've encountered a problem with a cpio backup I'm trying to perform to tape.
the code is
The error message I get is;
cpio: cpio: filename: too large to archive in current mode
The file is 2.8Gb but tape capacity is certainly big enough as we save more than 2.8Gb to it regularly but the file sizes are never more than 1.6Gb.
What am I missing?
Jason.
the code is
Code:
find filename $* -print | cpio -ocvmB > /dev/rmt/0c
The error message I get is;
cpio: cpio: filename: too large to archive in current mode
The file is 2.8Gb but tape capacity is certainly big enough as we save more than 2.8Gb to it regularly but the file sizes are never more than 1.6Gb.
What am I missing?
Jason.