Documentation
The daemon reads a single TOML file. Everything below assumes the default
location, ~/.config/bridge/config.toml.
Quickstart
$ bridge init ~/work
$ bridge peer add laptop --endpoint bridge.example:9000
$ bridge watch ~/work
Configuration keys
endpoint, chunk_size, ignore, bandwidth_limit, key_file, log_level.
Each is documented in the man page shipped with the binary (man 5 bridge.toml).
Recovering a broken index
Stop the daemon, remove .bridge/index.db and run
bridge rescan. The remote copy is authoritative and will not be touched.