skeltal webdav special remote
Doesn't actually store anything yet, but initremote works and tests the server.
This commit is contained in:
parent
e250f6f11f
commit
0cba0cb2dd
7 changed files with 209 additions and 1 deletions
|
@ -29,6 +29,9 @@ import qualified Remote.Bup
|
|||
import qualified Remote.Directory
|
||||
import qualified Remote.Rsync
|
||||
import qualified Remote.Web
|
||||
#ifdef WITH_WEBDAV
|
||||
import qualified Remote.WebDAV
|
||||
#endif
|
||||
import qualified Remote.Hook
|
||||
|
||||
remoteTypes :: [RemoteType]
|
||||
|
@ -41,6 +44,9 @@ remoteTypes =
|
|||
, Remote.Directory.remote
|
||||
, Remote.Rsync.remote
|
||||
, Remote.Web.remote
|
||||
#ifdef WITH_WEBDAV
|
||||
, Remote.WebDAV.remote
|
||||
#endif
|
||||
, Remote.Hook.remote
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue