feat(bkgpslog): Append to daily tar
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 1 Jul 2020 18:44:52 +0000 (18:44 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Wed, 1 Jul 2020 18:44:52 +0000 (18:44 +0000)
commit6c30388ff903fe9c9f2c31ced53f1f7003031fac
tree465b14b6d0e56eef52cb202ddb4065649eeb058f
parentdac703dda941e1fd4ad0f6c0934a1f937fe5d45f
feat(bkgpslog): Append to daily tar

* Set version to 0.1.0.

* Rewrote write loop to append location data to tar file instead of
writing each file written by each buffer round directly to
disk. Tar contains individually encrypted and compressed files; no
attempt at merging location data between buffer rounds was attempted.

* Add functions:

- setTimeZoneEV (exports TZ)
- dateShort (returns current date in `YYYYmmdd` format via stdout)
- timeDuration (given seconds, returns ISO-8601 period; Ex: PT60S)
- displayMissing (displays missing apps, files, and dirs)
- setScriptTTL (sets script TTL given "day" or "hour")

* Set default script TTL to "day" (was "hour")

* Set default TZ to UTC. Added option `--time-zone`.
exec/bkgpslog
exec/bkgpslog-plan.org [new file with mode: 0644]