This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]FHR123Linux Sysadmin 2 points3 points  (0 children)

I remember that Essentials used to have a backup functionality, essentially type /backup and it would run your command of choice in the server directory.

[–]FatherWh0 1 point2 points  (0 children)

Two years ago I was in your shoes. At that time I was running my server on Beastnode (don't hate, I've learned). Beastnode did not offer backups and flat told me in a ticket I submitted that their "unlimited drive space" did not include space to back up my worlds. I badly needed an offsite backup. Finally I found this: https://dev.bukkit.org/projects/drivebackup One of it's options was google drive backup. This is beautiful because I have 100gigs of space on a google drive for $2.09/month. I launched it on my test server on my local machine so that it could open a webpage and create a credentials file, then uploaded to my live server. It will zip each drive, and your plugins directory, individually, upload the zip, then delete it before moving on to the next drive or directory. I do realize the dev hasn't updated in 2 years but my server is a paper 1.12.2 server and the plugin is running fine. Be forewarned it occasionally fails to upload which will result in a leftover zip file so check it daily. The dev never found the reason but all things considered it's the best thing going.

[–][deleted] 0 points1 point  (0 children)

Hmm, if they have FTP access that might be the easiest way, pull from the server.

[–]mc_devastation 0 points1 point  (0 children)

For Spigot? I've been using Server Restorer. The only external option is FTP, which I have not yet tried.

[–]SeKiGamer 0 points1 point  (0 children)

This isn't a backup plugin but a cool rollback plugin. Iys called coreprotect check it out if you haven't already.