Elektrine lite

← Feed

Stephan

durchaus@mastodon.social

<p>Always be sceptical, especially in your own bubble.</p>

Posts

  • Post #3203179

    &amp;quot;Als Adam grub und Eva spann, wo war da der Edelmann?&amp;quot;

  • Post #3203178

    Want to upload a 5 GB file, but the Internet connection is slow, so it takes hours? Why not split the file, transfer it in multiple chunks in parallel and assemble it on the target machine? split -n 10 file file.split # creates 10 files named xaa, xab, ... inside the folder file.split rclone -P --transfers 32 --checkers 64 file.split :sftp,host=example.com,user=myuser:/path/to/dest/ On the target machine when completed: cd /path/to/dest cat file.split/x* &amp;gt; file #bash #linux #rclone #...