mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1481] Empty duplicate archive directories are created when update is run on 0.7.2 #2382
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2382
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pirate on GitHub (Aug 6, 2024).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1481
Discussed in https://github.com/ArchiveBox/ArchiveBox/discussions/1474
Originally posted by huyz July 30, 2024
@pirate wrote at https://github.com/ArchiveBox/ArchiveBox/discussions/1375#discussioncomment-8939092:
If there's a 1:1 mapping from URL to snapshot, why do I have 22 URLs (UI says
22 snapshots) but my filesystem has 368 timestamped folders?I have a schedule every 15 minutes to check on the feed so that ArchiveBox can detect new URLs in my feed fairly quickly:
My understanding is that ArchiveBox wouldn't try to snapshot URLs it has already seen (unless there was an error (assuming
ONLY_NEWis set to the defaultFalse)).So why do I keep getting more and more timestamped folders in the filesystem?
In the UI, only the oldest timestamp actually shows up. These newer timestamped folders don't seem accessible through the web UI. If I manually edit the
https://archivebox***/archive/1722239597.311123/index.htmlURL and replace the oldest timestamp with a one of the newer ones, it's not found:No Snapshot directories match the given timestamp or UUID: 1722263974.282957My archive folder keeps growing by GBs.