From 19b1c5bf598b4f51320550309fb1757480b93ccd Mon Sep 17 00:00:00 2001 From: "marek@33e8ba4fbc201af14a2badcc0656024401f5c916" Date: Sun, 4 Dec 2016 15:28:41 +0000 Subject: [PATCH] --- doc/forum/more_intelligent_copy_.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/more_intelligent_copy_.mdwn diff --git a/doc/forum/more_intelligent_copy_.mdwn b/doc/forum/more_intelligent_copy_.mdwn new file mode 100644 index 0000000000..1c9889a74e --- /dev/null +++ b/doc/forum/more_intelligent_copy_.mdwn @@ -0,0 +1,15 @@ +Hi, + +I noticed, that + +git annex copy --to REMOTE FILES + +and + +git annex copy --to REMOTE --not --in REMOTE FILES + +behave differently. The first does not check, whether file contents are already in the remote the latter does that. I realize that this mimics "normal" (UNIX) copy behaviour but I was not entirely certain this was desired. +Depending on the type of the remote and its configuration (encryption) the latter is considerably faster. + +Just my two cents. +