You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this image with DSM's Cloud Sync to back up data to cloud storage. The container was created with a volume mount (-v /path/to/storage:/app/storage), but I can't find the "storage" folder in either DSM File Station or terminal.
What I've tried:
Confirmed the container is running properly
Checked both GUI (File Station) and terminal paths
Key questions:
Are Docker-mounted volumes hidden/restricted in DSM?
Does Cloud Sync support syncing Docker-managed directories?
Are Docker-mounted volumes hidden/restricted in DSM?
Yes. The key point is that the Docker-mounted volumes are meant to storage the vDisk file (qcow2) for vDSM to storage system and data volumes, not passthrough the file system. Currently it's impossible to passthrough FS via docker into vDSM.
是的。vDSM下Docker挂载的卷是用来存vDSM的系统磁盘镜像和数据磁盘镜像(qcow2/raw),而不是直接将文件系统传入DSM。目前没有办法直接将目录通过Docker传入vDSM。
Does Cloud Sync support syncing Docker-managed directories?
It depends. As state above, it's impossible to directly manage externel volume, as vDSM actually act as a VM, not a container. Thus, with NFS/CIFS(SMB), it's still possible to manage external directories.
正如上面说的,vDSM不能直接访问透传到容器层的目录。vDSM是在Docker中运行的VM,而不仅仅是容器。因此,在群晖中挂载Unraid的NFS/SMB(CIFS),可以让Cloud Sync访问到Unraid上的目录。
Operating system
unraid docker
Description
hello my friends:
I'm trying to use this image with DSM's Cloud Sync to back up data to cloud storage. The container was created with a volume mount (-v /path/to/storage:/app/storage), but I can't find the "storage" folder in either DSM File Station or terminal.
What I've tried:
Confirmed the container is running properly
Checked both GUI (File Station) and terminal paths
Key questions:
Are Docker-mounted volumes hidden/restricted in DSM?
Does Cloud Sync support syncing Docker-managed directories?
many thanks
Docker compose
Docker log
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: