• Backshift uses a "file count" or "file count estimate" to size a bloom filter. The bloom filter is responsible for backshift's strong ability to detect hard links. It's better to use an estimate that is too high, than too low, though excessively large estimates may cause excessive memory use.

  • How the file count is produced:

  • Questions