diff options
author | KamiCreed <9517086+KamiCreed@users.noreply.github.com> | 2020-03-25 04:25:45 -0700 |
---|---|---|
committer | KamiCreed <9517086+KamiCreed@users.noreply.github.com> | 2020-03-25 04:25:45 -0700 |
commit | 631e796812bdd9830fd2fb2f5c05d8323e67b50c (patch) | |
tree | 6b82515121c46a0cdf17ad0883e14f173b4146d8 /Readme.md | |
parent | ac7b43637873f0b4a3d370939343f98e30f95715 (diff) | |
download | minecraft-server-tools-631e796812bdd9830fd2fb2f5c05d8323e67b50c.tar.gz |
Add automated backup systemd scripts
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |