# Backup Scripts This repo holds a collection of backup scripts # Installation Create a cronjob that runs every day at 2:00 ```bash 0 2 * * * /home/kywo/voice/ts3/ts3_backup.sh 2>&1 ``` Make sure that the file is executable ```bash chmod 755 /home/kywo/voice/ts3/ts3_backup.sh ```