I have a backup/restore issue on a FreeBSD 8.1. I haven't been able to pin-point the source to the problem yet.
When I do a full backup of a disk (1.1 TB of data) with dump, I'll get an error when trying to do a restore of the dump-file. Somewhere near the end of the restore, the error shows up as a
When excluding some parts of the disk to 500GB of data, there is no problem when restoring.
I have tried the dump/restore process three times with different data sets above 1TB in size, but with the same error as a result.
Is there a limit in the dump or restore application that limits the dump-file size to 1 TB? Or is there something else in the chain from the source disk to application to destination storage that is "known" to create this kind of errors?
The directory structure is restored in all situations without errors.
System:
FreeBSD 8.1 with one boot disk and a 1.8TB data disk (UFS2) - one slice on a SATA disk.
Dump da1s1a (1.8TB) -> nfs-share (5TB SATA-disk RAID) on different server. = OK
Restore nfs-share/dump-file > da1s1a =
after 9/10th of the restore process.
The error is seen in both "real" restore writing and in test-mode (-N).
When I do a full backup of a disk (1.1 TB of data) with dump, I'll get an error when trying to do a restore of the dump-file. Somewhere near the end of the restore, the error shows up as a
Code:
error while skipping over inode
I have tried the dump/restore process three times with different data sets above 1TB in size, but with the same error as a result.
Is there a limit in the dump or restore application that limits the dump-file size to 1 TB? Or is there something else in the chain from the source disk to application to destination storage that is "known" to create this kind of errors?
The directory structure is restored in all situations without errors.
System:
FreeBSD 8.1 with one boot disk and a 1.8TB data disk (UFS2) - one slice on a SATA disk.
Dump da1s1a (1.8TB) -> nfs-share (5TB SATA-disk RAID) on different server. = OK
Restore nfs-share/dump-file > da1s1a =
Code:
error while skipping over inode
The error is seen in both "real" restore writing and in test-mode (-N).