diff --git a/doc/tips/do_not_use_git-annex_inside_your_Dropbox.mdwn b/doc/tips/do_not_use_git-annex_inside_your_Dropbox.mdwn new file mode 100644 index 0000000000..2669903449 --- /dev/null +++ b/doc/tips/do_not_use_git-annex_inside_your_Dropbox.mdwn @@ -0,0 +1,5 @@ +Do not place git-annex enabled git repository inside your Dropbox folder! + +You will encounter broken symlinks and git-annex complaining about lost files. Dropbox [doesn't preserve case of file names](https://www.dropbox.com/help/145/en) and this breaks storage of annexed files (.git/annex/objects/). For possible recovery see . + +