feat: add minecraft backup method

Minecraft server can now be backed up using the restic-compose-backup.minecraft flag
This commit is contained in:
Silthus
2020-11-25 17:06:24 +01:00
committed by Silthus
parent 02ae4ca6d8
commit 9eb050173f
10 changed files with 75 additions and 195 deletions

View File

@@ -37,8 +37,5 @@ ENV XDG_CACHE_HOME=/cache
# end install
ADD backup.sh /backup.sh
RUN chmod +x /backup.sh
ENTRYPOINT []
CMD ["./entrypoint.sh"]