summaryrefslogtreecommitdiff
path: root/doc/walkthrough/optimizing_repositories.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/walkthrough/optimizing_repositories.mdwn')
-rw-r--r--doc/walkthrough/optimizing_repositories.mdwn13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/walkthrough/optimizing_repositories.mdwn b/doc/walkthrough/optimizing_repositories.mdwn
deleted file mode 100644
index 0f17f1dea..000000000
--- a/doc/walkthrough/optimizing_repositories.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-Once you have multiple repositories, and have perhaps configured numcopies,
-any given file can have many more copies than is needed, or perhaps fewer
-than you would like. Fsck can detect the latter problem, but there's another
-command that can help deal with both problems.
-
-The optimize subcommand either gets or drops file content, as needed,
-to work toward meeting the configured numcopies setting.
-
- # git annex optimize
- get my_cool_big_file (from laptop...) ok
- drop other_file ok
- # git annex optimize --numcopies=2
- get other_file ok