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