Hi guys,
I have a plex app running and i’d like to transfer my plex config into a custom dataset so that I can backup and have ready to move etc.
Can anyone help me on how I can transfer my current ixVolumes config files into my custom config dataset?
I’m very new with using command lines etc, so i’d need some pretty clear instructions on how to do this and where to go etc.
I’d really appeciate the help
Thanks
oxyde
December 28, 2024, 8:23pm
2
That guide seems to be about moving apps from one pool to another pool. I’m just talking about moving my plex config files from ixVolumes to my own dataset that i made, in the same pool
Can’t without reinstalling it, basically pull out Data inside the ix_volumes into folders, reinstall with the corresponding folders when asked in the GUI
Yes that is what I am asking how to do. How can I pull out the data form the ix volumes? I can’t set up an SMB share to them it seems
You have to SSH/SFTP into your TrueNAS install or use the “Shell” page inside the GUI and use standard Linux commands. You can’t do this via SMB
Thats helpful, thanks.
do you know of any guides for this? I’m a little newer to doing SSH and copying files through commands etc
Nope, basically Youtube stuff like this and search → https://www.youtube.com/watch?v=59NGNZ0kO04
Stux
December 28, 2024, 11:44pm
9
I’ve never tested it, but in theory, you can zfs rename
the iX volumes out of the iX-apps dataset.
You’d want to delete the app first (preserving the volumes) then recreate pointing to the new host path.
Or vote for this feature request
When creating a an application, its very simple to use the ix-volume option, where the system will create a system managed dataset and export for the application.
It can be very challenging for a user to extract their data from the IX-Volume if they later decide that they would like to have the data easily available on their pool for replication, snapshots or migration purposes.
In order to resolve this it would be very useful if there were a “convert to host path” type option for IX-Volumes.
…
For anyone coming across this thread, I believe i have managed to access and copy the ixVolumes/ixApplication folder.
I did this through using an app called ‘fileZilla’ This allowed me to log into my server and search through the directories properly.
I turned in SSH in my TrueNAS services before i did this.
Then i just accessed via filezilla and went to /mnt/[poolname]/ix-applications/releases/…
I was then able to download my config file. I am now going to upload and test if this worked fully. But that is how i accessed the directory.