1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-13 18:14:24 +02:00

Updated Upgrading or Merging Archives (markdown)

Nick Sweeting
2022-04-12 17:01:25 -04:00
parent d69342ea8b
commit fcee72bf29

@@ -118,7 +118,9 @@ Two or more existing ArchiveBox collection dirs can be merged together by simply
```bash
cd /path/to/archivebox_new
archivebox status
archivebox update --index-only # optionally update the snapshot index.{json,html} files
# optionally update the snapshot index.{json,html} files (normally done lazily)
archivebox update --index-only
```
---