3 lines
74 B
Bash
3 lines
74 B
Bash
|
|
#!/bin/bash
|
||
|
|
cp -rv /opt/minecraft/INSTANCE /opt/minecraft-backup/INSTANCE
|