Skip to content

Restore Command

Robomikel edited this page Feb 23, 2021 · 8 revisions

Now Server files can be restored from backups in SSM. use ./ssm restore <serverFolder> to restore from backup. Will display Menu options to choose which zip backup to use. Will overwrite on current server files with backup.

Minimum requirements to restore. Command will fail unless there is a Empty <serverFolder> with a copy of variables-<serverFolder>.ps1 inside. <serverFolder> name must match the Backup <serverFolder> name. ❗ will delete the Server Files before restoring the files to the folder.

Depends on Variables-*.ps1 and serverFolder. Users PS to UnZip.

Backups located in Steam-Server-Manager\Backups

See Custom Backup and Server files Directories in Wiki

Restore Command