correct crontab setting
This commit is contained in:
@@ -27,7 +27,7 @@ tar -czvf "/backup/output/gitea-$(date +%Y%m%d-%H%M).tar.gz" /data/gitea
|
|||||||
`backup/crontab` führt das Backup täglich aus:
|
`backup/crontab` führt das Backup täglich aus:
|
||||||
|
|
||||||
```
|
```
|
||||||
0 3 * * * /backup/backup.sh >> /backup/cron.log 2>&1
|
0 1 * * * /backup/backup.sh >> /backup/cron.log 2>&1
|
||||||
```
|
```
|
||||||
|
|
||||||
Dateirechte:
|
Dateirechte:
|
||||||
|
|||||||
Reference in New Issue
Block a user