2011-03-30 15:32:34 -04:00
|
|
|
This special remote type stores file contents in directory.
|
2011-03-30 13:18:46 -04:00
|
|
|
|
2011-04-16 19:30:31 -04:00
|
|
|
One use case for this would be if you have a removable drive that
|
|
|
|
you want to use it to sneakernet files between systems (possibly with
|
|
|
|
[[encrypted|encryption]] contents). Just set up both systems to use
|
2011-03-30 13:18:46 -04:00
|
|
|
the drive's mountpoint as a directory remote.
|
|
|
|
|
|
|
|
Setup example:
|
|
|
|
|
2011-04-27 20:06:07 -04:00
|
|
|
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none
|
2011-04-29 11:16:54 -04:00
|
|
|
# git annex describe usbdrive "usb drive on /media/usbdrive/"
|