This commit is contained in:
annexuser123 2014-08-04 01:32:26 +00:00 committed by admin
parent dd312f26f3
commit 9f3845669f

View file

@ -2,6 +2,8 @@ I have my laptop, my server and my usb drive. My server is a gcrypted remote via
I do git annex copy --to server, and let it copy stuff. I repeat the same thing for the usb drive.
I run git annex sync and it does the whole sync dance successfully. it pushes stuff to both the usb drive and the server.
Afterwards, I do git annex whereis, and I only get 2 copies showing - my laptop and my usb drive. Likewise, since I set numcopies to 2, it won't let me drop anything at all, because it doesn't know there's a copy on my server.
Anything I can do about this? (What further info do you need?)