pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
133 stars 19 forks source link

create-file-remote #175

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hello,

I recently am setting up fastback for my server. I have an ssd mounted to /mnt/ssd2, and have been attempting to place the backup file at /mnt/ssd2/db-ahptplus/backup/games/minecraft. I run the following command on my server (with OP) and I get the following error in latest.log. I have full permissions to all of the files on /mnt/ssd2. I run this server through docker with 🌐 itzg/minecraft-server.

Here is the error log. Any help on this would be appreciated! https://gist.github.com/AhptIO/ed55bb3df20f4f780761bfdfe6d91f55

pcal43 commented 2 years ago

I can really only speculate but this is almost certainly a problem with your container. I'd double check that the user you're running the server as has permissions on the mount path.

I don't think it's a bug in fastback, in any event.

pcal43 commented 2 years ago

You could try manually creating the directory. But then I suspect it still won't have permissions to write files.

pcal43 commented 1 year ago

havent heard back, closing