diff options
| author | Luke Hoersten <[email protected]> | 2021-07-18 20:17:16 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-18 20:17:16 -0500 |
| commit | 769d10b216d52482eca1de9ca9491c3ab8fc3f5f (patch) | |
| tree | 1e2994544c16a2b3d8aa67a908210c605c141e2f /minecraft/aws-s3-backup/templates | |
| parent | 9bb76f57d55ca5a9e502a34e504a21904d4157a1 (diff) | |
Updated minecraft to be multi-world and minimized world size.
Diffstat (limited to 'minecraft/aws-s3-backup/templates')
| -rw-r--r-- | minecraft/aws-s3-backup/templates/[email protected] | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minecraft/aws-s3-backup/templates/[email protected] b/minecraft/aws-s3-backup/templates/[email protected] index 84bfdb7..5be93a9 100644 --- a/minecraft/aws-s3-backup/templates/[email protected] +++ b/minecraft/aws-s3-backup/templates/[email protected] @@ -3,7 +3,7 @@ Description=Minecraft s3 backup for "%I" [Service] Type=oneshot -ExecStart=/usr/local/bin/minecraft-s3-backup.sh %i "{{minecraft_s3_backup_dir}}" +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 |
