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

Option to have local DB use filesize+modification date #34

Closed TheDiscordian closed 3 years ago

TheDiscordian commented 3 years ago

Currently in a situation like a large RAID of 15TB and millions of files, it can take a month just to hash all the data. Having a lightweight option to only store the size+moddate in the local DB would be very useful in these extreme scenarios.