Is there a way to tell IPFS daemon āget this hash and make it availableā in an in-the-background, survives-restarts kind of way?
I guess I could run ( ipfs pin ... & ) &
to get in-the-background
But what I really want is to be able to turn my computer off, etc, mid-download (or even temporarily pause the download while I do something else) and have it resume when the daemon next starts.
I know this is several features, but just wondering if thereās been much thought on how this could/should work, etc.
Thanks!