diff options
Diffstat (limited to 'snapshot.sh')
-rwxr-xr-x | snapshot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snapshot.sh b/snapshot.sh index 536e289..6dc44fb 100755 --- a/snapshot.sh +++ b/snapshot.sh @@ -3,3 +3,4 @@ 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" |