first commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user