aboutsummaryrefslogtreecommitdiff
path: root/Remote/Rsync.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Rsync.hs')
-rw-r--r--Remote/Rsync.hs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Remote/Rsync.hs b/Remote/Rsync.hs
index 33485c78b..79aebad6b 100644
--- a/Remote/Rsync.hs
+++ b/Remote/Rsync.hs
@@ -44,12 +44,13 @@ import Utility.SshHost
import qualified Data.Map as M
remote :: RemoteType
-remote = RemoteType {
- typename = "rsync",
- enumerate = const (findSpecialRemotes "rsyncurl"),
- generate = gen,
- setup = rsyncSetup
-}
+remote = RemoteType
+ { typename = "rsync"
+ , enumerate = const (findSpecialRemotes "rsyncurl")
+ , generate = gen
+ , setup = rsyncSetup
+ , exportSupported = exportUnsupported
+ }
gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
gen r u c gc = do