Backuping IPFS-JS browser local storage data from specific node

Hello Guys, there is a project which uses IPFS-JS. I have many valuable files In IPFS-JS in my browser’s local storage. I understand that those files are stored in blocks.
I want to backup those blocks from my local IPFS-JS node to ensure they will be available later.
Is there any way to backup them so that my go-ipfs node would distribute them?
For example, by using pubkey of the node in my Browser?
CAESIBs9an6W5dkS7wpD8GEHmY4t3Q1b6H9YakTxG+q9wxxS

1 Like

js-ipfs in the browser uses IndexedDB to store blocks.

Some ideas to explore:

Thank you so much for the information and links. I will investigate them and be back with my results

1 Like