first commit

This commit is contained in:
2025-05-18 17:54:25 +02:00
commit fcda9808ee
3 changed files with 145 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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
```