Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7zip and Scheduled Plex backup #23

Closed
ghost opened this issue Dec 28, 2019 · 2 comments
Closed

7zip and Scheduled Plex backup #23

ghost opened this issue Dec 28, 2019 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@ghost
Copy link

ghost commented Dec 28, 2019

Hello,

I want to use 7zip with a Scheduled Plex backup.

If I understand, I need to edit PlexBackup.ps1.json like this ?

"Type": {
"_meta": {
"set": ",7zip,Robocopy",
"default": "7zip"
},
"value": null
},

Thank you

@alekdavis
Copy link
Owner

No, no, no. You need to set the value element, like:

"Type": { "value": "7zip" }

The _meta element is informational and is not needed by the app. Also, if you installed 7-zip in a non-default folder, set the ArchiverPath element (also the value property) to point to the proper location of the executable (if it's in the default location, you don't need to do this).

@alekdavis alekdavis self-assigned this Dec 29, 2019
@ghost
Copy link
Author

ghost commented Dec 29, 2019

Oh thank you, I was not sure yesterday, now it’s clear ! Thank you :)

@alekdavis alekdavis added the question Further information is requested label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant