fix level 0 backup naming

This commit is contained in:
ida schmidt 2023-06-18 23:31:29 -07:00
parent 8db6721ad1
commit cf810b2e25

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
i=0
while [ -e /srv/minecraft/backups/`date --iso`.$i.tar.xz ]; do
(( i++ ))
done