Automated backup bash script

Discussion in 'Bukkit Help' started by Painguy, May 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Painguy

    I basically done setting up my server. The only thing i need is an automated backup script to run a world backup every 2 hours or so. Also i have a question about whether i setup my memory allocation properly. I have a small server with only 2GB of ram. i set my server.sh to have this
    Code:
    java -d64 -Xincgc -Xmx2048M -jar craftbukkit.jar nogui
    on top of that i have a ramdisk for my world which is assigned 512mb. is this ok or should i change it?
     
  2. Offline

    WASasquatch

    use the Minecraft Server bash script and set a cron job. Just edit the script with your craftbukkit jar and RAM and CPU details.
     
  3. Offline

    Wendo

    Or use the minebackup plugin
     
  4. Offline

    andrewpo

    That's not a bash script, if the OP wanted a plugin I'm sure they would have asked for one.
     
  5. Offline

    Wendo

    Well he didn't list any requirements for it to be bash script, he may just have seen that mentioned as the way to backup his worlds. Having tried both I find minebackup much easier to install and administer, especially if you want ftp upload to a remote server
     
Thread Status:
Not open for further replies.

Share This Page