about summary refs log tree commit diff homepage
path: root/snapshot.sh
blob: 6dc44fb74848bc0a92a5b2805fb01917d3565754 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
set -e -u

ts=$(date +'%Y.%m.%d.%H.%M')
gzip -c -9 < "$1/torus.dat" > "$2/torus.dat.$ts.gz"
$(dirname "$0")/meta < "$1/torus.dat" | gzip -c -9 > "$2/torus.csv.$ts.gz"
2018-08-20 23:24:39 -0400'>2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe