diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-14 18:19:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-14 18:19:00 -0400 |
commit | e31ea005a4eebed37822562f241809d8b6f0d6ff (patch) | |
tree | 5399a7718510a8a2b4f540c5f8efdf7e4d79ac03 /doc/tips/unlocked_files.mdwn | |
parent | 9a12760d3b0ba49cd421da26b3d6a4abb377d81f (diff) |
move aside to better place
Diffstat (limited to 'doc/tips/unlocked_files.mdwn')
-rw-r--r-- | doc/tips/unlocked_files.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/tips/unlocked_files.mdwn b/doc/tips/unlocked_files.mdwn index 9f3d32755..844504190 100644 --- a/doc/tips/unlocked_files.mdwn +++ b/doc/tips/unlocked_files.mdwn @@ -114,11 +114,6 @@ old versions of files is an important part of git after all! That's a good safe default. But there are ways to use git-annex that make the second copy not be worth keeping: -[[!template id=note text=""" -When a [[direct_mode]] repository is upgraded, annex.thin is automatically -set, because direct mode made the same single-copy tradeoff. -"""]] - * When you're using git-annex to sync the current version of files across devices, and don't care much about previous versions. * When you have set up a backup repository, and use git-annex to copy @@ -142,6 +137,11 @@ hard links. Ie, not Windows, and not FAT filesystems. Setting annex.thin can save a lot of disk space, but it's a tradeoff between disk usage and safety. +[[!template id=note text=""" +When a [[direct_mode]] repository is upgraded, annex.thin is automatically +set, because direct mode made the same single-copy tradeoff. +"""]] + Keeping files locked is safer and also avoids using unnecessary disk space, but trades off easy modification of files. |