5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
tar czf "/mnt/host/backup".tgz /minecraft/server/*
|
||
|
|