Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 806ea8c

Browse files
committed
v0.7.97-4
changes to backup exclusions
1 parent 842bc03 commit 806ea8c

File tree

8 files changed

+28
-12
lines changed

8 files changed

+28
-12
lines changed

scrypted-beta/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.97-4] - 2023-05-06
8+
### Changed
9+
- Changes to backup exclusions
10+
711
## [v0.7.97-3] - 2023-05-05
812
### Changed
913
- Removed Ingress subfilters

scrypted-beta/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Scrypted Beta
2-
version: "v0.7.97-3"
2+
version: "v0.7.97-4"
33
slug: scrypted-beta
44
description: A testing ground for updates to the Scrypted add-on. Install at own risk
55
url: "https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-beta"
2222
environment:
2323
SCRYPTED_VOLUME: "/data/scrypted_data"
2424
backup_exclude:
25-
- /server
26-
- /data/scrypted_data/recordings
25+
- '*/server/*'
26+
- '*/data/scrypted_data/recordings/*'
2727
map:
2828
- config
2929
options:

scrypted-lite/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.97-4] - 2023-05-06
8+
### Changed
9+
- Changes to backup exclusions
10+
711
## [v0.7.97-3] - 2023-05-05
812
### Changed
913
- Removed Ingress subfilters

scrypted-lite/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Scrypted Lite
2-
version: "v0.7.97-3"
2+
version: "v0.7.97-4"
33
slug: scrypted-lite
44
description: Lite version of Scrypted with smaller image size and some dependencies removed
55
url: "https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-lite"
2222
environment:
2323
SCRYPTED_VOLUME: "/data/scrypted_data"
2424
backup_exclude:
25-
- /server
26-
- /data/scrypted_data/recordings
25+
- '*/server/*'
26+
- '*/data/scrypted_data/recordings/*'
2727
map:
2828
- config
2929
options:

scrypted-thin/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.97-4] - 2023-05-06
8+
### Changed
9+
- Changes to backup exclusions
10+
711
## [v0.7.97-3] - 2023-05-05
812
### Changed
913
- Removed Ingress subfilters

scrypted-thin/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Scrypted Thin
2-
version: "v0.7.97-3"
2+
version: "v0.7.97-4"
33
slug: scrypted-thin
44
description: Thin version of Scrypted with smaller image size and some dependencies removed
55
url: "https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted-thin"
2222
environment:
2323
SCRYPTED_VOLUME: "/data/scrypted_data"
2424
backup_exclude:
25-
- /server
26-
- /data/scrypted_data/recordings
25+
- '*/server/*'
26+
- '*/data/scrypted_data/recordings/*'
2727
map:
2828
- config
2929
options:

scrypted/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
but this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.7.97-4] - 2023-05-06
8+
### Changed
9+
- Changes to backup exclusions
10+
711
## [v0.7.97-3] - 2023-05-05
812
### Changed
913
- Removed Ingress subfilters

scrypted/config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Scrypted
2-
version: "v0.7.97-3"
2+
version: "v0.7.97-4"
33
slug: scrypted
44
description: A home automation platform powered by node.js
55
url: "https://github.com/koush/scrypted"
@@ -22,8 +22,8 @@ image: "ghcr.io/aegjoyce/{arch}-ha-addon-scrypted"
2222
environment:
2323
SCRYPTED_VOLUME: "/data/scrypted_data"
2424
backup_exclude:
25-
- /server
26-
- /data/scrypted_data/recordings
25+
- '*/server/*'
26+
- '*/data/scrypted_data/recordings/*'
2727
map:
2828
- config
2929
options:

0 commit comments

Comments
 (0)