mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-12-22 03:27:44 +00:00
Fix include rule
This commit is contained in:
parent
e2bba0156d
commit
e59400160c
@ -13,7 +13,7 @@ DESTINATION=$(bashio::config 'destination')
|
||||
|
||||
USERNAME=$(bashio::config 'credentials.username')
|
||||
PASSWORD=$(bashio::config 'credentials.password')
|
||||
FILTER='{"IncludeRule": "*.tar"}'
|
||||
FILTER='{"IncludeRule": ["*.tar"]}'
|
||||
|
||||
command="rclone rc --user \"$USERNAME\" --pass \"$PASSWORD\" sync/$SYNC_COMMAND srcFs=/backup dstFs=$DESTINATION _async=true _filter='$FILTER'"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user