minecraft/aws-s3-backup/templates/[email protected]
author Luke Hoersten <luke@hoersten.org>
Thu, 29 May 2025 20:01:29 -0500
changeset 242 e7083ad5c365
parent 164 ae19501f5251
permissions -rw-r--r--
Fixed an error with overwriting certbot certs.

[Unit]
Description=Minecraft s3 backup for "%I"

[Service]
Type=oneshot
ExecStart=/usr/local/bin/minecraft-s3-backup.sh %i "{{minecraft_s3_backup_dir}}" "{{minecraft_s3_backup_bucket}}" "{{minecraft_s3_backup_tar_dir}}"

[Install]
WantedBy=aws-s3-backup.target