TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

Make Pinning Optional #41

Closed TheDiscordian closed 3 years ago

TheDiscordian commented 3 years ago

Pinning is added complexity that can break (#37), pinning should be optional as the data's already safe from GC because of MFS, which is the primary goal of pinning anyways.

The feature must be optional though, as users may want to use ipfs-sync with a pinning service.

TheDiscordian commented 3 years ago

Not just optional, default disabled.