![]() |
Restoring docker backup to linux native application - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Restoring docker backup to linux native application (/t-restoring-docker-backup-to-linux-native-application) |
Restoring docker backup to linux native application - Gabo - 2025-04-21 I am havving some issues when I do cp -a config_bak /var/lib/jellyfin and cp -a cache_bak /var/cache/jellyfin, chown -R jellyfin:jellyfin /var/cache/jellyfin /var/lib/jellyfin RE: Restoring docker backup to linux native application - Efficient_Good_5784 - 2025-04-21 You cannot switch from Docker to the standard Linux install. Both use different methods of storing things in the config directory. |