Inactive [ADMN] MineBackup v5.9.4 - Automatically save and backup your server [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by ltguide, Oct 25, 2011.

  1. Offline

    ltguide

    I've taken the reins of ThisIsAreku's MineBackup. This is not a simple fork and fix to make it work for the latest recommended builds. This is a completely re-imagined and rewritten plugin. The only thing untouched and unchanged is the name itself.

    See BukkitDev for information.
     
  2. Offline

    CyberMiner

    Thank you, for updating it to the latest version of bukkit. At the Moment this is the only updated plugin for saving your Minecraft Multiplayer World. :)
     
  3. The dropbox upload doesn´t work anymore. How can i test the dropbox-string again or update it?
     
  4. Offline

    ltguide

    '/minebackup upload' will queue it to upload ahead of schedule. Then within 5 minutes you should see a message about it uploading.
     
  5. I get: "[MineBackup] All upload actions added to the queue. " But nothing happens after that for 8 hours. And i have broadcast on true for dropbox(in the strings.yml). How can i remake the code for dropbox.
     
  6. Offline

    ltguide

    Are you using 'compress'? It won't upload the individual files; it needs to be a zip. You should just be able to run through the steps on http://minebackup-dropbox.appspot.com/ in case the key is changed.

    '/minebackup upload' will now trigger quickly, just like 'now'

    If you still have the old map format (world height 128) files in your world folders, it's going to yell at you on server startup. Once you have a backup of the world, delete level.dat_mcr and the *.mcr files in the region folder. They aren't needed after the conversion and double the size/time of the backup.

    v5.9.2
    • added quick mode to upload thread
    • added nag message if old map format files exist
    • fixed upload action detection if actions_on_start is enabled
    • update upload command strings
    • cleaned up process() action switching
    • added friendly ftp errors (failed login/path not existant)
    v5.9.1
    • add actions_on_startup to replace start_covered_in_dirt
    • fix extra persist.dat migration

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  7. Offline

    ltguide

    Could you paste your config in a spoiler tag?
     
  8. Offline

    ltguide

    Do your maps start with "yourworldname" or did you censor the config? If you didn't censor, then I think I broke inheritance for numbers (it should be keeping 24 of each of your maps). Quick fix is to change your config to match world names, but I'll check into a code fix when I can get to a real computer.

    [SPOIL_ER][/SPOILER]

    Never mind, I guess I jumped to conclusions. It looks like everything is working correctly.

    With "yourworldname":
    Show Spoiler
    03:22:00 [INFO] [MineBackup] Loading configuration for others\plugins
    03:22:00 [INFO] [MineBackup] - copy: 0
    03:22:00 [INFO] [MineBackup] - compress: 0
    03:22:00 [INFO] [MineBackup] - compression_level: 9
    03:22:00 [INFO] [MineBackup] - cleanup: 0
    03:22:00 [INFO] [MineBackup] - dropbox: 0
    03:22:00 [INFO] [MineBackup] - ftp: 0
    03:22:00 [INFO] [MineBackup] - keep: 24
    03:22:00 [INFO] [MineBackup] - broadcast: true
    03:22:00 [INFO] [MineBackup] Using default configuration for worlds\survival
    03:22:00 [INFO] [MineBackup] - save: 900
    03:22:00 [INFO] [MineBackup] - copy: 3600
    03:22:00 [INFO] [MineBackup] - compress: 0
    03:22:00 [INFO] [MineBackup] - compression_level: 9
    03:22:00 [INFO] [MineBackup] - cleanup: 0
    03:22:00 [INFO] [MineBackup] - dropbox: 0
    03:22:00 [INFO] [MineBackup] - ftp: 0
    03:22:00 [INFO] [MineBackup] - keep: 24
    03:22:00 [INFO] [MineBackup] - broadcast: true
    03:22:01 [INFO] [MineBackup] Using default configuration for worlds\survival_nether
    03:22:01 [INFO] [MineBackup] - save: 900
    03:22:01 [INFO] [MineBackup] - copy: 3600
    03:22:01 [INFO] [MineBackup] - compress: 0
    03:22:01 [INFO] [MineBackup] - compression_level: 9
    03:22:01 [INFO] [MineBackup] - cleanup: 0
    03:22:01 [INFO] [MineBackup] - dropbox: 0
    03:22:01 [INFO] [MineBackup] - ftp: 0
    03:22:01 [INFO] [MineBackup] - keep: 24
    03:22:01 [INFO] [MineBackup] - broadcast: true
    03:22:01 [INFO] [MineBackup] Using default configuration for worlds\survival_the_end
    03:22:01 [INFO] [MineBackup] - save: 900
    03:22:01 [INFO] [MineBackup] - copy: 3600
    03:22:01 [INFO] [MineBackup] - compress: 0
    03:22:01 [INFO] [MineBackup] - compression_level: 9
    03:22:01 [INFO] [MineBackup] - cleanup: 0
    03:22:01 [INFO] [MineBackup] - dropbox: 0
    03:22:01 [INFO] [MineBackup] - ftp: 0
    03:22:01 [INFO] [MineBackup] - keep: 24
    03:22:01 [INFO] [MineBackup] - broadcast: true


    With correct world name:
    Show Spoiler
    03:25:00 [INFO] [MineBackup] Loading configuration for others\plugins
    03:25:00 [INFO] [MineBackup] - copy: 0
    03:25:00 [INFO] [MineBackup] - compress: 0
    03:25:00 [INFO] [MineBackup] - compression_level: 9
    03:25:00 [INFO] [MineBackup] - cleanup: 0
    03:25:00 [INFO] [MineBackup] - dropbox: 0
    03:25:00 [INFO] [MineBackup] - ftp: 0
    03:25:00 [INFO] [MineBackup] - keep: 24
    03:25:00 [INFO] [MineBackup] - broadcast: true
    03:25:00 [INFO] [MineBackup] Loading configuration for worlds\survival
    03:25:00 [INFO] [MineBackup] - save: 900
    03:25:00 [INFO] [MineBackup] - copy: 3600
    03:25:00 [INFO] [MineBackup] - compress: 3600
    03:25:00 [INFO] [MineBackup] - compression_level: 9
    03:25:00 [INFO] [MineBackup] - cleanup: 0
    03:25:00 [INFO] [MineBackup] - dropbox: 0
    03:25:00 [INFO] [MineBackup] - ftp: 0
    03:25:00 [INFO] [MineBackup] - keep: 24
    03:25:00 [INFO] [MineBackup] - broadcast: true
    03:25:00 [INFO] [MineBackup] Loading configuration for worlds\survival_nether
    03:25:00 [INFO] [MineBackup] - save: 1800
    03:25:00 [INFO] [MineBackup] - copy: 3600
    03:25:00 [INFO] [MineBackup] - compress: 10800
    03:25:00 [INFO] [MineBackup] - compression_level: 9
    03:25:00 [INFO] [MineBackup] - cleanup: 0
    03:25:00 [INFO] [MineBackup] - dropbox: 0
    03:25:00 [INFO] [MineBackup] - ftp: 0
    03:25:00 [INFO] [MineBackup] - keep: 10
    03:25:00 [INFO] [MineBackup] - broadcast: true
    03:25:00 [INFO] [MineBackup] Loading configuration for worlds\survival_the_end
    03:25:00 [INFO] [MineBackup] - save: 1800
    03:25:00 [INFO] [MineBackup] - copy: 21600
    03:25:00 [INFO] [MineBackup] - compress: 0
    03:25:00 [INFO] [MineBackup] - compression_level: 9
    03:25:00 [INFO] [MineBackup] - cleanup: 0
    03:25:00 [INFO] [MineBackup] - dropbox: 0
    03:25:00 [INFO] [MineBackup] - ftp: 0
    03:25:00 [INFO] [MineBackup] - keep: 10
    03:25:00 [INFO] [MineBackup] - broadcast: true


    Either way I'm getting multiple backups, though.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  9. Offline

    ltguide

    Adam818

    Compressed is one file (zip). If the compress_level is higher than 0 then it will be [much] smaller than the normal copy.

    Enable 'debug' in config.yml for a detailed list of the settings that are being used as each world/plugins is loaded. (Exact times are seconds from midnight, but stored as a negative number.)

    This should help with figuring out what the plugin sees in the configuration.

    Code:
    [INFO] [MineBackup] Loading configuration for worlds\survival
    [INFO] [MineBackup]  - save: 900
    [INFO] [MineBackup]  - copy: 0
    [INFO] [MineBackup]  - compress: 3600
    [INFO] [MineBackup]  - compression_level: 9
    [INFO] [MineBackup]  - cleanup: 0
    [INFO] [MineBackup]  - dropbox: 0
    [INFO] [MineBackup]  - ftp: -14400
    [INFO] [MineBackup]  - keep: 24
    [INFO] [MineBackup]  - broadcast: false
    

    v5.9.3
    • add debug message for values of loaded config
    • fix messages.action_done not being broadcast
    • fix exact time actions
    • made old map format warning dimension smart
    • remove stacktrace from HTTPExceptions (prettier Dropbox error messages)
    • fix missing leading zero in exact times (in status messages)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  10. Thx :) Yes i am using compress, so *.zip-files are saved. But not uploaded to dropbox anymore.

    If i test a new version on another system, do i have to generate the dropbox-key generatet on the real server-system? Or can i alway use the same key?
     
  11. Offline

    ltguide

    o0Julia0o
    The keys are linked to the Dropbox account so they will work from any system. They are stored in persist.dat.

    Have you tried v5.9.3 with debug (config.yml) set to true? When the config is loaded, it should show dropbox: >0.
     
  12. Hey Guys,

    I have a problem... it says it saves my world... and it also says its done. and in the /minebackup folder are no files! i tried deleting the folder and remaking it. But I dont know what I am doing wrong. Didn't really touch the config apart from setting "compress" to true. And yes i checked the folder that is on one level with the plugin folder... it doesnt work >.<

    I'll paste my config file here

    Show Spoiler

    default_actions:
    save: true
    copy: false
    compress: false
    cleanup: false
    dropbox: false
    ftp: false
    default_settings:
    save: 15m
    copy: 1h
    compress: 1h
    compression_level: 9
    cleanup: '2:00'
    dropbox: '3:00'
    ftp: '3:30'
    keep: 24
    broadcast: false
    worlds:
    yourworldname:
    save: true
    compress: true
    yourworldname_nether:
    save: 30m
    compress: 3h
    keep: 8
    yourworldname_the_end:
    save: 30m
    copy: 6h
    keep: 4
    others:
    plugins:
    copy: false
    compress: false
    dropbox: false
    exclude-folders:
    - tiles
    exclude-types:
    - jar
    - lck
    directories:
    worlds: .
    others: .
    destination: ./minebackup
    destination:
    format: '%Y-%M-%D_%H-%m-%S'
    prepend-world: false
    ftp:
    server: ftpserver:21
    path: /
    username: user
    password: '123'
    actions_on_startup:
    enabled: false
    delay: 2m
    debug: true
    version-nomodify: 5.9.3


    btw if I type /minebackup NOW into the console it says that it only saves nether and end world... (actually as I described it saves nothing^^ but I thought I'd mention it)
     
  13. Offline

    ltguide

    Tzeakz

    You need to change "yourworldname" to your actual world name for it to listen to you. Also, "save" doesnt create files. Only copy or compress actually backup anything.
     
  14. Ah yes now it works :) thank you very much!
     
  15. Offline

    Elements11997

    when it saves, could you add a message like "[Server] Saving world, brace for lag"
     
  16. Offline

    ltguide

    You can enable broadcast for this. Either in default_settings or for just one world.
     
  17. Offline

    gvlfm78

    My console is spammed at every backup with this:
    Code:
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c2 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c3 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,144.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c4 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c5 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c6 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c7 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,144.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c8 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,144.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3c9 in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ca in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,144.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3cb in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3cc in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,144.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3cd in world 'world'!
    09:15:59 [WARNING] Entity is at 895.5,146.5 (chunk 55,9) but was stored in chunk 56,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ce in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,157.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3cf in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,155.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d0 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,157.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d1 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,155.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d2 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,157.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d3 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,155.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d4 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,155.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d5 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,155.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d6 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,157.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d7 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,157.5 (chunk 56,9) but was stored in chunk 57,9
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d8 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3d9 in world 'world'!
    09:15:59 [WARNING] Entity is at 897.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3da in world 'world'!
    09:15:59 [WARNING] Entity is at 901.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3db in world 'world'!
    09:15:59 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3dc in world 'world'!
    09:15:59 [WARNING] Entity is at 899.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3dd in world 'world'!
    09:15:59 [WARNING] Entity is at 901.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3de in world 'world'!
    09:15:59 [WARNING] Entity is at 897.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3df in world 'world'!
    09:15:59 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e0 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e1 in world 'world'!
    09:15:59 [WARNING] Entity is at 897.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e2 in world 'world'!
    09:15:59 [WARNING] Entity is at 901.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e3 in world 'world'!
    09:15:59 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e4 in world 'world'!
    09:15:59 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e5 in world 'world'!
    09:15:59 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e6 in world 'world'!
    09:15:59 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e7 in world 'world'!
    09:15:59 [WARNING] Entity is at 897.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e8 in world 'world'!
    09:15:59 [WARNING] Entity is at 901.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3e9 in world 'world'!
    09:15:59 [WARNING] Entity is at 899.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:15:59 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ea in world 'world'!
    09:16:00 [WARNING] Entity is at 909.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3eb in world 'world'!
    09:16:00 [WARNING] Entity is at 901.5,159.5 (chunk 56,9) but was stored in chunk 56,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ec in world 'world'!
    09:16:00 [WARNING] Entity is at 913.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ed in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,161.5 (chunk 56,10) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ee in world 'world'!
    09:16:00 [WARNING] Entity is at 917.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ef in world 'world'!
    09:16:00 [WARNING] Entity is at 913.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f0 in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f1 in world 'world'!
    09:16:00 [WARNING] Entity is at 915.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f2 in world 'world'!
    09:16:00 [WARNING] Entity is at 913.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f3 in world 'world'!
    09:16:00 [WARNING] Entity is at 915.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f4 in world 'world'!
    09:16:00 [WARNING] Entity is at 915.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f5 in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f6 in world 'world'!
    09:16:00 [WARNING] Entity is at 915.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f7 in world 'world'!
    09:16:00 [WARNING] Entity is at 917.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f8 in world 'world'!
    09:16:00 [WARNING] Entity is at 915.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3f9 in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,161.5 (chunk 56,10) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3fa in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3fb in world 'world'!
    09:16:00 [WARNING] Entity is at 917.5,159.5 (chunk 57,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3fc in world 'world'!
    09:16:00 [WARNING] Entity is at 911.5,159.5 (chunk 56,9) but was stored in chunk 57,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3fd in world 'world'!
    09:16:00 [WARNING] Entity is at 888.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3fe in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@3ff in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@400 in world 'world'!
    09:16:00 [WARNING] Entity is at 894.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@401 in world 'world'!
    09:16:00 [WARNING] Entity is at 892.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@402 in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@403 in world 'world'!
    09:16:00 [WARNING] Entity is at 894.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@404 in world 'world'!
    09:16:00 [WARNING] Entity is at 892.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@405 in world 'world'!
    09:16:00 [WARNING] Entity is at 894.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@406 in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@407 in world 'world'!
    09:16:00 [WARNING] Entity is at 894.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@408 in world 'world'!
    09:16:00 [WARNING] Entity is at 888.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@409 in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@40a in world 'world'!
    09:16:00 [WARNING] Entity is at 892.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@40b in world 'world'!
    09:16:00 [WARNING] Entity is at 890.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    09:16:00 [WARNING] Wrong location for net.minecraft.server.EntityItem@40c in world 'world'!
    09:16:00 [WARNING] Entity is at 892.5,159.5 (chunk 55,9) but was stored in chunk 55,10
    
     
  18. Offline

    nhadobas

    default_actions:
    save: false
    copy: false
    compress: true
    cleanup: false
    dropbox: false
    ftp: false
    default_settings:
    save: 15m
    copy: 1h
    compress: 1h
    compression_level: 9
    cleanup: '2:00'
    dropbox: '3:00'
    ftp: '3:30'
    keep: 24
    broadcast: true
    worlds:
    world:
    compress: 30m
    others:
    plugins:
    copy: false
    compress: false
    dropbox: false
    exclude-folders:
    - tiles
    exclude-types:
    - jar
    - lck
    directories:
    worlds: .
    others: .
    destination: ./minebackup
    destination:
    format: '%Y-%M-%D_%H-%m-%S'
    prepend-world: false
    ftp:
    server: ftpserver:21
    path: /
    username: user
    password: '123'
    actions_on_startup:
    enabled: false
    delay: 2m
    debug: false
    version-nomodify: 5.9.3

    That is my config file, but it only saves the end, and the nether. I does not save the main world. HELP!?
     
  19. I get the following message after updating to Version 5.9.3 (before i had 5.9.0)
    Code:
    [MineBackup] % detected old map format files (.\MYWORLD); once backed up, remove level.dat_mcr and *.mcr files from \region
    2012-06-02 17:39:01 [WARNING] [MineBackup] % detected old map format files (.\MYWORLD_nether); once backed up, remove level.dat_mcr and *.mcr files from DIM-1\region
    2012-06-02 17:39:01 [WARNING] [MineBackup] % detected old map format files (.\MYWORLD_the_end); once backed up, remove level.dat_mcr and *.mcr files from DIM1\region
    
    What does it mean? Do i have to delete this files from now on, after future backups? So everytime Minebackup saves my World, i have to delete this files?
    Or do i have to delete this files in my original World - 1 time? But can i do that, without loosing important data?


    Code:
    [MineBackup]  - copy: 7200
    2012-06-02 21:18:01 [INFO] [MineBackup]  - compression_level: 9
    2012-06-02 21:18:01 [INFO] [MineBackup]  - cleanup: -7200
    2012-06-02 21:18:01 [INFO] [MineBackup]  - dropbox: -25200
    2012-06-02 21:18:01 [INFO] [MineBackup]  - ftp: 0
    2012-06-02 21:18:01 [INFO] [MineBackup]  - keep: 168
    
    so is the negative value "-25200" the problem?

    craftbukkit-1.2.5-R3.0.jar
     
  20. Offline

    GladGulGubbe

    Im trying to sync it to my DropBox account, But it doesnt seem to work.
    I did use the code that the link gave me, And it says that it is connected, But when i do the /minebackup now and /minebackup upload, Nothing happends, not even after several hours.

    Im not sure it even backups at all.

    here's my Config.yml :
    Code:
    default_actions:
      save: true
      copy: true
      compress: true
      cleanup: false
      dropbox: true
      ftp: false
    default_settings:
      save: 15m
      copy: 1h
      compress: 1h
      compression_level: 9
      cleanup: '2:00'
      dropbox: '3:00'
      ftp: '3:30'
      keep: 24
      broadcast: false
    worlds:
      Clockwork:
        save: true
        compress: true
      yourworldname_nether:
        save: 30m
        compress: 3h
        keep: 8
      yourworldname_the_end:
        save: 30m
        copy: 6h
        keep: 4
    others:
      plugins:
        copy: false
        compress: false
        dropbox: false
        exclude-folders:
        - tiles
        exclude-types:
        - jar
        - lck
    directories:
      worlds: .
      others: .
      destination: ./minebackup
    destination:
      format: '%Y-%M-%D_%H-%m-%S'
      prepend-world: false
    ftp:
      server: ftpserver:21
      path: /
      username: user
      password: '123'
    actions_on_startup:
      enabled: false
      delay: 2m
    debug: false
    version-nomodify: 5.9.3
     
  21. Offline

    Buckethead

    I keep seeing this all the time :<

    Code:
    18:42:12 [INFO] [MineBackup]  * compressing others\plugins
    18:43:07 [INFO] [MineBackup]  - TaskProcess already working - it's already been a minute?!
    18:44:07 [INFO] [MineBackup]  - TaskProcess already working - it's already been a minute?!
    18:45:07 [INFO] [MineBackup]  - TaskProcess already working - it's already been a minute?!
    18:46:07 [INFO] [MineBackup]  - TaskProcess already working - it's already been a minute?!
    18:47:07 [INFO] [MineBackup]  - TaskProcess already working - it's already been a minute?!
    
     
  22. Offline

    DinoScope

    Will this back up factions?
     
  23. Offline

    Buckethead

    you can set it to backup plaugins
     
  24. Offline

    FerrOHShay

    does this plugin works on the latest 1.2.5 r-4?
     
  25. Offline

    mc_camilo

    I have multiverse on my server, will it save all my worlds?
     
  26. Offline

    Brainiacguy

    Minebackup seems to be buggy( i updated to 1.3.1)...


    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    [INFO] [INFO] Do you think someone is using an exploit or glitch? Msg Brainiacguy :D
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [INFO] [INFO] If you want to make some money then go to the Shops worldAnd set up a shop there!
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [INFO] [INFO] NEED MONEY!?!?! Get a job with /jobs list and /jobs join (job)
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [INFO] [INFO] If you want to make some money then go to the Shops worldAnd set up a shop there!
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [INFO] [LagBeGone] Removed 87 entities!
    [INFO] [INFO] If you want to make some money then go to the Shops worldAnd set up a shop there!
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    [INFO] [INFO] NEED MONEY!?!?! Get a job with /jobs list and /jobs join (job)
    [WARNING] [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.

    I dont have any other plugins that save or backup the worlds
     
  27. Offline

    godsyn

    I too am getting the
    Code:
    [MineBackup] WorldSave detected. If a person triggered it then ignore this message. However, if another world save plugin is responsible, then you should uninstall it before it saves while a backup is in progress.
    error on 1.3.1.
     
  28. Offline

    xKarolusx

    same like up.
     
  29. Offline

    Nomizak

    I'm getting the same message ever since I updated to recommended craftbukkit build 1.3.1-R1.0
     
  30. Offline

    gus

    same here with the 1.3.1 error. checked the source on github and i can't even find the error message in the code let alone what triggers it.
     
  31. Offline

    posicat

    It looks like there's an issue with the FTP always using passive mode, it's preventing me from being able to send a backup from my host to my backup server because the passive port is firewalled off. Any chance of putting in an option to allow passive FTP to be disabled?
     

Share This Page