mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-12-22 03:27:44 +00:00
Fix path to backup files
This commit is contained in:
parent
2b749a7f76
commit
8ec9e96d7b
@ -9,7 +9,7 @@ if bashio::config.true 'prune.delete'; then
|
||||
fi
|
||||
|
||||
if [ -n "$TIMEGAPS_RULES" ] && [ -n "$TIMEGAPS_CRON" ]; then
|
||||
COMMAND="timegaps $TIMEGAPS_DELETE $TIMEGAPS_RULES /backups/*.tar"
|
||||
COMMAND="timegaps $TIMEGAPS_DELETE $TIMEGAPS_RULES /backup/*.tar"
|
||||
|
||||
echo "$TIMEGAPS_CRON $COMMAND" >> /etc/crontabs/root
|
||||
crontab -l
|
||||
|
Loading…
Reference in New Issue
Block a user