summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawksOCeakibYmGDt3wLLo4nkY0FkB72I2Uo <Source@web>2015-03-07 02:50:19 +0000
committerGravatar admin <admin@branchable.com>2015-03-07 02:50:19 +0000
commit29fef4d4a3c39d112c98f5968b966d8dca44b0a8 (patch)
tree66a19a9f7f672646381f178aa63d8e08132dac0f
parent1b6aa85e908230bf8892b4d557ab8bd440f32b39 (diff)
Added a comment
-rw-r--r--doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_1_b2d2bf6be441dc2e4443d06ef8db7134._comment12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_1_b2d2bf6be441dc2e4443d06ef8db7134._comment b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_1_b2d2bf6be441dc2e4443d06ef8db7134._comment
new file mode 100644
index 000000000..d5a0d6460
--- /dev/null
+++ b/doc/forum/NTFS_usb_on_linux_unable_to_connect_to_ssh_remote/comment_1_b2d2bf6be441dc2e4443d06ef8db7134._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawksOCeakibYmGDt3wLLo4nkY0FkB72I2Uo"
+ nickname="Source"
+ subject="comment 1"
+ date="2015-03-07T02:50:19Z"
+ content="""
+I think I have tracked down part of the issue. It due to the options that are called by `git-annex` when trying to `rsync` between the NTFS local hard drive and the SSH remote.
+
+I got `rsync` to work by using `rsync -vrc source dest` as options (outside of git-annex). Found [here](http://askubuntu.com/questions/112863/rsync-not-working-between-ntfs-fat-and-ext).
+
+Is there any way to change the rsync options put out by git-annex when copying/moving to and from local ntfs drives on linux?
+"""]]