Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't backup server #266

Open
GameKanna opened this issue Aug 16, 2024 · 1 comment
Open

I can't backup server #266

GameKanna opened this issue Aug 16, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GameKanna
Copy link

Describe the bug
i use command "docker-compose exec 7dtd server ./scripts/server_backup.sh", then file backup is gone

Versions:

  • Docker Compose version v2.20.3
  • Docker image latest

version: "2"
services:
7dtdserver:
image: vinanrra/7dtd-server
container_name: 7dtdserver
environment:
- START_MODE=1 # Change between START MODES
- VERSION=stable # Change between 7 days to die versions
- PUID=1000 # Remember to use same as your user
- PGID=1000 # Remember to use same as your user
- TimeZone=Asia/Bangkok # Optional - Change Timezone
- BACKUP=NO # Optional - Backup server
- BACKUP_HOUR=1 # Optional - Backup hour 0-23
- BACKUP_MAX=3 # Optional - Max backups to keep
volumes:
- ./data/ServerFiles/sdtdserver.xml:/home/sdtdserver/serverfiles/sdtdserver.xml
- ./data/7DaysToDie:/home/sdtdserver/.local/share/7DaysToDie/ # 7 Days To Die world saves
- ./data/LGSM-Config:/home/sdtdserver/lgsm/config-lgsm/sdtdserver # LGSM config folder
- ./data/ServerFiles:/home/sdtdserver/serverfiles/ # Optional - serverfiles folder
- ./data/log:/home/sdtdserver/log/ # Optional - Logs folder
- ./data/backups:/home/sdtdserver/lgsm/backup/ # Optional - If BACKUP=NO, backups folder
ports:
- 26900:26900/tcp # Default game ports
- 26900:26900/udp # Default game ports
- 26901:26901/udp # Default game ports
- 26902:26902/udp # Default game ports
- 8080:8080/tcp # OPTIONAL - WEBADMIN
- 8081:8081/tcp # OPTIONAL - TELNET
- 8082:8082/tcp # OPTIONAL - WEBSERVER https://7dtd.illy.bz/wiki/Server%20fixes

@GameKanna GameKanna added the bug Something isn't working label Aug 16, 2024
@vinanrra
Copy link
Owner

vinanrra commented Sep 3, 2024

Need to fix the script path, have been change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants