You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
First off, thanks for the work on this wrapper, I love the way it works. I've recently moved from Ubuntu to FreeBSD at home and I've managed to get mark2 working with the Monster mod pack from FTB. I seem to be having a problem getting the backup to work in FreeBSD. Here is the log from running ~backup while stopping the server:
Even though it says it saved the backup, there is no file created. My mark2.properties is identical to what I had in Ubuntu, and the backup worked before. Any ideas what I'm missing? I've gone over permissions and the like, but I can't seem to solve it on my own.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
I had the same problem on FreeBSD. I worked around it as follows:
mark2 seems to require tar to exist in /bin, so I symlinked /usr/bin/tar to /bin/tar
FreeBSD's tar does not have a lowercase h parameter. Uppercase H does the same however, so I changed the tar flags in the properties to plugin.backup.tar-flags=-Hpczf
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello all!
First off, thanks for the work on this wrapper, I love the way it works. I've recently moved from Ubuntu to FreeBSD at home and I've managed to get mark2 working with the Monster mod pack from FTB. I seem to be having a problem getting the backup to work in FreeBSD. Here is the log from running ~backup while stopping the server:
http://pastebin.com/bag1EpfB
Even though it says it saved the backup, there is no file created. My mark2.properties is identical to what I had in Ubuntu, and the backup worked before. Any ideas what I'm missing? I've gone over permissions and the like, but I can't seem to solve it on my own.
Thanks for the help!
The text was updated successfully, but these errors were encountered: