summaryrefslogtreecommitdiff
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:14 +0000
committerGravatar admin <admin@branchable.com>2014-03-17 17:29:14 +0000
commit6578616c485c53adbf50e4b34b479bc11dd0f59a (patch)
treeeec1916429cae9949465436bb0c363c9e1d383bd /doc
parent0a706965ae10bd60783b386bfc4a4b32b5af82d7 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Rsync_linux_Rsync_special_remote_one_windows.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.txt b/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.txt
new file mode 100644
index 000000000..592080015
--- /dev/null
+++ b/doc/forum/Rsync_linux_Rsync_special_remote_one_windows.txt
@@ -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?