6 lines
115 B
Text
6 lines
115 B
Text
|
#!/bin/bash
|
||
|
|
||
|
find /var/lib/openhab/backups -type f -mtime +3 -delete
|
||
|
|
||
|
/usr/share/openhab/runtime/bin/backup --full
|