aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorGravatar KamiCreed <9517086+KamiCreed@users.noreply.github.com> 2020-03-25 04:25:45 -0700
committerGravatar KamiCreed <9517086+KamiCreed@users.noreply.github.com> 2020-03-25 04:25:45 -0700
commit631e796812bdd9830fd2fb2f5c05d8323e67b50c (patch)
tree6b82515121c46a0cdf17ad0883e14f173b4146d8 /Readme.md
parentac7b43637873f0b4a3d370939343f98e30f95715 (diff)
downloadminecraft-server-tools-631e796812bdd9830fd2fb2f5c05d8323e67b50c.tar.gz
Add automated backup systemd scripts
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index b794932..757e394 100644
--- a/Readme.md
+++ b/Readme.md
@@ -45,6 +45,17 @@ Place `minecraft.service` in `/etc/systemd/system/`
and run `systemctl start minecraft` to start once or
`systemctl enable minecraft` to enable autostarting.
+To backup automatically, place or symlink `mc-backup.service` and
+`mc-backup.timer` in `/etc/systemd/system/`. Run the following:
+
+```
+sudo systemctl enable mc-backup.timer
+sudo sytemctl start mc-backup.timer
+```
+
+This wil start the enable the timer upon startup and start the timer
+to run the backup after every interval specified in mc-backup.timer.
+
## Disclaimer
The scripts are provided as-is at no warranty.