Commit Graph

7 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 0596899040 Restore support for in-place large backups 2016-07-02 19:23:08 -07:00
dave 75282597ee Confirm rsync completions 2016-07-02 18:35:35 -07:00
Dave Pedu 2b8221c8f5 Add exclude flag 2016-04-19 23:32:20 -07:00
dave 14467ab346 Ignore certain rsync return codes 2016-03-21 22:58:22 -07:00
dave 9265bcb927 Embed version in module 2015-12-31 15:37:14 -08:00
dave 4c147219a7 initial commit 2015-12-26 22:17:52 -08:00