Problem/Justification
Currently using rsync to transfer large files between various non-TrueNAS and ZFS systems. Process has been in place for years, but it takes forever since it doesn’t support parallel segment transfers and transfers will soon grow past acceptable timeframes.
Impact
Provides a native tool which supports parallel segment transfers to non-TrueNAS or ZFS systems.
User Story
I’m currently testing cron jobs with a docker run command. The transfer is much quicker, but difficult to troubleshoot since transfer occurs in an ephemeral instance. Being able to have the cron job call an included program instead of containerizing it would be preferable, easier to troubleshoot, and probably more performant.