aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/getting_git_annex_to_do_a_force_copy_to_a_remote.mdwn
blob: cc9091ae5b070979e1e35dba2c50203578c648c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
[[bugs/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.