Fix backup script name

This commit is contained in:
Daniel A. Maierhofer
2018-10-27 01:30:46 +02:00
parent 3a83f9b406
commit 237793ec6f

View File

@@ -9,7 +9,7 @@ borg check -v <repo>/system
## test if backups work from remote
```shell
/etc/cron.d/borgbackup_system_create_sojus
/etc/borg/system_create_<pool>.sh
cat /var/log/borg/system_create_sojus.lastlog
```