How to update my server when a new update is available ?
- I use SteamCMD
and how to keep a backup ?
Solved How to update my server?
Discussion in 'Rust Discussion' started by Bebo50, Feb 13, 2018.
-
In steamCMD:
login anonymous
force_install_dir C:{directory}
app_update 258550
Backups used to be automatically kept and updated in the backups folder of your server files but I don't think they exists any longer. However, I've heard that there are other alternatives such as Rust Server Manager which auto-backups every so timed tick. -
did i write it in every update ? and write it where ? -
in your Update.bat =>
Code:cd steam steamcmd.exe +runscript ../update_script.txt cd ..
Code:@ShutdownOnFailedCommand 1 @NoPromptForPassword 1 login anonymous force_install_dir ../rustds app_update 258550 validate quit
Code:echo offcd rustds start RustDedicated.exe -batchmode +server.level HapisIsland +oxide.directory "server/{server.identity}/oxide" +server.hostname "My Server Name" +server.port 28015 +server.identity "my_server" -logFile "output.txt" -autoupdate +rcon.port 28016 +rcon.password "blabla" cd ../