aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/backup_prices.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/backup_prices.sh')
-rwxr-xr-x[-rw-r--r--]scripts/backup_prices.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/backup_prices.sh b/scripts/backup_prices.sh
index 2af3d8bd..a21cb79c 100644..100755
--- a/scripts/backup_prices.sh
+++ b/scripts/backup_prices.sh
@@ -1,4 +1,4 @@
#!/bin/bash
-for i in {12..12}; do
- find . -maxdepth 1 -type d|grep "Prices_2015-${i}"|xargs tar cvf "prices_2015-${i}.tar.xz" -I pixz;
+for i in {1..5}; do
+ find . -maxdepth 1 -type d|grep "Prices_2017-0${i}"|xargs tar cvf "prices_2017-0${i}.tar.xz" -I pixz;
done