From 101aec0bc1e98c1f7b1a42281a686a098ef9cdde Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 18 Aug 2020 00:22:26 -0400 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 7a3c5ec..0b514ae 100644 --- a/Configuration.md +++ b/Configuration.md @@ -55,7 +55,7 @@ This is useful when running ArchiveBox inside Docker as root and you need to exp --- #### `ONLY_NEW` **Possible Values:** [`False`]/`True` -Download files for only newly added links when running the `./archive` command. +Toggle whether or not to attempt rechecking old links when adding new ones, or leave old incomplete links alone and only archive the new links. By default, ArchiveBox will go through all links in the index and download any missing files on every run, set this to `True` to only archive the most recently added batch of links without attempting to also update older archived links.