diff options
author | annexuser123 <annexuser123@web> | 2014-08-04 01:04:31 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-08-04 01:04:31 +0000 |
commit | dd8cb5915f09f29a270eb0eab374c7d35e513ea2 (patch) | |
tree | dc4cfa5b3ec65c9d35fc04cb9896c8851abdf75c /doc | |
parent | bf4392d2235c1efa9ec0609022d2128f4310bc2b (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/drop__47__whereis_not_showing_gcrypted_special_ssh_remote.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/drop__47__whereis_not_showing_gcrypted_special_ssh_remote.mdwn b/doc/forum/drop__47__whereis_not_showing_gcrypted_special_ssh_remote.mdwn new file mode 100644 index 000000000..27a56d527 --- /dev/null +++ b/doc/forum/drop__47__whereis_not_showing_gcrypted_special_ssh_remote.mdwn @@ -0,0 +1,7 @@ +I have my laptop, my server and my usb drive. My server is a gcrypted remote via ssh. My laptop is just a repo that's referenced as a remote with a filepath. + +I do git annex copy --to server, and let it copy stuff. I repeat the same thing for the usb drive. + +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?) |