aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/more_intelligent_copy_.mdwn
blob: 1c9889a74ed5a66b2c952e757b1c3e44e56cefcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.