Skip to content

Commit

Permalink
Added examples on starting the server with screen
Browse files Browse the repository at this point in the history
  • Loading branch information
benjick committed Mar 21, 2011
1 parent d5ef292 commit 2e9e5d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Minecraft Server AutoBackup for Linux
by Justin Smith
forked by Max Malm

Since you need to run you server in a screen, start it like this (or similar)

Vanilla:
screen -S minecraft java -Xmx2048M -Xms2048M -jar minecraft_server.jar nogui

Bukkit:
screen -S minecraft java -Xmx2048M -Xms2048M -jar craftbukkit.jar nogui

Features

* Autobackup using the systems built in crontab and tar archiver.
Expand Down

0 comments on commit 2e9e5d0

Please sign in to comment.