This commit is contained in:
DoTheEvolution 2020-05-22 19:08:59 +02:00
parent 64cc57955a
commit 6a94e34197
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ Create a cron job that executes the script
`su`
* add new cron job</br>
`crontab -e`</br>
`0 3 * * * /home/bastard/docker/nextcloud/nextcloud-backup-script.sh`
`0 3 * * * /home/bastard/borg/borg_backup.sh`
`crontab -l` - list current cronjobs</br>