mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 17:16:00 +03:00
[GH-ISSUE #279] Question: ...Tagging and removing #200
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#200
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 @arnauldb on GitHub (Oct 10, 2019).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/279
Hello,
I am very happy with Archivebox. I am using it at home to archive interesting sites and plan to set it up on a raspberry pi with an attached hdd for my personal archives.
Is there a way to tag when I run :
echo 'https://stephenjones.blog/houshan-daoists/' | env OUTPUT_DIR="/media/arnauld/DATA/archivbox" ONLY_NEW=True ./archiveAlso, how can I remove a link which is archived locally?
Thank you.
@dataarchivist commented on GitHub (Nov 20, 2019):
As far as I understand, simply delete the folder you dont want, in the output folder?
EDIT: Nearly. https://github.com/pirate/ArchiveBox/wiki/Usage under Disk Layout
you will find your answer. :)
@arnauldb commented on GitHub (Nov 20, 2019):
Thank you @dataarchivist , I was expecting something like a command to erase an archived site...
@dataarchivist commented on GitHub (Nov 21, 2019):
Shure you can rm it, but due the fact that we have an index, its mostly not just a command.
I think its its easier in the great next update.
@pirate commented on GitHub (Nov 21, 2019):
Removal command is already present in v0.4, see here for usage: https://github.com/pirate/ArchiveBox/wiki/Roadmap#-archivebox-remove
You can check it out early to beta test it but the official public release is still pending. Follow this PR for progress updates https://github.com/pirate/ArchiveBox/pull/207