2011-02-27 12:45:48 -04:00
|
|
|
A repository does not always have all annexed file contents available.
|
|
|
|
When you need the content of a file, you can use "git annex get" to
|
|
|
|
make it available.
|
|
|
|
|
|
|
|
We can use this to copy everything in the laptop's annex to the
|
|
|
|
USB drive.
|
|
|
|
|
|
|
|
# cd /media/usb/annex
|
2013-09-03 13:59:08 -04:00
|
|
|
# git annex sync laptop
|
2011-02-27 12:45:48 -04:00
|
|
|
# git annex get .
|
2011-06-09 18:54:49 -04:00
|
|
|
get my_cool_big_file (from laptop...) ok
|
|
|
|
get iso/debian.iso (from laptop...) ok
|