Skip to content

Comment on Migrating a Synology NAS to a UniFi UNAS Pro 8 with Robocopy, SMB Multichannelparent

Comments

For large transfers on a network I control I would use bare netcat, much faster than going over ssh and without having to figure out rsync server (probably easy, but I don't need another distraction.

  nc -l 8888 | tar -C /dir -xzf -
  tar -C /dir -czf - | nc server 8888
rsync however, is totally worth it if there is any chance the transfer gets interrupted.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.