2024-10-14, 06:46 PM
I just followed the steps from thedreadpirate (thanks, man!) and it worked perfectly for me to completely move the jellyfin installation from one server to another.
Just a few changes/remarks:
the rsync commands to restore are missing a / at the end of the source directory
I deleted the jellyfin directories on the new server before doing the restore:
Just a few changes/remarks:
the rsync commands to restore are missing a / at the end of the source directory
I deleted the jellyfin directories on the new server before doing the restore:
Code:
cd /etc/
rm -r jellyfin
rsync -a -p --progress /some/backup/directory/etcJellyfin/ .