1. Axy

    Axy

    I've destroyed many save games so far. Sometimes I want to make modifications to my bat file, so command "restart" is not useful.

    How to perfectly restart a server?

    Also, a few times so far, the game crashed during a restart, which also destroyed (somehow) my map saves.

    I would love to know THE way to restart the rust server without risking or destroying the map files, or, honestly, anyting at all!
     
  2. Wulf

    Wulf Community Admin

    Just run server.save before quiting, and the last time it saved will be used. It shouldn't matter how you close it, just that it was properly saved at least once.
     
  3. Axy

    Axy

    I see, somehow this caused issues a few times before..
     
  4. Before i used restart and quit command, but that took ages. Now its a warning like hey server stop crafting, then server.save and when its saved i just terminate the server. Then just reboot. Never had problems with it and reboot within 6 minutes.
     
  5. I don't think terminating the server is a good idea.
    If Rust is writing any persistent data to the disk while you are terminating, whatever Rust is writing to might be messed up afterwards, be it plugin data files, the user database or even the map save.
     
  6. Axy

    Axy

    I believe that's exactly what happened a few times before, to me.

    What would you suggest?
     
  7. Wulf

    Wulf Community Admin

    The 'quit' or 'restart' commands are the best way to handle a shutdown, as those will wait for any saving to finish.
     
  8. Ok thanks for that, i will shutdown the normal way from now.
     
  9. Axy

    Axy

    oh nice info! Thanks Wulf!