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

Don't add files actively being written to #59

Closed TheDiscordian closed 2 years ago

TheDiscordian commented 2 years ago

Wait a bit to see if a file isn't actively being written to then add / update it.

TheDiscordian commented 2 years ago

Duplicate of #57