diff options
Diffstat (limited to 'scripts/backup_portfolio.sh')
| -rwxr-xr-x | scripts/backup_portfolio.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/backup_portfolio.sh b/scripts/backup_portfolio.sh index 9b1dd223..ce827759 100755 --- a/scripts/backup_portfolio.sh +++ b/scripts/backup_portfolio.sh @@ -1,4 +1,4 @@ #!/bin/bash -for i in {1..5}; do - find . -maxdepth 1 -type d -name "Portfolios_2017-0${i}*" -print0|xargs -0 tar cvf "portfolio_2017-0${i}.tar.xz" -I pixz; +for i in {1..9}; do + find . -maxdepth 1 -type d -name "Portfolios_2018-0${i}*" -print0|xargs -0 tar cvf "Portfolios_2018-0${i}.tar.zstd" -I zstdmt; done |
