No description
Find a file
2025-04-14 15:57:19 +02:00
.env.example Update stuff 2025-04-14 15:35:50 +02:00
.gitignore first commit 2024-04-28 15:27:24 +00:00
ark.service Update stuff 2025-04-14 15:35:50 +02:00
arkserver.cfg Update stuff 2025-04-14 15:35:50 +02:00
copy-config-files.sh first commit 2024-04-28 15:27:24 +00:00
Game.ini Update stuff 2025-04-14 15:35:50 +02:00
GameUserSettings.ini Update stuff 2025-04-14 15:35:50 +02:00
install-lgsm.sh first commit 2024-04-28 15:27:24 +00:00
nftables.conf Update stuff 2025-04-14 15:35:50 +02:00
README.md Update stuff 2025-04-14 15:35:50 +02:00
run-backup.sh Fix backup 2025-04-14 15:57:19 +02:00

arkserver

Small scripts to manage my ARK server.

Backup

Ex: Set a cronjob to backup every 10 minutes:

$ crontab -e
*/10 * * * * ~/arkserver/run-backup.sh

If backing up to a SSH host, setup SSH access, then restrict access given by the SSH key to a particular command by putting this in authorized_keys:

command="borg serve --append-only --restrict-to-repo PATH_TO_REPO",restrict KEY_TYPE PUB_KEY COMMENT