Skip to content

Commit

Permalink
Added 'Machine' switch to the sample config file and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
alekdavis committed Dec 25, 2023
1 parent 229c4e4 commit 7567fd2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PlexBackup.ps1.SAMPLE.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,12 @@
"default": ["-aoa","-y"]
},
"value": null
},
"Machine": {
"_meta": {
"set": "x86,amd64",
"default": null
},
"value": null
}
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,13 @@ A config file must use [JSON formatting](https://www.json.org/), such as:
"default": ["-aoa","-y"]
},
"value": null
},
"Machine": {
"_meta": {
"set": "x86,amd64",
"default": null
},
"value": null
}
}
```
Expand Down

0 comments on commit 7567fd2

Please sign in to comment.