Commit Graph

4 Commits

Author SHA1 Message Date
dave c3261071f4 Stream tarball uploads
Previously, this would pipe tar's output to curl. But curl would buffer the entire output to memory in order to calculate the content-length header. This pointlessly made large tar backups impossible as the backend does not require a content-length header sent with the data.
2017-04-22 00:55:51 -07:00
Dave Pedu 2b8221c8f5 Add exclude flag 2016-04-19 23:32:20 -07:00
dave cd9c0f0044 Add no exec flag to disable post/pre exec functionality. Allow use of env variable to override config path. 2015-12-28 21:20:06 -08:00
dave 4c147219a7 initial commit 2015-12-26 22:17:52 -08:00