paleoN
Wizard
- Joined
- Apr 22, 2012
- Messages
- 1,402
Warning: I only skimmed some of the posts.
I assume you are using rsync version 3 or higher? Version 2 is slow, waits to start sending, but I assume it's quite old as well.
Your seem to be overlooking running multiple rsyncs in parallel. You would want to run 3, or more?, to get concurrency & faster overall transfer anyway. This is even true if you use zfs send/receive, ideally from multiple datasets, to the final FreeNAS.
I assume you are using rsync version 3 or higher? Version 2 is slow, waits to start sending, but I assume it's quite old as well.
Your seem to be overlooking running multiple rsyncs in parallel. You would want to run 3, or more?, to get concurrency & faster overall transfer anyway. This is even true if you use zfs send/receive, ideally from multiple datasets, to the final FreeNAS.
Just mount it to the temp FreeNAS at that point. What is the VM getting you?Since this entire drive is shared in Windows I wonder if I could mount it in a FreeNAS VM on the Windows server and then do an rsync from the FreeNAS VM to the FreeNAS physical machine. The VM is already setup and I use it to experiment and break FreeNAS.