GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.18k stars 800 forks source link

BackBlaze B2 Intergration with LGSM #1008

Open dgibbs64 opened 7 years ago

dgibbs64 commented 7 years ago

I found this article recently and thought it would be a great idea to see if we can implement something like this. I already use B2 for my NAS and its the cheapest cloud backup solution around so I think it would be quite popular.

http://ryanchristensen.net/how-to-backup-your-ark-server-to-b2-cloud-storage

jach11 commented 7 years ago

Sounds like a good idea, maybe also expand on the current backup function to allow some improvements. It would be nice to introduce some automation for backups, so users can rsync their files to their backup servers, or even have archives to fallback on their local server.

UltimateByte commented 7 years ago

https://github.com/dgibbs64/linuxgsm/issues/716

Would be nice to get to some kind of a framework to upload, kinda like what you did for download recently. B2 or FTP, or whatever protocol. ${what_to_upload} ${what_method} ${what_destination} ...

cedarlug commented 7 years ago

${what_creds}

dgibbs64 commented 7 years ago

Yup i think improvements to the backup system would be create. I need a B2 backup script anyways. So I may release that for general server backups. However improving the existing LGSMbackup solution will be important to.

MicLieg commented 4 months ago

link #2106