Fix type exportree

This commit is contained in:
Lykos153 2017-11-01 14:08:54 +00:00 committed by admin
parent 96e41466ba
commit 8ef0a35852

View file

@ -59,7 +59,7 @@ And, git-annex will never trust an export to retain the content of a key.
# EXAMPLE # EXAMPLE
git annex initremote myexport type=directory directory=/mnt/myexport \ git annex initremote myexport type=directory directory=/mnt/myexport \
exportree=yes encryption=none exporttree=yes encryption=none
git annex export master --to myexport git annex export master --to myexport
After that, /mnt/myexport will contain the same tree of files as the master After that, /mnt/myexport will contain the same tree of files as the master