Keep an index of old stored blocks, using sqlite3.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 15 May 2007 04:57:18 +0000 (21:57 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 15 May 2007 04:57:18 +0000 (21:57 -0700)
Link sqlite3 in with the snapshot program, and start to write a wrapper
around a "local database" which tracks previously-backed-up data to make
incremental backups possible.

At the moment, blocks are indexed as they are stored, but we never read
from the index, so blocks are not yet reused.


No differences found