Very simple operation.
Source machine:
- Turn off all automatic Library settings (don’t forget to SAVE)
- Stop Plex
- Make the image
sudo bash
cd /var/lib/plexmediaserver
tar cf /path/to/safe/place/PlexBackup.tar ./Library
Transport that to the new machine.
The reverse of that will be the base steps:
- Install Plex
- Stop Plex
- cd /var/lib/plexmediaserver
- sudo rm -rf Library
- sudo tar xf /path/to/PlexBackup.tar
- sudo tar chown -R plex:plex ./Library
Now follow the steps I skipped here (near the end) about adding the new locations BEFORE YOU DELETE the old locations. This is how we keep the metadata and other history.