recommendation for nas mount for dockage app access
I have dockage installed and have cloned a notion backup docker app (https://github.com/digitalgenesiskompound/notion-backup) inside dockage app-data stacks folder. (just noting how i was assembling things in case i am mistaken)
i need to mount a nas share to point the backups two (i will also later be wanting to point or rsync the tipi backups there as well).
I believe i should mount the nas share within runtipi/media/
any recommendation as to nfs vs smb/cifs? just using fstab?
do i need to do anything to the mount point in that location to allow the dockage hosted app to access it or am i correct that runtipi/media/ is accessible to all apps?
please excuse any ignorance.
GitHub
GitHub - digitalgenesiskompound/notion-backup: Backup Notion locall...
Backup Notion locally. Hosted inside a Docker container. - digitalgenesiskompound/notion-backup
3 Replies
i have a DAS, an USB enclosure with disks connected directly to the machine and i use softraid, ZFS to be exact
and yes runtipi/media is acessible to all apps, all i did was create a simlink to the storage mount point and its done
Ok nice thank you. Any idea if one connection protocol for the Nas share is preferred?
i dont think that tipi cares one way or the other, i believe its up to your hardware, use case, preferences, but as long as runtipi/media is visible, the backend dont matter