[GH-ISSUE #646] Question: Resume pending snapshots? #1913

Closed
opened 2026-03-01 17:54:54 +03:00 by kerem · 2 comments
Owner

Originally created by @wonderingwombat on GitHub (Feb 2, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/646

I loaded a large list of URLs into an ArchiveBox instance running on Docker. I had to restart the computer that ArchiveBox was running on. Now most of the snapshots show a status of Pending. From what I can see these snapshots haven't started downloading again after the restart.
Is there a way of resuming these downloads in bulk for all snapshots that are pending?

Originally created by @wonderingwombat on GitHub (Feb 2, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/646 I loaded a large list of URLs into an ArchiveBox instance running on Docker. I had to restart the computer that ArchiveBox was running on. Now most of the snapshots show a status of Pending. From what I can see these snapshots haven't started downloading again after the restart. Is there a way of resuming these downloads in bulk for all snapshots that are pending?
kerem closed this issue 2026-03-01 17:54:54 +03:00
Author
Owner

@pirate commented on GitHub (Feb 10, 2021):

Just go to the admin UI, check the ones you want to resume, and click the "Archive" button.

Or run the archivebox update command to do it via the CLI:

docker run -v $PWD:/data -it archivebox update
# or
docker-compose run archivebox update
<!-- gh-comment-id:776590019 --> @pirate commented on GitHub (Feb 10, 2021): Just go to the admin UI, check the ones you want to resume, and click the "Archive" button. Or run the `archivebox update` command to do it via the CLI: ```bash docker run -v $PWD:/data -it archivebox update # or docker-compose run archivebox update ```
Author
Owner

@CookiePLMonster commented on GitHub (Sep 26, 2025):

For anyone else stumbling upon this issue right now, like I did: At the time of writing this comment, v0.7.3 names this option Pull.

<!-- gh-comment-id:3337581659 --> @CookiePLMonster commented on GitHub (Sep 26, 2025): For anyone else stumbling upon this issue right now, like I did: At the time of writing this comment, v0.7.3 names this option **Pull**.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#1913
No description provided.