This commit is contained in:
Joey Hess 2016-01-14 18:19:50 -04:00
parent 379004e3e7
commit 6be9ee0d91
Failed to extract signature

View file

@ -134,14 +134,14 @@ hard links. Ie, not Windows, and not FAT filesystems.
## tradeoffs ## tradeoffs
Setting annex.thin can save a lot of disk space, but it's a tradeoff
between disk usage and safety.
[[!template id=note text=""" [[!template id=note text="""
When a [[direct_mode]] repository is upgraded, annex.thin is automatically When a [[direct_mode]] repository is upgraded, annex.thin is automatically
set, because direct mode made the same single-copy tradeoff. set, because direct mode made the same single-copy tradeoff.
"""]] """]]
Setting annex.thin can save a lot of disk space, but it's a tradeoff
between disk usage and safety.
Keeping files locked is safer and also avoids using unnecessary Keeping files locked is safer and also avoids using unnecessary
disk space, but trades off easy modification of files. disk space, but trades off easy modification of files.