Files Larger than 8 GB
OS : Red Hat Enterprise Linux 6
I backup my file system to an external USB hard disk using CPIO command as follow
cpio -o -H odc > /dev/sdc
I have a file that it reached 8.6GB (8656400384) so the cpio command doesn't finished the backup.
What command or utility could I use to accomplish this task???