diff options
author | ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626 <ovidiu@web> | 2015-10-28 13:10:28 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-10-28 13:10:28 +0000 |
commit | 51b66da79127889735e7f0b74ee5d5104db60279 (patch) | |
tree | a1b021298b6138fded387b64cb64c266b56a74cb /doc | |
parent | 6f5197e6ecdd25925dcf931ec62c6c8bb1de1e44 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/How_does_git-annex_handle_rsyncing_between_different_OSes_with_regards_to_UTF-8__63__.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/How_does_git-annex_handle_rsyncing_between_different_OSes_with_regards_to_UTF-8__63__.mdwn b/doc/forum/How_does_git-annex_handle_rsyncing_between_different_OSes_with_regards_to_UTF-8__63__.mdwn new file mode 100644 index 000000000..5bbbd5970 --- /dev/null +++ b/doc/forum/How_does_git-annex_handle_rsyncing_between_different_OSes_with_regards_to_UTF-8__63__.mdwn @@ -0,0 +1,4 @@ +I'm interested in using git-annex on a freebsd system and an OSX system. +I have previously had problems with manually rsyncing due to the fact that apparently different types of UTF-8 are used namely: UTF-8 NFC & UTF-8 NFD so one option is to use rsync -a --iconv=utf-8-mac,utf-8 localdir/ mynas:remotedir/ or alternatively, I can mount the files on the NAS via a cifs share and rsync to it... + +just curios how git-annex deals with this issue or if i will run into issues due to filenames containing special characters? |