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

Mounting persistent world data when server alive #38

Closed
dkotama opened this issue Jun 4, 2018 · 1 comment
Closed

Mounting persistent world data when server alive #38

dkotama opened this issue Jun 4, 2018 · 1 comment

Comments

@dkotama
Copy link

dkotama commented Jun 4, 2018

Hi thank you for making this container,

i want to know the possibilities of backing up my current world,
because the server already running like 1 weeks and for running -v command, it means i must run a new container

please help thank you

@recklessop
Copy link

Use docker -lt command to get a bash prompt inside of the container, then copy (via sftp or something) the world data to the docker host. Once you have it on the docker host... in a folder, you can stop the current container.

Start a new container using -v and point it to the folder that you sftp'd all your data out to.

@nimmis nimmis closed this as completed Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants