Mark Holtz
Contributor
- Joined
- Feb 3, 2015
- Messages
- 124
I'm currently using the following jails:
1. As Plex is running in a Docker container now, does it now support SonicAnalysis for audio files? This was a missing feature because the library doesn't exist in FreeNAS jails.
2. I'm using the following script to backup my server:
I'm excluding the Cache folder as that can be recreated. Backup and Vaultron are mapped to my backup and media folders directly. This leaves me with the following:
3. So, I imagine the steps would be as follows:
- Plex for everything but books and audiobooks
- Emby for books and audiobooks
- qTorrent
1. As Plex is running in a Docker container now, does it now support SonicAnalysis for audio files? This was a missing feature because the library doesn't exist in FreeNAS jails.
2. I'm using the following script to backup my server:
Code:
tar --exclude=/Plex\ Media\ Server/Cache --exclude=/Plex\ Media\ Server/Backup --exclude=/Plex\ Media\ Server/Vaultron -zcvf /Plex\ Media\ Server/Backup/Plexbackup.tar.gz /Plex\ Media\ Server
I'm excluding the Cache folder as that can be recreated. Backup and Vaultron are mapped to my backup and media folders directly. This leaves me with the following:
- .LocalAdminToken
- Codecs
- Diagnostics
- Drivers
- Library
- Logs
- Media
- Metadata
- Plug-in Support
- Plug-ins
- Preferences.xml
- Scanners
- Scripts
- Setup Plex.html
- Updates
3. So, I imagine the steps would be as follows:
- Set up the Plex app in TrueNAS Scale and set up mapping for the Media folder.
- Stop the App in TrueNAS Scale.
- Extract the folders using
tar zvxf Plexbackup.tar.gz -C .
in the directory belowPlex Media Server
. - Restart the App in TrueNas Scale.
- Remap all of the directories in the new server.
- Remove all of the old directory mappings.