You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's on TODO list
For now you can use a cron job outside the docker container
#!/bin/bash
DATE=$(date +%Y%m%d_%H%M%S)# Create backup dir and change into it
mkdir -p /root/Palworld/backups &&cd /root/Palworld/palworld/Pal
echo">>> Creating backup"
tar cfz /root/Palworld/backups/saved-$DATE.tar.gz Saved/
echo">>> Done"
I would like to ask if it is possible to introduce an automatic backup system, such as the one present in the jammsen in the official docker image.
The text was updated successfully, but these errors were encountered: