This commit is contained in:
Ian 2023-11-24 22:26:06 -08:00
parent b2404cff1b
commit 1175215a2d
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ if bashio::config.true 'protected_only'; then
FILTER="{\"IncludeRule\": $(find /backup -name "*.tar" -exec tar -xOf "{}" ./backup.json \;| jq -sc 'map(select(.protected) | "/backup/\(.slug).tar")')}"
fi
bashio::log.degug "Filter: $FILTER"
bashio::log.info "Filter: $FILTER"
rclone rc --user "$USERNAME" --pass "$PASSWORD" "sync/$SYNC_COMMAND" srcFs=/backup "dstFs=$DESTINATION" _async=true _filter="$FILTER"