-
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / Lint - MarkdownTrailing punctuation in heading
|
||
|
||
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 GitHub Actions / Lint - MarkdownFenced code blocks should have a language specified
|
||
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 | ||
|