diff options
author | Horus <Horus@web> | 2016-07-14 09:06:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-07-14 09:06:57 +0000 |
commit | 5faea6c82cd6d1d6ff0abf8f34b50a80e3d9eacc (patch) | |
tree | ecbb2b2c841046375e3dd9e04a1660e764dcb873 /doc | |
parent | 6160ad72b54d8e96cbc5eb348cb5821ccadf7337 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/copy_--auto_copies_already_synced_files.mdwn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/forum/copy_--auto_copies_already_synced_files.mdwn b/doc/forum/copy_--auto_copies_already_synced_files.mdwn new file mode 100644 index 000000000..13a497a9d --- /dev/null +++ b/doc/forum/copy_--auto_copies_already_synced_files.mdwn @@ -0,0 +1,24 @@ +Hello, + +I have two repos, both are standard/client and they are in sync: + +``` +% git annex sync marduk.dynv6 --content +commit ok +pull marduk.dynv6 +ok +git annex sync marduk.dynv6 --content 64,35s user 4,54s system 88% cpu 1:18,15 total +``` +I would ```copy --auto``` except to copy no files, but still, ```git annex copy --to=marduk.dynv6 --auto``` seems to copy all files: + +``` +% git annex copy --to=marduk.dynv6 --auto +copy .gitignore (checking marduk.dynv6...) ok +copy Alben/2Raumwohnung - Es wird Morgen/2Raumwohnung - 01 - Wolken ziehen vorbei.mp3 (checking marduk.dynv6...) ok +copy Alben/2Raumwohnung - Es wird Morgen/2Raumwohnung - 02 - Spiel mit.mp3 (checking marduk.dynv6...) ok +[... canceled] +``` +Why is copy --auto copying these (presumably all) files here= + +Thanks! +Florian |