Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evmar/flatzip

create mtime-equivalent directory mirror with files filled with zeros
https://github.com/evmar/flatzip

Last synced: 28 days ago
JSON representation

create mtime-equivalent directory mirror with files filled with zeros

Awesome Lists containing this project

README

        

flatzip creates a mtime-equivalent mirror of a directory with all
files filled with zeros for easy compression. It is useful for
distributing a directory tree as seen by a build system for
performance discussions.

Build it with [go](http://golang.org) 1:

go build

Run it to mirror a directory:

flatzip \path\to\src outputdir

Then zip the output and distribute.