2024-06-14, 09:37 PM
(This post was last modified: 2024-06-14, 09:48 PM by pol77. Edited 1 time in total.)
Actually, I found a command to copy directly from the container to a share on the NAS.
Here it is for anyone who needs it in the future!
Where Jellyfin is the name of the container and Storage is the name of my network share on the NAS where I wanted to copy the config.
All files coppied!
Now, if I delete this container and create a new Jellyfin container where I bind the config folder to a host folder, then copy the files I jsut extracted, will I in essense have done a full restore, including the metadata and all?
Here it is for anyone who needs it in the future!
Code:
sudo docker cp Jellyfin:/config /share/Storage
Where Jellyfin is the name of the container and Storage is the name of my network share on the NAS where I wanted to copy the config.
All files coppied!
Now, if I delete this container and create a new Jellyfin container where I bind the config folder to a host folder, then copy the files I jsut extracted, will I in essense have done a full restore, including the metadata and all?