1
0
Fork 0

cmd/tar-split: README usage for checksize

This commit is contained in:
Vincent Batts 2015-08-10 16:22:36 -04:00
parent 6c671d7267
commit c6be94f8a3
1 changed files with 11 additions and 0 deletions

View File

@ -25,4 +25,15 @@ $ sha256sum new.tar
d734a748db93ec873392470510b8a1c88929abd8fae2540dc43d5b26f7537868 new.tar
```
### Estimating metadata size
```bash
$ tar-split checksize ./archive.tar
inspecting "./archive.tar" (size 200k)
-- number of files: 28
-- size of metadata uncompressed: 28k
-- size of gzip compressed metadata: 1k
```