aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/backup_intexcurves.sh
blob: e6f767da5dd753d6fd00fb883fc3580191f06b16 (plain)
1
2
3
4
#!/bin/bash
for i in {1..9}; do
	find . -maxdepth 1 -type d -name "Intex curves_2018-0${i}*" -print0|xargs -0 tar cvf "intex_curves_2018-0${i}.tar.zstd" -I zstdmt;
done