aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlpKkjRlWAXNZ6vrajiuSm_FGupuTyeaDk <Pablo@web>2014-03-17 17:29:31 +0000
committerGravatar admin <admin@branchable.com>2014-03-17 17:29:31 +0000
commit8fd505793cbed22a9f620f9c63ab4642d0461788 (patch)
tree7a727d13c782928110f85e5df3b3af19e6f48432 /doc
parent6578616c485c53adbf50e4b34b479bc11dd0f59a (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn b/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn
new file mode 100644
index 000000000..592080015
--- /dev/null
+++ b/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.mdwn
@@ -0,0 +1,3 @@
+I tested today to access a rsync special remote on a linux machine from git annex in windows.
+Launching in debug mode, I noticed that the path on the remote server is a mix between correct linux and incorrect windows path. The path to the storage directory is correctly in linux style, but the path in the hash are in windows style, style that rsync doesn't accept.
+Is it possible to force a style for path separator for a given remote?