I'm running Duplicati in Docker to backup my NAS. Duplicati has the option to restore to the source location or another. I want to restore to a Windows PC on the same LAN as my NAS would work.
In the Docker GUI the Volume tab only allows access to the NAS. So I opened a terminal window to mount my Windows shared folder "bkup" (which would be the restore destination), but it is alluding me.
For example sake ...
PC Name: mypc
PC LAN IP: 192.168.1.11
Shared Folder: bkup (on the PC's "D" partition)
I found a reference to do this...
$docker run -v \\mypc\bkup\src:/mnt/mypc mypc/duplicati_bkup
or
$docker run -v \\mypc\bkup\src:/mnt/mypc mypc/duplicati_bkup
But this is useless in bash terminal, not a $docker command line ... so I am completely lost. In other web searches, I've read this is not possible to do (but those posts are 4 years old).
Ideas?
In the Docker GUI the Volume tab only allows access to the NAS. So I opened a terminal window to mount my Windows shared folder "bkup" (which would be the restore destination), but it is alluding me.
For example sake ...
PC Name: mypc
PC LAN IP: 192.168.1.11
Shared Folder: bkup (on the PC's "D" partition)
I found a reference to do this...
$docker run -v \\mypc\bkup\src:/mnt/mypc mypc/duplicati_bkup
or
$docker run -v \\mypc\bkup\src:/mnt/mypc mypc/duplicati_bkup
But this is useless in bash terminal, not a $docker command line ... so I am completely lost. In other web searches, I've read this is not possible to do (but those posts are 4 years old).
Ideas?