Inactive [ADMN] MineBackup v0.4.8.1 - Auto backup worlds ! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by ThisIsAreku, Jun 24, 2011.

  1. Offline

    me_noother

    what is the commands?
     
    pucky likes this.
  2. Offline

    Taemera


     
  3. currently there is no command, but I've planned to add a "/mbck" command.
    For the moment the process is automatic, at regular time.
     
    me_noother likes this.
  4. Offline

    me_noother

  5. Offline

    desmin88

    @ThisIsAreku
    Your plugin is not threadsafe. You explicitly save worlds in a new thread, something you should NEVER do in minecraft. You also copy worlds, which isn't as bad. All world saving etc. has to be done in the main thread, or you can corrupt worlds.
    To everybody using this, I highly advise not to until the author fixes the aforementioned issues.
     
  6. @desmin88
    okay, I've made some code correction
    should I use the "scheduleSyncRepeatingTask(Plugin plugin, Runnable task, long delay, long period) " method ?
     
    Mathew Alden likes this.
  7. Offline

    desmin88

  8. Offline

    Plague

    Update the plugin to latest recommended build and change the title accordingly.
    Failure to do so will result in this moving to INACTIVE section.
     
  9. Offline

    Stodo

    What is a main thread and like side thread and stuff?
     
  10. Offline

    lloyd menzies

    Anyone confirm this plugin is save to use ?
     
  11. Offline

    Sir Ducksworth

    How long is a tick?
     
  12. Offline

    Duerdum9

    Not sure, but I think it's one second.
    Also, I'm using it at the moment, nothing "bad" happened yet, just backing up my files once an hour, no errors, no lag or anything, I highly recommend it to everyone ^^
     
  13. Offline

    niallmcfc

    It works perfectly. Great plugin, best/only working backup tool there is.
     
  14. yah, a tick is one second
    thanks @niallmcfc and @Duerdum9 :)
    sometimes the most useful plugins are the simplest
    Now i'm working on dropbox integration, to upload your saves to your dropbox
     
  15. Offline

    MG127

    good to see that someone made a new backupplugin
    the other backupplugins did too much for their functionality or too less
    simplesave made a autosave that i cound't deactivate and that didn't realy save (lost 2 hours work on my map)
    and the old backupPlugin is inactive and not multiworld compatible
     
  16. Offline

    BigBenM

    why on earth is it displaying in french in mine craft... Minebackup Demaree... terminee... ???

    I checked the source code on GitHub, and I can't see that string anywhere...
     
  17. Offline

    Jobsti

    Hey, great plugin @ThisIsAreku

    I'm searching for an alternative from the backupplugin.
    So could you implement an amount of max Backups? (I only want 24 Backups, every 24th backup, delete the oldest)

    What's about the map like the backupplugin?
    Could you chance the language to english?
    Please add "tick is one second" to topic ;)
     
    Antac55 likes this.
  18. Offline

    Duerdum9

    If you find out how to do it, then reach me, I can translate to Danish ^^
     
  19. Offline

    Rockstar

    Great plugin...thanks alot!
    Is there a permission node to enable\prevent use of the /mbck command?
     
  20. Offline

    Jobsti

    /mbck works, but Autobackup doesn't work for me.

    Standard-config, I only removed one world.
     
  21. Offline

    ShadowsOfFate

    same problem for me as well. the command works but the autobackup function does not.
     
  22. Offline

    OZ4RK

    Need auto delete feature of old backups. After that keep it simple. Also any update on the Auto update not working?
    -Jobsti
     
  23. Yes, I don't know where is the problem.. I'm looking to fix it.

    EDIT: fixed

    @Rockstar for the moment, there is no permissions support, since I haven't time to work on it.

    Only OP's can use the command

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

    dragos240

    Hello,

    I wanted to know how to set the delay of the backup. I see by default it's 10, but 10 what?
     
  25. Offline

    Madmusk

    Hey, loving this plugin. Simple, yet has basically all the features needed. I'm sure you'll continue to improve it and it'll be even better.

    One question: does it have to start a backup every time the plugin loads? If I'm doing a lot of reloads because I'm working on my plugins I'll end up with several pointless backups.

    Can't wait for dropbox integration! :)
     
  26. @Madmusk
    Thank you :)
    for your problem, just set 'delay' equal to 'tick', so the first backup will be delayed.

    I've some problem with the dropbox API, and I'm also working on another plugin, but it will come :D !

    all value is in seconds

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 17, 2016
    Madmusk likes this.
  27. Offline

    dragos240

    Wait, so if each tick is a second, and there are 3600 ticks in an interval.. then the inerval is an hour, and if 10 is the delay, it should do it every 10 hours, but it's doing it every 10 minutes

    3600 seconds
    60 minutes
    1 hour

    So why is this happening every 10 minutes?
     
  28. no, the 'delay' property is for delay the FIRST BACKUP only.
    it's the delay before executing first repeat
     

Share This Page