Anon 02/20/2024 (Tue) 03:43 No.9616 del
>>9448
>oldest G4 MLP PMV, better than TPA at ipfs://bafybeiaqmiyz5uithj4lgcfxcdhcuapxiugjpuygdgaga5vkyuuf6hrsyq?format=car
Also better than TPA - "Tetris in the Key of Pony" in "./rspectcopyrightmyass_UCjUR3pDrPvwvFVZXTuwkp5g.partial/":
https://gateway.pinata.cloud/ipfs/QmQzCTWcekuE6c1Hi8mCtAfMapUy18Q3pupyoWzNGWes4W
( remote pin = /dns4/ipfs-2.lim3.filebase.io/tcp/4001 )

>>9531
>ssh and qBittorrent [for long enough = computer reboots]
Also, rsync when dealing with a folder with more than one million files. Fault-tolerant rsync (should use find instead of ls):
$ ls -1 /z7/b/ipfs/.ipfs/blocks | tail -n+489 | xargs -d "\n" sh -c 'for args do date -u; echo $args; rsync -a --info=progress2 /z7/b/ipfs/.ipfs/blocks/$args/ /z9/b/ipfs/.ipfs/blocks/$args/; date -u; echo $args >> /z9/put/donelist/s1.txt; done' _ # each text file in donelist should correspond to one command for two specific folders.