Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woocart/targz
https://github.com/woocart/targz
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/woocart/targz
- Owner: woocart
- Created: 2019-04-02T13:57:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T13:24:16.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T14:24:22.660Z (7 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dumb(but still safe) directory to tar.gz writer
Like tar but without annoying `tar:: file changed as we read it`. See https://bugzilla.redhat.com/show_bug.cgi?id=1058526#c9 for explanation.
This app aborts file compression if consistency check fails, but not if only `atime or permission changed`.
## Running tests
```make build lint test```
## Building Docker image
```make image```
## Making a release
```make release```