Go to file
2024-04-28 15:27:24 +00:00
.env.example first commit 2024-04-28 15:27:24 +00:00
.gitignore first commit 2024-04-28 15:27:24 +00:00
arkserver.cfg first commit 2024-04-28 15:27:24 +00:00
arkserver.service first commit 2024-04-28 15:27:24 +00:00
copy-config-files.sh first commit 2024-04-28 15:27:24 +00:00
Game.ini first commit 2024-04-28 15:27:24 +00:00
GameUserSettings.ini first commit 2024-04-28 15:27:24 +00:00
install-lgsm.sh first commit 2024-04-28 15:27:24 +00:00
install-nftables-service.sh first commit 2024-04-28 15:27:24 +00:00
nftables.conf first commit 2024-04-28 15:27:24 +00:00
README.md first commit 2024-04-28 15:27:24 +00:00
run-backup.sh first commit 2024-04-28 15:27:24 +00:00

arkserver

Small scripts to manage my ARK server.

Backup

Ex: Set a cronjob to backup every 2 hours:

0 */2 * * * ~/arksrv/runbackup.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