Add a flag to force a full rewrite of the metadata log in a snapshot.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 8 Jan 2008 19:50:49 +0000 (11:50 -0800)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 8 Jan 2008 19:50:49 +0000 (11:50 -0800)
commit8cbb089d5463234be70eb7029e5e0bf050c4f7c5
tree7f08d8b3fab4acfdfef0bbf4c7fcd7635a1be882
parent4749293dc3e518f5de8a50c9da7384b1c7794ce2
Add a flag to force a full rewrite of the metadata log in a snapshot.

When --full-metadata is given, no pointers to old metadata will be written
out.  This could be used periodically in backups (say, weekly) to prevent
long dependencies in the metadata logs, at least until better cleaning is
implemented.
metadata.cc
metadata.h
scandir.cc