Displaying 1 result from an estimated 1 matches for "hasdelet".
Did you mean:
hasdelete
2005 Jan 19
1
PROPOSAL: --link-hash-dest, additional linking of files to their HASH values
...purge) are at
http://www.cmb.usc.edu/people/dld/backuputils/. hashimplode calculates the
hashes and hardlinks files. hashdelete removes a snapshot, removing
orphaned hash files as it goes, and hashpurge is roughly "find /hashdir
-nlinks 1 | xargs rm", in case you haven't always used hasdelete. All three
use rename() to avoid races on files so they can be interleaved and run in
parallel while sharing the same hash directory (which we're doing to utilize
the parallel seek capacity of RAIDs and to back up multiple smaller
fileservers at once). hashimplode has an option to skip files...