1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-15 11:04:17 +02:00

Updated Upgrading or Merging Archives (markdown)

Nick Sweeting
2022-03-22 20:49:30 -04:00
parent d6586f8dc6
commit 83c64e9aea

@@ -72,6 +72,8 @@ archivebox init # run init to upgrade the collection to the latest versio
## Merge two or more existing archives ## Merge two or more existing archives
Two or more existing ArchiveBox collection dirs can be merged together by simply combining the contents of `archive/*` and re-running `archivebox init` to pull the new Snapshots into the index.
1. Upgrade both old collections to the most recent ArchiveBox version (following instructions above) 1. Upgrade both old collections to the most recent ArchiveBox version (following instructions above)
```bash ```bash
pip install --upgrade archivebox # or follow instructions above for upgrading w/ Docker pip install --upgrade archivebox # or follow instructions above for upgrading w/ Docker