No description
.env.example | ||
.gitignore | ||
arkserver.cfg | ||
arkserver.service | ||
copy-config-files.sh | ||
Game.ini | ||
GameUserSettings.ini | ||
install-lgsm.sh | ||
install-nftables-service.sh | ||
nftables.conf | ||
README.md | ||
run-backup.sh |
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