>>10017 >What did I learn from that? A command can be ran after another hour-or-more-long command ends, but make sure to have a break in there so that the loop doesn't needlessly and wastefully run it over and over; something like this: >$ while [ true ]; do utc; ps -o etime 2037988 || ipfs add -wrH --raw-leaves --chunker=size-1048576 ... && break; utc; sleep 100; done I've had this problem before with Bash: in a loop, "&& break" breaks out of it even if the previous command didn't run successfully. This should fix for that: >$ a() { ipfs add -wrH --raw-leaves --chunker=size-1048576 "EYrD2qXcEYyvgxh0" && break; } >$ while [ true ]; do utc; ps -o etime 2150952 || a; utc; sleep 100; done
>>9967 >It took ~hours over days, but I finally got all of the MLP-related video IDs from this channel[...] Number of select IDs from that channel: 1178 and next step=download them. I have an idea for how to move files around so that I free up storage space to do that.
----
Copied to cold storage: . torrent? magnet:?xt=urn:btih:99fa44215032c5fee2e0e35f02e11f7b8b4000bf&dn=Case%20Closed%20Seasons%201-5%20%2B%20Movies%20Uncut . where? zb, offline /ipfs/QmW8Whj5yC8UNRbCZ9bUR22BQd9Tu5jkJZRbsVgW56ruVL <- 'ipfs add -wrH --raw-leaves --chunker=size-1048576 "Case Closed Seasons 1-5 + Movies Uncut"' . size? 38.36-GiB folder /ipfs/QmdBgKAm4Xp6Bf25vJ9vAH39e7y5icrgxERPVCSC98WEJf - took about 1 hour