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 0000000000..5920800154 --- /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?