Save Me Backup is a plugin to zip up any file on your server so you can:
Roll back your map
Restore Corrupted Files
Make things apear as if they never happened
What Save Me Backup can do:
Interval based backups
Daily Backups at given time (GMT)
Select what directories you want (Saves all of the contents of the directory)
Select what files you want
Backups are kept on a rolling basis
Commands:
/savemebackup hourly|daily Can be run by an opped payer or from the consel to trigger a backup and select what the plugin to treat it as.(Version 2.0 and Later) Permission Node: SaveMeBackup.Save
Could you add a feature that it uploads the backups to a ftp, and that the backups in the server files will be deleted? ( Also that the option of how many daily backups to keep at once works on the ftp server, so that the older backups will be deleted )
This seems like a great plugin, but where is the setup detail? I know how to install it but you didn't leave any permission nodes which I find a little inconvenient, nothing personal of course!
What are some permission nodes? Would " - savemebackup.* " be an acceptable node?
Another question, what is a specific directory example for the saves? I want to store the saves on an external hard drive tower. :)
I am eager to use this plugin to backup my world! Thanks for your time and your assistance! I appreciate it. :)
The backups are saved by default in a directory called save in the root directory, this is changeable by modifying the save setting in the config.yml file
2013-06-02 12:06:31 [INFO] [SaveMeBackup] Enabling SaveMeBackup v1.2
2013-06-02 12:06:31 [INFO] [SaveMeBackup] Setup backup task id 19 at 7200s
2013-06-02 12:06:31 [WARNING] [SaveMeBackup] Exception in savemebackup.onEnable: null
java.lang.NullPointerException
at com.osher.minecraft.undo.UndoPlugin.scheduleDailyJob(UndoPlugin.java:63)
at com.osher.minecraft.undo.UndoPlugin.onEnable(UndoPlugin.java:51)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:306)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:288)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:310)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:289)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:249)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:149)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Ive been downloading "Save Me Backup-1.2 for CB 1.5.2-R0.1 May 13, 2013" and It just gives me errors. Would I be able to skype you so we can figure this out together?
-
View User Profile
-
Send Message
Posted Nov 9, 2014NOTE THAT SAVE ME BACKUP IS UNIVERSAL
IT WORKS WITH THE ORIGINAL BUKKIT AND IT WILL WORK WITH ALL FUTURE BUKKITS
THERE IS NO BUKKIT SPECIFIC CODE, ONLY THE WAY IT CALLS COMMANDS WHICH WILL NOT CHANGE
-
View User Profile
-
Send Message
Posted May 15, 2014Please update to 1.7
-
View User Profile
-
Send Message
Posted Sep 28, 2013You should add a way to disable hourly|daily and daily backups It would be real helpfull for people with limited diskspace
-
View User Profile
-
Send Message
Posted Sep 24, 2013does this plugin trigger /Save-All events in bukkit at all?
-
View User Profile
-
Send Message
Posted Sep 8, 2013Could you add a feature that it uploads the backups to a ftp, and that the backups in the server files will be deleted? ( Also that the option of how many daily backups to keep at once works on the ftp server, so that the older backups will be deleted )
-
View User Profile
-
Send Message
Posted Sep 3, 2013@Darthmineboy
If your SQL server files are within your server directory than yes otherwise it bukkit wont let you save files outside of the root server directory
-
View User Profile
-
Send Message
Posted Sep 3, 2013would it be possible to save sql servers?
-
View User Profile
-
Send Message
Posted Jul 29, 2013Is it possible that the backup doesn't spam my server.log my server.log is now 1.6 GB in 3 day's
-
View User Profile
-
Send Message
Posted Jun 28, 2013Hey,
This seems like a great plugin, but where is the setup detail? I know how to install it but you didn't leave any permission nodes which I find a little inconvenient, nothing personal of course! What are some permission nodes? Would " - savemebackup.* " be an acceptable node? Another question, what is a specific directory example for the saves? I want to store the saves on an external hard drive tower. :)
I am eager to use this plugin to backup my world! Thanks for your time and your assistance! I appreciate it. :)
-
View User Profile
-
Send Message
Posted Jun 24, 2013@Pepperpsy
The backups are saved by default in a directory called save in the root directory, this is changeable by modifying the save setting in the config.yml file
-
View User Profile
-
Send Message
Posted Jun 24, 2013I viewed config and source code for the most part and I'm still confused so I got two quick questions.
1) Where are the backups generally saved to?
2) Is there a way I can change the file location?
Thanks!
-
View User Profile
-
Send Message
Posted Jun 19, 2013Could you consider changing the filename format, so the file named after the date and time it was created like..
dd/mm/yy:hh/mm/ss
Rather than just backup, backup1 etc :)
-
View User Profile
-
Send Message
Posted Jun 4, 2013can you please stop that your plugin spams my server log? every backup my log is 1 mb bigger than before! thank you!
-
View User Profile
-
Send Message
Posted Jun 3, 2013Can you please also turn off the output to console, this runs every 2 hours on my server and is making the log file massive :)
Thanks LsaL
-
View User Profile
-
Send Message
Posted Jun 2, 2013Seems to work but I get this on server startup:
2013-06-02 12:06:31 [INFO] [SaveMeBackup] Enabling SaveMeBackup v1.2 2013-06-02 12:06:31 [INFO] [SaveMeBackup] Setup backup task id 19 at 7200s 2013-06-02 12:06:31 [WARNING] [SaveMeBackup] Exception in savemebackup.onEnable: null java.lang.NullPointerException at com.osher.minecraft.undo.UndoPlugin.scheduleDailyJob(UndoPlugin.java:63) at com.osher.minecraft.undo.UndoPlugin.onEnable(UndoPlugin.java:51) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:383) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:306) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:288) at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:310) at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:289) at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:249) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:149) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:388) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
-
View User Profile
-
Send Message
Posted May 29, 2013@Hirsomat
yah just type /savemebackup daily|hourly to define what the filename will be
-
View User Profile
-
Send Message
Posted May 27, 2013Can I do a manual backup too?
-
View User Profile
-
Send Message
Posted May 22, 2013Could it be possible to zip/tar the backup folder and ftp it offsite?
-
View User Profile
-
Send Message
Posted May 19, 2013Ive been downloading "Save Me Backup-1.2 for CB 1.5.2-R0.1 May 13, 2013" and It just gives me errors. Would I be able to skype you so we can figure this out together?
-
View User Profile
-
Send Message
Posted May 16, 2013@leothellama
I use beastnode for my own server and it just saves to a directory in the server just be carefully not to use up your SSD space