-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
archive_tarball worker #104
Conversation
Add config, tests, CLI, and tarball & index creation.
Codecov Report
@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 72.99% 73.20% +0.21%
==========================================
Files 122 124 +2
Lines 16026 16234 +208
Branches 1305 1319 +14
==========================================
+ Hits 11698 11884 +186
- Misses 4277 4299 +22
Partials 51 51
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Tarball and index file creation in dcbe5c6 was successfully tested in production. |
Tarball & index creations and rsync to |
Automatic month-end launch of |
Creates a tarball of a month's run results and
moves it to remote archival storage. Compression is not used for the tarball
because the netCDF files that compose most of it are already highly compressed.
A .index text file containing a list of the files in the tarball is also created
and moved to the remote storage.