optimize: A new subcommand that either gets or drops file content as needed to work toward meeting the configured numcopies setting.
This is currently rather simplistic, though still useful. In the future, it could become smarter about what content is stored where, etc.
This commit is contained in:
parent
1ac6217c74
commit
949b3f69d0
9 changed files with 73 additions and 1 deletions
|
@ -34,6 +34,7 @@ import qualified Command.Init
|
|||
import qualified Command.Describe
|
||||
import qualified Command.InitRemote
|
||||
import qualified Command.Fsck
|
||||
import qualified Command.Optimize
|
||||
import qualified Command.Unused
|
||||
import qualified Command.DropUnused
|
||||
import qualified Command.Unlock
|
||||
|
@ -77,6 +78,7 @@ cmds = concat
|
|||
, Command.SetKey.command
|
||||
, Command.Fix.command
|
||||
, Command.Fsck.command
|
||||
, Command.Optimize.command
|
||||
, Command.Unused.command
|
||||
, Command.DropUnused.command
|
||||
, Command.Find.command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue