Copy files out of Pod onto dataset folder

weezer562

Cadet
Joined
Apr 25, 2023
Messages
3
During a change to where I download files using qbittorrent. I thought it was correctly downloading to my desired dataset folder, however when I could not find the files it turns out they are inside a download folder within the pod. When I open the shell to the qbitttorrent container I am able to see them. Been trying different ways to copy the files out but having no such luck. Anyone can point me in the correct direction?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700

weezer562

Cadet
Joined
Apr 25, 2023
Messages
3
Thank you for the reply, I tried that and qbittorent does not show up on the list after going through 2,2,1 , I see home assistant and jellyfin without issues. I did set a host path when adding qbittorrent, being Backup/Downloads, at this point I am not sure where the files are. Might just call it a loss and try again. Worked great before on a non Samba set.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
OK, so maybe you can use scp from within the container (if it's there/installed).

Otherwise, stop the app and try with docker cp ...

docker ps -a first to identify the container you need to work with.
 
Top