projects
/
ais.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added ST source explanation
[ais.git]
/
cron
/
compress_archives.cron
1
#!/usr/bin/env bash
2
cd /var/lib/ais/nmea
3
for f in `date -d '-1 day' +%Y%m%d`-*.dump; do
4
nice xz $f
5
done