docker-mc-backup
                                
                                
                                
                                    docker-mc-backup copied to clipboard
                            
                            
                            
                        Provides a side-car container to backup itzg/minecraft-server world data
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...
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.  Here are the contents of my docker-compose file. Do I have something wrong? ```YAML...