mirror of
https://github.com/kopia/kopia.git
synced 2026-05-24 14:44:47 -04:00
breaking format change: removed support for groups in block manager, this produces bigger, tightly packed blocks
align pack blocks to 4096 bytes and insert random preamble
This commit is contained in:
@@ -15,7 +15,7 @@ func runListObjectsAction(context *kingpin.ParseContext) error {
|
||||
rep := mustOpenRepository(nil)
|
||||
defer rep.Close()
|
||||
|
||||
info, err := rep.Blocks.ListBlocks(*objectListPrefix, "all")
|
||||
info, err := rep.Blocks.ListBlocks(*objectListPrefix)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user