summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8 <Hamza@web>2014-02-28 05:37:22 +0000
committerGravatar admin <admin@branchable.com>2014-02-28 05:37:22 +0000
commitda6835dfa5c1ef89a219b22edc4545f89ee7b921 (patch)
tree090b73af984dc2facd37e8d6f8cd947f7d895aa1
parent412b3c15f0046c935a460af5b740c720088435c5 (diff)
-rw-r--r--doc/forum/Assistant_Droping_Files.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/Assistant_Droping_Files.mdwn b/doc/forum/Assistant_Droping_Files.mdwn
new file mode 100644
index 000000000..e26edc92d
--- /dev/null
+++ b/doc/forum/Assistant_Droping_Files.mdwn
@@ -0,0 +1,8 @@
+I have a setup as follows,
+
+3 drives on a remote ssh server regular git annex repos.
+One untrusted clone of this repository on my laptop.
+
+On my laptop in webapp I have set num of copies to 2 (each file does have two copies on the server already). all repos plus laptop is set to manual mode. What happens is whenever I get a file to the laptop it would drop it from the disk on the server. Even though laptop is marked as untrusted this does not happen when using annex at the command line when I do a git annex get . --auto on the server it does not take the files on the untrusted repos into account which is what I want so I can drop files without moving them back to the server.
+
+Is this the intended behavior or am I doing something wrong?