add README for backups

This commit is contained in:
ducoterra
2020-02-05 14:53:22 -05:00
parent 6264d75f96
commit 8bdae44e23
+13
View File
@@ -0,0 +1,13 @@
# Minecraft
## Backup
```bash
kubectl cp <pod_name>:/mc_data <backup>
```
## Restore
```bash
kubectl cp <backup> <pod_name>:/mc_data
```