andy987s

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Perth, Australia
  • Interests
    Large Scale Monitoring

andy987s's Achievements

New User

New User (1/3)

  1. We have ~160 different project folders, some of which contain 1 million files. It's about 5.5T in total. These are being synced to half a dozen different sites around the globe (using Unison) ATM. I'm wondering if BTSync can handle this efficiently: When a file changes - is there a filesytem watcher that can trigger it to just re-index the changed file. Or will it scan the metadata for every file at a set interval only. Could we write our own filesystem watcher that hooks into the Filesystem API, and then queues changed files to BTSync rather than have it traverse the whole directory tree frequently (as that is an expensive operation in our case). Then schedule full scan weekly. If we are exceeding the limit for the number of files to sync, can we run multiple BYSync processes on the same host (on different ports) in order to split the filesystem up into manageable chunks?
  2. I'm happy to do this for RHEL6/CENTOS6 and share the rpm spec back to make it easy to build for any rpm based distro. Please supply installation instructions and I'll code it.