git-annex/doc/special_remotes/directory.mdwn

11 lines
419 B
Text
Raw Normal View History

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:
# git annex initremote usbdrive type=directory directory=/media/usbdrive/ encryption=none