[GH-ISSUE #888] Question: ...Can't run command "archivebox update -t timestamp..." #549

Closed
opened 2026-03-01 14:44:28 +03:00 by kerem · 1 comment
Owner

Originally created by @blogdemoi on GitHub (Nov 7, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/888

Hello,

I installed Archivebox on my Manjaro laptop with 'Docker compose' and it is working fine, I did a few snapshots.

However a snapshot didn't complete successfully and in the web GUI I have this message:

Snapshot [1636303242.308281] exists in DB, but resource 1636303242.308281/singlefile.html does not exist in snapshot dir yet.

Maybe this resource type is not availabe for this Snapshot,
or the archiving process has not completed yet?

run this cmd to finish archiving this Snapshot
archivebox update -t timestamp 1636303242.308281

So I cd inside my archivebox folder and ran: archivebox update -t timestamp 1636303242.308281 but received an error:

  ~/archivebox ❯ archivebox update -t timestamp 1636303242.308281
zsh: command not found: archivebox

Am I missing something?

I start Archivebox with:

sudo systemctl start docker.service then from inside the archivebox folder run docker-compose up -d then open the web GUI to archive.

How can I run this command archivebox update -t timestamp 1636303242.308281 from the CLI or GUI?

I am not sure opening an issue is the right place to ask for help but I couldn't find any IRC or Matrix room to ask for help...

Thank you.

Originally created by @blogdemoi on GitHub (Nov 7, 2021). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/888 Hello, I installed Archivebox on my Manjaro laptop with 'Docker compose' and it is working fine, I did a few snapshots. However a snapshot didn't complete successfully and in the web GUI I have this message: > Snapshot [1636303242.308281] exists in DB, but resource 1636303242.308281/singlefile.html does not exist in snapshot dir yet. > > Maybe this resource type is not availabe for this Snapshot, > or the archiving process has not completed yet? > > run this cmd to finish archiving this Snapshot > archivebox update -t timestamp 1636303242.308281 So I cd inside my archivebox folder and ran: `archivebox update -t timestamp 1636303242.308281` but received an error: >   ~/archivebox ❯ archivebox update -t timestamp 1636303242.308281 > zsh: command not found: archivebox Am I missing something? I start Archivebox with: `sudo systemctl start docker.service` then from inside the archivebox folder run `docker-compose up -d` then open the web GUI to archive. How can I run this command `archivebox update -t timestamp 1636303242.308281` from the CLI or GUI? I am not sure opening an issue is the right place to ask for help but I couldn't find any IRC or Matrix room to ask for help... Thank you.
kerem 2026-03-01 14:44:28 +03:00
Author
Owner

@pirate commented on GitHub (Nov 12, 2021):

When running with Docker Compose, you need to run the archivebox command inside your container like so:

cd /path/to/your/archivebox/dir
docker-compose run archivebox update -t timestamp 1636303242.308281

https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#cli-usage
https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#usage

<!-- gh-comment-id:967222872 --> @pirate commented on GitHub (Nov 12, 2021): When running with Docker Compose, you need to run the archivebox command inside your container like so: ```bash cd /path/to/your/archivebox/dir docker-compose run archivebox update -t timestamp 1636303242.308281 ``` https://github.com/ArchiveBox/ArchiveBox/wiki/Usage#cli-usage https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#usage
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#549
No description provided.