From c8e134c2ee5b75e41cd04130d08410df2f3f2874 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 22 Mar 2022 20:08:42 -0400 Subject: [PATCH] Updated Upgrading or Merging Archives (markdown) --- Upgrading-or-Merging-Archives.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Upgrading-or-Merging-Archives.md b/Upgrading-or-Merging-Archives.md index d84aec4..1a9615f 100644 --- a/Upgrading-or-Merging-Archives.md +++ b/Upgrading-or-Merging-Archives.md @@ -51,9 +51,11 @@ archivebox init # run init to upgrade the collection to the latest versio cd /path/to/archivebox1/data archivebox init --setup + archivebox status cd /path/to/archivebox2/data archivebox init --setup + archivebox status # ... repeat the same for each collection if merging more than two ```