1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-26 07:44:41 +02:00

Updated Upgrading or Merging Archives (markdown)

Nick Sweeting
2022-03-22 20:08:42 -04:00
parent a9fbb6677c
commit c8e134c2ee

@@ -51,9 +51,11 @@ archivebox init # run init to upgrade the collection to the latest versio
cd /path/to/archivebox1/data cd /path/to/archivebox1/data
archivebox init --setup archivebox init --setup
archivebox status
cd /path/to/archivebox2/data cd /path/to/archivebox2/data
archivebox init --setup archivebox init --setup
archivebox status
# ... repeat the same for each collection if merging more than two # ... repeat the same for each collection if merging more than two
``` ```