Lucas Rey
Contributor
- Joined
- Jul 25, 2011
- Messages
- 180
Hello community, I'm trying to moving my data from one TrueNAS, to another TrueNAS where I have a bigger pool size.
Because I reorganized the datasets on new pool, I need to copy one directory at the time. Total data to move is 5TB in a pool of 24TB total.
To do that I'm using rsync (same issue with scp anyway). So copy from old pool to new pool via network:
This will start copy, such directory is 90GB, but after a while it stops with the following error:
Any clue please?
Thank you
Lucas
Because I reorganized the datasets on new pool, I need to copy one directory at the time. Total data to move is 5TB in a pool of 24TB total.
To do that I'm using rsync (same issue with scp anyway). So copy from old pool to new pool via network:
Code:
rsync -avh /mnt/tank/share/UTILITY root@192.168.10.100:/mnt/tank/share/UTILITY
This will start copy, such directory is 90GB, but after a while it stops with the following error:
Code:
Connection to 192.168.10.100 closed by remote host. rsync: [sender] write error: Broken pipe (32) rsync error: error in socket IO (code 10) at io.c(848) [sender=3.2.7]
Thank you
Lucas