summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2011-04-03 12:39:50 +0000
committerGravatar admin <admin@branchable.com>2011-04-03 12:39:50 +0000
commit25fb248277a7d970e301806d2bcbec71e987b20b (patch)
tree5ad78bd02f95104b9bd351db56478563d8ee58d2 /doc
parent51eb3db90a2011c736729a645c0e7191f4a44573 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/getting_git_annex_to_do_a_force_copy_to_a_remote.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/getting_git_annex_to_do_a_force_copy_to_a_remote.mdwn b/doc/forum/getting_git_annex_to_do_a_force_copy_to_a_remote.mdwn
new file mode 100644
index 000000000..f5d5a66bf
--- /dev/null
+++ b/doc/forum/getting_git_annex_to_do_a_force_copy_to_a_remote.mdwn
@@ -0,0 +1,9 @@
+I'm not sure if this is my stupidity or if it's a bug, but
+
+ git annex copy --force --to REMOTE .
+
+just zip's through really quickly and doesn't actually force a copy to a remote location. This is just following up on the [[git-annex directory hashing problems on osx]]. I want to just do a force copy of all my data to my portable disk to really make sure that the data is really there. I would similarly would want to make sure I can force a
+
+ git annex copy --force --from REMOTE .
+
+to pull down files from a remote.