Skip Navigation

WebDAV server...sharing an existing folder?

Hi guys!

I'm trying to create a WebDAV server that shares a NFS mount from my NAS. In short, I'm trying to create/share a backup folder in my NAS so my Graphene phone can run the backup.

How can I do this? All the guides mention about sharing /var/www/webdav and chrooting it. How can I share my own folder? Does it need to be /var/www/webdav? Can I share something else instead? Should I just link my NAS mount to /var/www/webdav?

Thanks!

6

You're viewing a single thread.

6 comments
  • You could bind mount the folder you want it to go to, into the /var/www/webdav/ folder.

    mount --bind foo foo

            The  bind  mount  call  attaches only (part of) a single filesystem, not possible submounts. The entire
           file hierarchy including submounts is attached a second place using
    
6 comments