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)
commit2911a4279cce1e880793c934ce90a187856c7c92
treea52b2af5738ae1d26fb38e51c65cc9ea0f4ffe41
parent92488d46a0deca6d031d07852c3b79214280ab6d
Implement rudimentary garbage collection.

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.
cumulus-util