wip
This commit is contained in:
parent
b5319ec575
commit
c1b53dbbd0
6 changed files with 246 additions and 11 deletions
|
@ -40,6 +40,7 @@ import qualified Remote.Borg
|
|||
import qualified Remote.Rclone
|
||||
import qualified Remote.Hook
|
||||
import qualified Remote.External
|
||||
import qualified Remote.Compute
|
||||
|
||||
remoteTypes :: [RemoteType]
|
||||
remoteTypes = map adjustExportImportRemoteType
|
||||
|
@ -63,6 +64,7 @@ remoteTypes = map adjustExportImportRemoteType
|
|||
, Remote.Rclone.remote
|
||||
, Remote.Hook.remote
|
||||
, Remote.External.remote
|
||||
, Remote.Compute.remote
|
||||
]
|
||||
|
||||
{- Builds a list of all Remotes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue