I did a minimum install for Ubuntu.
Install chrome from the web
Install OpenSSH for convenience
sudo apt install openssh-sever sudo systemctl status ssh
install atomic toolkit for easy software setup
sudo apt-get install git sudo git clone https://github.com/htpcBeginner/AtoMiC-ToolKit /opt/AtoMiC-ToolKit cd /opt/AtoMiC-ToolKit sudo bash setup.sh sudo atk
Install sonarr
Transfer settings from old sonarr
- Re-install Sonarr
- Run Sonarr once to get the AppData directory location
- Stop Sonarr
- Copy NZBDrone Config Folder to new Install (/home/”username”/.config/NZBDrone)
- Extract the backup zip file & restore the files extracted from the zip
- Start Sonarr once you have setup the data files
- As long as the paths are the same, everything will pickup where it left off
Install Watcher
Create Backup Old Computer
Transfer watcher3.zip to new computer
Install Backup New Computer
Install Sabnzb+
Transfer settings
copy over /usr/share/sabnzbdplus/sabnzbdplus.ini
copy over /usr/share/sabnzbdplus/admin/history1.db
copy over /usr/share/sabnzbdplus/sabnzbd/postprocessing
sudo systemctl restart sabnzbdplus.service
Install Plex
Plex install through ATC fails so download from website
copy data files from /var/lib/plexmediaserver/Library/Application Support/Plex Media Server to new folder
ensure permissions are correct for new plexserver
sudo chown plex:plex
Mount external drive with content to /media/Videos
Plex Running on Ubuntu / Linux / Lubuntu Doesn’t Display My External Drive
Install OpenVPN
https://linuxize.com/post/how-to-enable-ssh-on-ubuntu-18-04/
https://github.com/Sonarr/Sonarr/wiki/Backup-and-Restorehttps://github.com/htpcBeginner/AtoMiC-ToolKit