Plan 9のreplicaファイル
/dist/replica 以下にあるファイルの役割をまとめる。
plan9.proto
Section titled “plan9.proto”どのファイルを対象とするかパターンで記述するファイル。これを元に client.plan9.db を生成しているような印象がある。
client/plan9.db
Section titled “client/plan9.db”手元にある更新されるべきファイルのリストとメタデータが記録されたファイル。
client/plan9.log
Section titled “client/plan9.log”サーバ側の更新ログを記録したファイル。
client/plan9.time
Section titled “client/plan9.time”最終同期時刻と適用済みのシーケンシャル番号。これは plan9.log の第2フィールドのこと。