[INACTIVE][ADMN] BackupPlugin v0.8.8 (Backups & Maps - Fork from MysticX's plugin) [670]

Discussion in 'Inactive/Unsupported Plugins' started by _Oni_, Mar 5, 2011.

  1. Offline

    _Oni_

    BackupPlugin
    Version: v0.8.8

    This plugin allows you to create world backups or to generate world maps automatically or via ingame command.
    It's a fork of MysticX's BackupPlugin : http://forums.bukkit.org/threads/895/

    Commands

    • /backup <force> (optional) - backups your world data
    • /map <force> (optional) - generates map(s) of your world
    • /breload - reloads BackupPlugin configuration file
    • /loglevel <level> - sets log level
    Valid arguments for force are true & false. Using a command with true will result in a forced cache rebuilt, useful if you want to avoid the cache-lifetime for any reason.

    Valid arguments for log level are FINEST, FINE, INFO, WARNING or SEVERE (case sensitive!), default is INFO. FINE & FINEST will generate debug output.
    Valid arguments for time unit are SECONDS, MINUTES, HOURS, DAYS (case sensitive!), default is MINUTES.


    Properties

    This plugin will generate a properties file in your server home (BackupPlugin.properties)
    Here are two examples:

    Standard properties (0.8.5, I guess) file (for mcmap): here
    MysticX's properties file (0.8.5) (for c10t): here

    Permissions

    My version supports Permissions (from 2.0, if you have a problem with Permissions plugin report this) and GroupManager (1.0)
    • BackupPlugin.backup : for /backup command
    • BackupPlugin.map : for /map command
    • BackupPlugin.admin : for /loglevel and /breload
    Donwload and Source Code
    Download last version
    Source Code

    Changelog
    Show Spoiler

    Version 0.8.8
    • Fix Backup History
    • Improve how calc first run time (could fix some date problem)
    Version 0.8.7
    • Change method to save world in disk before backup/mapping
    Version 0.8.6.1
    • Fix mapping
    • Remove debug option (use loglevel FINEST instead)
    Version 0.8.6
    • Command can use in console server now
    • Try to do save-all before backup and mapping (I have to change this, it's not ok, I think)
    • Add a debug option
    • Cleaning code again
    Version 0.8.5-SNAPSHOT
    • Some fix for recent build of craftbukkit
    • Move from GroupUsers plugin to Permissions plug
    • Move BackupPlugin.properties to plugins/BackupPlugin/config.properties
    • Add a temp-path option to define temp folder for cache
    • Cleaning code

    TODO
    • Add a multiworld support (WiP)
    PS : I know, I did much copy-paste from MysticX's thread but It was only a fork from his code and I didn't much change, for the moment. ;)
     
    DiddiZ, MasterMeNL, IndianaX and 2 others like this.
  2. Offline

    Wanderer89

    Is anyone else having a problem with the plugin making multiple backups back-to-back, not everytime, just occasionally...

    Using 0.8.8 and CB 670

    e: and what's a good baseline for cache lifespan?
     
  3. Offline

    RazMaTaz

    You talking about this error getting occasionally..
    Show Spoiler
    Code:
    2011-04-10 08:29:51 [SEVERE] java.io.IOException: The handle is invalid
    2011-04-10 08:29:51 [SEVERE]     at java.io.RandomAccessFile.seek(Native Method)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:342)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:279)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    2011-04-10 08:29:51 [SEVERE]     at java.util.zip.DeflaterOutputStream.close(Unknown Source)
    2011-04-10 08:29:51 [SEVERE]     at java.io.FilterOutputStream.close(Unknown Source)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:64)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.ChunkProviderServer.b(ChunkProviderServer.java:163)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.ChunkProviderServer.a(ChunkProviderServer.java:193)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.World.a(World.java:135)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.World.h(World.java:1401)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:359)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-10 08:29:51 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
     
  4. Offline

    sibbo7

    I have the same Problem.. its doing 3 backups at a Time.. and i have backup-history set to 3.. so it overwrites all the old backups..

    Now i have 3 Backups from the same Time.. its no really useful like this

    Code:
    2011-04-11 14:59:23 [INFO] [BackupPlugin]  Starting backup process..
    2011-04-11 14:59:24 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-04-11 14:59:24 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-04-11 14:59:28 [INFO] [BackupPlugin]  deleting old backup file: world-backups/GulliCraft_20110411-1159280598.zip
    2011-04-11 14:59:28 [INFO] [BackupPlugin]  Backup sucessfull
    2011-04-11 14:59:55 [INFO] [BackupPlugin]  Starting backup process..
    2011-04-11 14:59:55 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-04-11 14:59:55 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-04-11 14:59:59 [INFO] [BackupPlugin]  deleting old backup file: world-backups/GulliCraft_20110411-1259490684.zip
    2011-04-11 14:59:59 [INFO] [BackupPlugin]  Backup sucessfull
    2011-04-11 15:00:00 [INFO] [BackupPlugin]  Starting backup process..
    2011-04-11 15:00:00 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-04-11 15:00:00 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-04-11 15:00:04 [INFO] [BackupPlugin]  deleting old backup file: world-backups/GulliCraft_20110411-1359550625.zip
    2011-04-11 15:00:04 [INFO] [BackupPlugin]  Backup sucessfull
     
  5. Offline

    Kuckeli

    Hey awesome plugin, but i have a question.
    Is it possible for you to make it so it anounces when it backups to everyone on the server?
    Just something i think would be useful so the users know if any lag or something would occur.
     
  6. Offline

    sibbo7

    This Plugin is bugged as hell.. or is it just me?

    First it made 3 Backups at a Time.. now it makes Backups whenever it wants.. i have Backups from 1-5am and after that nothing.. from 6-11 nothing
     
  7. Offline

    RazMaTaz

    Not sure if this is new or not. CB 677
    Code:
    16:59:14 [INFO] [BackupPlugin]  Starting backup process..
    16:59:14 [SEVERE] java.util.ConcurrentModificationException
    16:59:14 [SEVERE]       at java.util.AbstractList$Itr.checkForComodification(Unk
    nown Source)
    16:59:14 [SEVERE]       at java.util.AbstractList$Itr.next(Unknown Source)
    16:59:14 [SEVERE]       at net.minecraft.server.ChunkLoader.a(SourceFile:127)
    16:59:14 [SEVERE]       at net.minecraft.server.ChunkRegionLoader.a(SourceFile:6
    2)
    16:59:14 [SEVERE]       at net.minecraft.server.ChunkProviderServer.b(ChunkProvi
    derServer.java:163)
    16:59:14 [SEVERE]       at net.minecraft.server.ChunkProviderServer.a(ChunkProvi
    derServer.java:193)
    16:59:14 [SEVERE]       at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.jav
    a:543)
    16:59:14 [SEVERE]       at com.mysticx.bukkit.backupplugin.BackupUnit.run(Backup
    Unit.java:61)
    16:59:14 [SEVERE]       at java.util.concurrent.Executors$RunnableAdapter.call(U
    nknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.FutureTask$Sync.innerRunAndReset
    (Unknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.FutureTask.runAndReset(Unknown S
    ource)
    16:59:14 [SEVERE]       at java.util.concurrent.ScheduledThreadPoolExecutor$Sche
    duledFutureTask.access$101(Unknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.ScheduledThreadPoolExecutor$Sche
    duledFutureTask.runPeriodic(Unknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.ScheduledThreadPoolExecutor$Sche
    duledFutureTask.run(Unknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.ThreadPoolExecutor$Worker.runTas
    k(Unknown Source)
    16:59:14 [SEVERE]       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Un
    known Source)
    16:59:14 [SEVERE]       at java.lang.Thread.run(Unknown Source)
    16:59:14 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes,
     depending on the world size.
    16:59:14 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    16:59:23 [INFO] [BackupPlugin]  deleting old backup file: c:world-backups\Mystic
    Forest_20110409-0529420621.zip
    16:59:23 [INFO] [BackupPlugin]  Backup sucessfull
     
  8. Offline

    ssechaud

    11:59:43 [INFO] [BackupPlugin] Starting backup process..
    11:59:43 [INFO] [BackupPlugin] Starting map generation process.. this could take a while!
    11:59:43 [SEVERE] java.io.IOException: Bad file descriptor
    11:59:43 [SEVERE] at java.io.RandomAccessFile.seek(Native Method)
    11:59:43 [SEVERE] at net.minecraft.server.RegionFile.a(SourceFile:342)
    11:59:43 [SEVERE] at net.minecraft.server.RegionFile.a(SourceFile:279)
    11:59:43 [SEVERE] at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    11:59:43 [SEVERE] at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:149)
    11:59:43 [SEVERE] at java.io.FilterOutputStream.close(FilterOutputStream.java:143)
    11:59:43 [SEVERE] at net.minecraft.server.ChunkRegionLoader.a(SourceFile:64)
    11:59:43 [SEVERE] at net.minecraft.server.ChunkProviderServer.b(ChunkProviderServer.java:163)
    11:59:43 [SEVERE] at net.minecraft.server.ChunkProviderServer.a(ChunkProviderServer.java:193)
    11:59:43 [SEVERE] at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:543)
    11:59:43 [SEVERE] at com.mysticx.bukkit.backupplugin.BackupUnit.run(BackupUnit.java:61)
    11:59:43 [SEVERE] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    11:59:43 [SEVERE] at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    11:59:43 [SEVERE] at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    11:59:43 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    11:59:43 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    11:59:43 [SEVERE] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    11:59:43 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    11:59:43 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    11:59:43 [SEVERE] at java.lang.Thread.run(Thread.java:662)
    11:59:43 [INFO] [BackupPlugin] Rebuilding Cache. This can take several minutes, depending on the world size.
    11:59:45 [INFO] [BackupPlugin] Rebuilding Cache. This can take several minutes, depending on the world size.
     
  9. Offline

    vein_mx

    i also think it would be nice to have the plugin make an announcement to the server so we know when its doing a backup =]
     
  10. Offline

    xZise

    And you are the 1000th who wanted this feature. But the developer doesn't do anything since weeks, so fork or hope that somebody fork this fork again ;)

    Fabian
     
  11. Offline

    MacG32

    Plugin's working great with CB #678. Thank _Oni_. :)
     
  12. Offline

    Galrath

    The mapping process isn't working for some reason...

    The error message in the console:
    Code:
    2011-04-18 11:38:24 [INFO] [BackupPlugin]  Mapping pass 1 of 6...
    2011-04-18 11:38:24 [WARNING] [BackupPlugin]  Mapping failed, something went wrong while executing external code! Exit Status: 1
    It's the same for all mapping passes.

    My config:
    Code:
    #BackupPlugin Config File
    #Sun Apr 17 14:33:21 CEST 2011
    level-name=world
    automap-period=720
    time-unit=MINUTES
    mapper-executable=C\:\\Users\\Pantheon\\AppData\\Roaming\\.minecraft\\mcmap.exe
    backup-history=5
    use-latest=false
    authorized-users=Galrath
    temp-path=world-backups/temp
    log-level=FINEST
    map-path=world-maps
    map-options=-png -west -skylight -file $o $w;-png -west -underground -file $o $w;-png -west -night -file $o $w;-png -east -skylight -file $o $w;-png -north -skylight -file $o $w;-png -south -skylight -file $o $w
    backup-path=world-backups
    cache-lifetime=30
    autobackup-period=720
    first-run=1200
    I used the same config with the original plugin and it always worked without any problems, but maybe something changed within this fork, which I've missed...
     
  13. Offline

    Hrd2GtStunned

    Haven't had any problems with it yet. Using CB#684

    Thanks, great plugin :)
     
  14. Offline

    Bjourk

    ETA?
     
  15. Offline

    Sir Ducksworth

    Hi,

    Since updating to craftbukkit 714 i have the plugin has been saving empty zip folders. When forced (by command /backup) it saves only a section of the map...it gives this error.

    Code:
    2011-04-24 16:59:36 [INFO] [BackupPlugin]  Starting backup process..
    2011-04-24 16:59:37 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-04-24 16:59:37 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-04-24 16:59:38 [SEVERE] [BackupPlugin]  Error rebuilding cache:
    java.io.IOException: The file or directory is corrupted and unreadable
        at java.io.FileInputStream.readBytes(Native Method)
        at java.io.FileInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at com.mysticx.bukkit.backupplugin.IOHelper.copyFile(IOHelper.java:130)
        at com.mysticx.bukkit.backupplugin.IOHelper.copyDir(IOHelper.java:113)
        at com.mysticx.bukkit.backupplugin.IOHelper.copyDir(IOHelper.java:111)
        at com.mysticx.bukkit.backupplugin.CacheControl.rebuildCache(CacheControl.java:254)
        at com.mysticx.bukkit.backupplugin.CacheControl.getCache(CacheControl.java:220)
        at com.mysticx.bukkit.backupplugin.CacheControl.persistCache(CacheControl.java:276)
        at com.mysticx.bukkit.backupplugin.BackupUnit.run(BackupUnit.java:67)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    2011-04-24 16:59:38 [WARNING] [BackupPlugin]  Cache couldn't be rebuilt!
    2011-04-24 16:59:38 [SEVERE] [BackupPlugin]  Error while zipping temp folder!
    java.util.zip.ZipException: ZIP file must have at least one entry
        at java.util.zip.ZipOutputStream.finish(Unknown Source)
        at java.util.zip.DeflaterOutputStream.close(Unknown Source)
        at java.util.zip.ZipOutputStream.close(Unknown Source)
        at com.mysticx.bukkit.backupplugin.IOHelper.zipDirectory(IOHelper.java:63)
        at com.mysticx.bukkit.backupplugin.CacheControl.persistCache(CacheControl.java:280)
        at com.mysticx.bukkit.backupplugin.BackupUnit.run(BackupUnit.java:67)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    2011-04-24 16:59:38 [WARNING] [BackupPlugin]  Backup failed
    Edit: I found my problem, the world file was corrupt...so I started a new world.
     
  16. Offline

    Birdie

    Can anyone update this?
     
  17. Offline

    NeoCronos

    Fork this please, i love it :/

    getting Errors now every BackUp (Backup every 6 hours)

    Code:
    2011-05-03 05:59:04 [INFO] [BackupPlugin]  Starting map generation process.. this could take a while!
    2011-05-03 05:59:04 [INFO] [BackupPlugin]  Starting backup process..
    2011-05-03 05:59:04 [SEVERE] java.io.IOException: Bad file descriptor
    2011-05-03 05:59:04 [SEVERE]     at java.io.RandomAccessFile.seek(Native Method)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:342)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:279)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    2011-05-03 05:59:04 [SEVERE]     at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:149)
    2011-05-03 05:59:04 [SEVERE]     at java.io.FilterOutputStream.close(FilterOutputStream.java:143)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:64)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:160)
    2011-05-03 05:59:04 [SEVERE]     at net.minecraft.server.ChunkProviderServer.saveChunks(ChunkProviderServer.java:190)
    2011-05-03 05:59:04 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:551)
    2011-05-03 05:59:04 [SEVERE]     at com.mysticx.bukkit.backupplugin.MapperUnit.run(MapperUnit.java:99)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    2011-05-03 05:59:04 [SEVERE]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    2011-05-03 05:59:04 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    2011-05-03 05:59:04 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-05-03 05:59:08 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-05-03 05:59:08 [INFO] [BackupPlugin]  Mapping pass 1 of 2...
    2011-05-03 05:59:55 [INFO] [BackupPlugin]  Mapping successful! Executing mapper took 46 seconds.
    2011-05-03 05:59:55 [INFO] [BackupPlugin]  Mapping pass 2 of 2...
    2011-05-03 06:00:46 [INFO] [BackupPlugin]  Mapping successful! Executing mapper took 51 seconds.
    2011-05-03 06:00:46 [INFO] [BackupPlugin]  Mapping process finished.
    2011-05-03 06:00:46 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-05-03 06:00:53 [INFO] [BackupPlugin]  Backup sucessfull
    2011-05-03 06:30:48 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-05-03 06:30:48 [INFO] [BackupPlugin]  Cache lifetime ended.
    2011-05-03 11:58:56 [INFO] [BackupPlugin]  Starting backup process..
    2011-05-03 11:58:56 [INFO] [BackupPlugin]  Starting map generation process.. this could take a while!
    2011-05-03 11:58:56 [SEVERE] java.io.IOException: Bad file descriptor
    2011-05-03 11:58:56 [SEVERE]     at java.io.RandomAccessFile.seek(Native Method)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:342)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.RegionFile.a(SourceFile:279)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.ChunkBuffer.close(SourceFile:259)
    2011-05-03 11:58:56 [SEVERE]     at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:149)
    2011-05-03 11:58:56 [SEVERE]     at java.io.FilterOutputStream.close(FilterOutputStream.java:143)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.ChunkRegionLoader.a(SourceFile:64)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.ChunkProviderServer.saveChunk(ChunkProviderServer.java:160)
    2011-05-03 11:58:56 [SEVERE]     at net.minecraft.server.ChunkProviderServer.saveChunks(ChunkProviderServer.java:190)
    2011-05-03 11:58:56 [SEVERE]     at org.bukkit.craftbukkit.CraftWorld.save(CraftWorld.java:551)
    2011-05-03 11:58:56 [SEVERE]     at com.mysticx.bukkit.backupplugin.BackupUnit.run(BackupUnit.java:61)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:180)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:204)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    2011-05-03 11:58:56 [SEVERE]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    2011-05-03 11:58:56 [SEVERE]     at java.lang.Thread.run(Thread.java:662)
    2011-05-03 11:58:56 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-05-03 11:59:00 [INFO] [BackupPlugin]  Mapping pass 1 of 2...
    2011-05-03 11:59:00 [INFO] [BackupPlugin]  Rebuilding Cache. This can take several minutes, depending on the world size.
    2011-05-03 11:59:47 [INFO] [BackupPlugin]  Mapping successful! Executing mapper took 46 seconds.
    2011-05-03 11:59:47 [INFO] [BackupPlugin]  Mapping pass 2 of 2...
    2011-05-03 12:00:38 [INFO] [BackupPlugin]  Mapping successful! Executing mapper took 51 seconds.
    2011-05-03 12:00:38 [INFO] [BackupPlugin]  Mapping process finished.
    2011-05-03 12:00:38 [INFO] [BackupPlugin]  Deleting cache, might be obsolete.
    2011-05-03 12:00:45 [INFO] [BackupPlugin]  Backup sucessfull
    
     
  18. Offline

    Bjourk

    Or fork it?
    Or at least suggest a similar plugin?
     
  19. Offline

    xZise

  20. Offline

    Plague

    considered inactive
     
  21. Offline

    MacG32

    This plugin still works great with CB #762. Haven't had a single problem yet. Thanks again _Oni_. :)
     
  22. Offline

    Bjourk

  23. Offline

    xZise

    Actually I could understand the developer. I mean I see nothing which links a mapper to a backup plugin.

    Fabian
     
  24. Offline

    Bjourk

    Regardless of who agrees with whom and what links to what in whose mind, it's a feature I've come to enjoy and prefer to continue using.
     
  25. Offline

    subzeroevil

    just want to know is there away to back up in two places at once so one on HD then one on a Jumpdrive ?
     
  26. Offline

    MacG32

    Works perfect with CB #798.
     
  27. Offline

    Kahl

    I want to make it so it backs up my map when the server starts, and never after that.

    How can I get this done? Can someone explain what all the lines in the config file mean? Especially first-run
     
  28. Offline

    RazMaTaz

    I you wanted to do that, why not create a bat file/script that backs up the entire server folder with xcopy, etc could even zip/rar/tar your choice if you wanted to.
     
  29. Offline

    MacG32

    Still working good with CB #897. ;)
     
  30. Offline

    Jobsti

    Update to support the new Nether?
     
  31. Offline

    MasterMeNL

    I won't stop using this unles I really have to, I love this plugin.
     

Share This Page