fix level 0 backup naming
This commit is contained in:
parent
8db6721ad1
commit
cf810b2e25
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
i=0
|
||||
while [ -e /srv/minecraft/backups/`date --iso`.$i.tar.xz ]; do
|
||||
(( i++ ))
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue