I would like to backup my FreeNAS (6 x 4TB) to two 12 TB disks.
I have tried formatting to ext2, and it mounts OK.
If I do an rsync of small files, it works, but as soon as I try a large file like an MPEG-4 movie, the rsync hangs.
This is what I do:
sudo mount -t ext2fs /dev/ada0p1 /mnt(Media/Backup
sudo mkdir /mnt/Media/Backup/Dir
sudo chown me:me /mnt/Media/Backup/Dir
rsync -av /mnt/Media/FreeNAS/Dir /mnt/Media/Backup/Dir
This hangs after syncing a couple of 100 MBytes.
A number of small files have been rsync'ed without problem.
Tried first with FreeNAS 9.10 which did not work.
Have upgraded to the stable FreeNAS 11 but it still does not work.
I have managed to do this last year using 1TB disks.
I would like to move some large files to a Ubuntu System.
NFS mounting the FreeNAS gives me 3-4 MB/second, so backing up 12 TB of disk
will take more than a month.
Writing to a native disk should be around 100 MB/second...
Just now, I read the FAQ which states that FreeNAS only supports reading other filesystems.
Seriously, is it not possible to write to a backup disk with FreeNAS?
I have tried formatting to ext2, and it mounts OK.
If I do an rsync of small files, it works, but as soon as I try a large file like an MPEG-4 movie, the rsync hangs.
This is what I do:
sudo mount -t ext2fs /dev/ada0p1 /mnt(Media/Backup
sudo mkdir /mnt/Media/Backup/Dir
sudo chown me:me /mnt/Media/Backup/Dir
rsync -av /mnt/Media/FreeNAS/Dir /mnt/Media/Backup/Dir
This hangs after syncing a couple of 100 MBytes.
A number of small files have been rsync'ed without problem.
Tried first with FreeNAS 9.10 which did not work.
Have upgraded to the stable FreeNAS 11 but it still does not work.
I have managed to do this last year using 1TB disks.
I would like to move some large files to a Ubuntu System.
NFS mounting the FreeNAS gives me 3-4 MB/second, so backing up 12 TB of disk
will take more than a month.
Writing to a native disk should be around 100 MB/second...
Just now, I read the FAQ which states that FreeNAS only supports reading other filesystems.
Seriously, is it not possible to write to a backup disk with FreeNAS?