Skip to content

Commit

Permalink
Compress downloaded logs (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Nov 24, 2022
1 parent 7e696ef commit cb4f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ update-modern-normalize:

download-log unit='ord' host='ordinals.com':
ssh root@{{host}} 'mkdir -p tmp && journalctl -u {{unit}} > tmp/{{unit}}.log'
rsync --progress root@{{host}}:tmp/{{unit}}.log tmp/{{unit}}.log
rsync --progress --compress root@{{host}}:tmp/{{unit}}.log tmp/{{unit}}.log

graph log:
./bin/graph $1
Expand Down

0 comments on commit cb4f529

Please sign in to comment.