Ask HN: What is your favorite method of sending large files?
31–40 of 363 posts
Re: Ask HN: What is your favorite method of sending large files?
#32Re: Ask HN: What is your favorite method of sending large files?
#33For my 12TiB of data I use Syncthing when I need to sync them more often, rsync.
I used rsync several times for billions of smaller files totalling to 300GiB, but really all depending on how I connect nodes. I prefer syncthing, but when only ssh is available, then rsync is good too.
Currently largest synced directory by syncthing (that shares usage stats) is over 61384 GiB :)) https://data.syncthing.net/
Re: Ask HN: What is your favorite method of sending large files?
#34Re: Ask HN: What is your favorite method of sending large files?
#35Earlier quoted context omitted.
That's said often about any tool which has been around long enough. People without experience come around and think they can replace an old tool with a better one, but it's usually only ignorance of either the complexity of the task, knowledge of using the tool properly, or both.
GPG is just not a very good tool. I think 'tptacek explained it quite well in the article I linked. With that said, Magic Wormhole is also a very good tool for transferring files. It will encrypt in transit. So for many files, using a separate encryption tool is not necessary. (So far I haven’t tried it for large files.)
Re: Ask HN: What is your favorite method of sending large files?
#36 pipx install magic-wormhole
wormhole send /some/big/stupid/thing.tar.gzRe: Ask HN: What is your favorite method of sending large files?
#37Personally I would use my own Nextcloud instance for up to 20-30GBs. Not sure about TBs. What about using "Firefox Send"? (I never used it so far) https://support.mozilla.org/en-US/kb/send-files-anyone-secur... I read that the limit is 1-2.5GBs => maybe you could break down the file and upload it in multiple pieces... . EDIT: oopps, Firefox Send doesn seem to be available anymore - https://support.mozilla.org/en-US/k…
Re: Ask HN: What is your favorite method of sending large files?
#38Re: Ask HN: What is your favorite method of sending large files?
#39If it's too big for cloud storage, ship a hard drive in the mail.