2011-03-30 19:32:34 +00:00
|
|
|
This special remote type stores file contents in directory.
|
2011-03-30 17:18:46 +00:00
|
|
|
|
2011-04-16 23:30:31 +00: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 17:18:46 +00:00
|
|
|
the drive's mountpoint as a directory remote.
|
|
|
|
|
|
|
|
Setup example:
|
|
|
|
|
2011-04-28 00:06:07 +00:00
|
|
|
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none
|