This Article is unclear in one thing to me. You mention specifically in 2. that you stop the Plex Update Service, but not when you turn it on again, or is that only when it automatically starts again after the reboot ? Just want to make sure I dont make any mistake.
Would appreciate any reply on that as soon as possible.
Thank you.
Wolf
P.S: I am sorry if its maybe a stupid question, but i am new to Plex. Thats why I wanna make sure.
Thanks for clarifiyng that. So when I go through this list of things, i dont need to start the Plex service again before my PC is rebooted ?
I wish there would be some simple backup tools for the plex media server. Like a all-in-one backup solution, for example doing that automatically once a week or so. I know there is a sorta backup feature in there, but i always think that if something is built-in, it also possibly is screwed up once the whole Plex is screwed up. Prefer external solutions.
But so far I havent found anything for Plex, I guess there isnt anything.
Anyways, thank you very much for your help. I greatly appreciate it.
Sounds good. Although I am not sure about the whole configuration. Thats why I love ready-to-run solutions that only need to be installed and anything else done with the help of a GUI. I am not good with “manuals” in the traditional way, for example seeing a Youtube tutorial about something makes me get it working usually pretty fast compared to the text approach. But I assume there is no such tutorial as a video.
But thanks you anyways, I appreciate the help and will take a look at it. Otherwise I guess i have to find a manual way of copying things, just so I dont screw things up.
The instructions should not be hard to follow (unless your system is messed up, e.g. PowerShell version is too old, security patches are not installed, etc): PlexBackup/GETTING STARTED.md at master · alekdavis/PlexBackup · GitHub. Hey, if you create a YouTube video, other people who do not like to RTFMs may appreciate it.
Some things I sure dont really know how to do, simply also because I dont know anything how Powershell works. Could you or someone help me with that please ?
The _meta element is not needed (it’s just a placeholder for informational things that you may want to use, like description of the setting, default value, examples, etc. You can put whatever you want there. The script will ignore it. The only element that you need is value (and in some rate cases hasValue). But please escape backslashes with another backslash (all of your examples use unescaped backslashes, which will break the code).
“PlexAppDataDir”: {
“value”: “H:\plexdatabase2020\Plex Media Server”
}
As an example. Because thats a lot of more text in there, and for someone who is not familiar with programming or windows powershell syntax, thats quite confusing. Especially since changing that could be necessary, like in my case, when the paths are not standard.
I also noticed all the commas in the original, but then not in yours. Let me guess, its not necessrary either ?
I will now change mine accordingly. Thank you very much @alekdavis