docker-mc-backup icon indicating copy to clipboard operation
docker-mc-backup copied to clipboard

Provides a side-car container to backup itzg/minecraft-server world data

Results 44 docker-mc-backup issues
Sort by recently updated
recently updated
newest added

Compose file: ```dockerfile services: mc: image: itzg/minecraft-server:java8 container_name: crash-landing restart: unless-stopped ports: - "25565:25565" environment: EULA: "true" VERSION: "1.6.4" TYPE: "CURSEFORGE" CF_SERVER_MOD: "/modpack/CrashLandingServer.zip" MOTD: "Crash landing chi legge" MAX_MEMORY: 4G...

help wanted

Hi, as mentioned on Discord, it would be cool to have the option to create a backup once a players gets online after the Player Interval Check. Currently, the script...

Resolves #191 - Create `PRESERVE_MANUAL_BACKUPS` env var to add "-preserve" suffix to the backup - Ignore files containing "-preserve" from prune steps (regardless of env var value) ⚠️ WARNING: This...

I'm receiving a "Cannot open: Permission denied" error when trying to run a tar backup. ![image](https://github.com/user-attachments/assets/d0dafca3-2655-4576-ad9a-32dc85cdb19a) Here are the contents of my docker-compose file. Do I have something wrong? ```YAML...

discussion