Implement rudimentary garbage collection.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Sun, 31 May 2009 06:21:10 +0000 (23:21 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Sun, 31 May 2009 06:21:10 +0000 (23:21 -0700)
Implement a garbage collection method in cumulus-util which will search for
files not referenced by any current snapshots and delete them.  This still
doesn't let snapshots themselves be deleted automatically, but after
manually deleting a snapshot this will quickly delete all other old files.


No differences found