Skip to content

Commit

Permalink
add manully restore document
Browse files Browse the repository at this point in the history
  • Loading branch information
win5923 authored Feb 1, 2024
1 parent 25d5ede commit b9a3ed9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,22 @@ This will create a backup at `/palworld/backups/`

The server will run a save before the backup if rcon is enabled.

## Manually restore from a backup.

Check failure on line 250 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Trailing punctuation in heading

README.md:250:34 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '.'] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md026.md

Locate the backup you want to restore in `/palworld/backups/` and decompress it.

Delete the folder located at `palworld\Pal\Saved\SaveGames\0\<old_hash_value>`.

Copy the contents of the decompressed `Saved\SaveGames\0\<new_hash_value>` to `palworld\Pal\Saved\SaveGames\0\<new_hash_value>`.

Replace the DedicatedServerName inside `palworld\Pal\Saved\Config\LinuxServer\GameUserSettings.ini` with the new folder name.

```

Check failure on line 260 in README.md

View workflow job for this annotation

GitHub Actions / Lint - Markdown

Fenced code blocks should have a language specified

README.md:260 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md040.md
DedicatedServerName=<new_hash_value> # Replace it with your folder name.
```

Restart the game.

## Configuring Automatic Backups with Cron

The server is automatically backed up everynight at midnight according to the timezone set with TZ
Expand Down

0 comments on commit b9a3ed9

Please sign in to comment.