ipfs-sync icon indicating copy to clipboard operation
ipfs-sync copied to clipboard

Read-only sync (pin IPNS address)

Open TheDiscordian opened this issue 4 years ago • 1 comments

Currently we effectively have write-only sync, we'll write anything from the filesystem, and sync that to IPFS. A read-only sync could be cool too, where we take an IPNS address, keep the IPFS CID it points to pinned, and map it to MFS using a supplied name.

TheDiscordian avatar Mar 28 '21 03:03 TheDiscordian

Make it so the user can select what files/subdirectories they sync. For example, ["/"] would sync everything, but ["/subdir", "/icon.png"], would sync a subdirectory and a file of the IPNS addr.

TheDiscordian avatar Mar 29 '21 02:03 TheDiscordian