Exclude /data/transcodes from backup

https://github.com/alexbelgium/hassio-addons/issues/777
This commit is contained in:
Alexandre
2023-05-04 14:43:51 +02:00
committed by GitHub
parent c4f3768fbf
commit 0f4405a44d

View File

@@ -7,7 +7,7 @@
"backup_exclude": [
"*/cache/",
"*/logs/",
"*/transcoding-temp/",
"*/transcodes/",
"*/metadata/"
],
"codenotary": "alexandrep.github@gmail.com",
@@ -112,6 +112,6 @@
},
"slug": "jellyfin",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.8.10-2",
"version": "10.8.10-4",
"video": true
}