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
94 stars 14 forks source link

Improve rename support #27

Open TheDiscordian opened 3 years ago

TheDiscordian commented 3 years ago

Currently a rename is a delete, then a create. Which means if a subdirectory is renamed, all the files and subdirectories within that subdir need to be rehashed. The upstream issue is here: https://github.com/fsnotify/fsnotify/issues/26