Simple Backup
Simple backup
Works with 1.10.x and up
If you have any problems with the plugin not working leave a comment!
What can I use this for?
Simple Backup is a plugin to zip up your minecraft server worlds to a folder so you can:
- Let your users download them via file sharing websites such as mediafire
- Roll back your map
Commands:
- /sbackup - Force a backup of your world by running. Can only be ran by OPs or from the server console.
Providing error reports:
When pasting large amounts of text please use http:pastebin.com or http:dev.bukkit.org/paste/. They are completely free and makes it easier for me to read any error messages you provide.
Also provide your SimpleBackup config file and the version of the plugin you are using, when stating you have a problem, so I can see if that's the problem instead.
Configuring:
Click here for an explanation of how to configure this plugin.
Rolling Back Maps:
Click here for how to roll back your maps.
Updates:
This plugin is generally updated when a significant change (new features or bugfixes) has been made to it. The plugin uses only a small number of very basic Bukkit API calls, so it most probably won't break on Bukkit updates. If it does break, we'll update it as soon as possible.
Want to help me out?
You can donate to Simple Backup if you love the plugin to bits and want to show me some support by clicking the donate button in the top right! Don't want to or can't donate?, then just leave a comment showing me support instead.
Thanks for any support you give me, and enjoy simple backup!
Source Code
The source code for this plugin can be found on Github here: SimpleBackup Git Repository
Thanks to Mantun for submitting my first pull request and consistent code changes and improvements! Github
-
View User Profile
-
Send Message
Posted May 13, 2013@re3ell
While I feel the upload to Dropbox does not fit very well with the 'simple' theme of the plugin, I may may or may not have some ideas of how to implement it some kind of 'uploader' API in a simple way. Then maybe someone can write the actual Dropbox connector (or port it from Minebackup). I'll think about it some more.
-
View User Profile
-
Send Message
Posted May 10, 2013Hi. How can I backup to multiple directories.
Example. I have 2 harddrives for backup. A and B
In the config file I use this: backup-file: A:\backups\
But how can I get it to backup to B:\backups\ too?
-
View User Profile
-
Send Message
Posted May 10, 2013I haven't updated this plugin since December and it still works great!
-
View User Profile
-
Send Message
Posted May 10, 2013Request:
Could you hook into the Dropbox API and make your plugin able to upload the files to dropbox every day at a specific time?
Sorry if this has been requested before but 341 comments are a lot to read :)
I don“t know how much work this is as i just started creating my own plugins and wether it fits in your idea of the plugin, but it would be a nice feature, as my host deletet my whole files and the backup too :(
And about Minebackup that has Dropbox included:
1. Your plugin is better :)
2. Minebackup forces Chunks to unload on my Mod Server with Chunkloaders
-
View User Profile
-
Send Message
Posted May 7, 2013@Hamderbob
The plugin should work with 1.5.2 of bukkit.
-
View User Profile
-
Send Message
Posted May 7, 2013How is it looking for 1.5.2 does it work for that as well?
-
View User Profile
-
Send Message
Posted Apr 27, 2013@Harry4of4
-
View User Profile
-
Send Message
Posted Apr 27, 2013How do I make it so it will only save backups from present time to last 2 days and delete any backups older ?
-
View User Profile
-
Send Message
Posted Apr 26, 2013k I wasn't really sure thank you
-
View User Profile
-
Send Message
Posted Apr 26, 2013@Sshadowkraft
Please, see here: http://dev.bukkit.org/server-mods/simplebackup/?comment=119
-
View User Profile
-
Send Message
Posted Apr 26, 2013plugin works great and saves like a charm but is there a way to change the colors of the broadcast message? I tried using &7 etc etc etc. before [SimpleBackup] in config and also used &e for the starting and completed messages but it stayed the same dark blue. Thank You for your time.
-
View User Profile
-
Send Message
Posted Apr 25, 2013@Mc_Pasta
yes - set backup-interval to 0
-
View User Profile
-
Send Message
Posted Apr 24, 2013Can I disable auto backup?
-
View User Profile
-
Send Message
Posted Apr 20, 2013I really can't believe that the most popular server wrappers don't have a proper way to do backups yet. By proper way I mean exactly what this plugin does. Congrats on your plugin, it's very well made and has just the right features.
-
View User Profile
-
Send Message
Posted Apr 20, 2013@JoLong
You can add it yourself by adding '- plugins' to the backup-folders: entry in the config.yml.
-
View User Profile
-
Send Message
Posted Apr 20, 2013add the plugins folder to the backup?
-
View User Profile
-
Send Message
Posted Apr 19, 2013Plugin updated, now with a permissions node 'simplebackup.use'. Just awaiting file approval.
-
View User Profile
-
Send Message
Posted Apr 19, 2013@mantun
Sorry my mistake and I go no to this SimpleBackup :-)
-
View User Profile
-
Send Message
Posted Apr 18, 2013@alfista
Hi, you are not using SimpleBackup, but 'Backup for Bukkit'. Please, post your question on your plugin's page: http://dev.bukkit.org/server-mods/backup/
-
View User Profile
-
Send Message
Posted Apr 18, 2013Hi, can you help me? I use RTKand by me won't it work. can any body help me what i need to do? I have some error on start:
2013-04-18 08:32:51 [INFO] [Backup] Loading Backup v2.0 2013-04-18 08:32:51 [SEVERE] Plugin attempted to register task while disabled initializing Backup v2.0 (Is it up to date?) org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftScheduler.validate(CraftScheduler.java:394) at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:137) at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftScheduler.scheduleAsyncRepeatingTask(CraftScheduler.java:133) at com.bukkitbackup.full.utils.MetricUtils.start(MetricUtils.java:73) at com.bukkitbackup.full.BackupFull.onLoad(BackupFull.java:68) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:55) at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
2013-04-18 08:32:51 [INFO] [BukkitWebby] Loading BukkitWebby v1.0.5
Thanks, for help.