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

[suggestion] allow backup into subdirectory of the minecraft instance #16

Open
ben-mkiv opened this issue Jul 29, 2018 · 3 comments
Open

Comments

@ben-mkiv
Copy link

Hi, there are hosters which wont let you access anything outside of the minecraft instance directory.

So this feature would be nice. while the backup path could be excluded.

@alexbobp
Copy link
Member

How do you propose that a user in such a situation would perform backup restores?

@phit
Copy link

phit commented Jul 30, 2018

ls | grep -v backups/ | xargs rm -R then copy backup to folder? or for just ftp access delete everything besides backup folder by hand then drag the backup to the server dir

same way those people do it with other backup plugins/mods

not that it's a nice way but it works

@ben-mkiv
Copy link
Author

somehow like phit said...

actually if a region file is corrupted i would have to download a 1gb zip file with the whole world, unzip it local and upload the file after that.

with BTFU i could just grab the right region file from the backup and copy it over, download shouldnt even be needed.

the feature was probably added because its stupid to backup on the same harddisk, but i dont have any choice in that case.

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