mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #323] Feature Request: Provide a untility to sync archived folders and index #233
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#233
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 @Haocen on GitHub (Mar 2, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/323
Type
What is the problem that your feature request solves
Describe the ideal specific solution you'd want, and whether it fits into any broader scope of changes
This feature is required so user can keep the archive folders clean, avoiding archives missing from index or duplicated archives taking too much space.
What hacks or alternative solutions have you tried to solve the problem?
I've already implemented this feature here:
https://github.com/Haocen/ArchiveBox/blob/production/archivebox/sync.py
How badly do you want this new feature?
@pirate commented on GitHub (Mar 2, 2020):
Oh this already exists in v0.4.0, it does it out of the box.
@Haocen commented on GitHub (Mar 2, 2020):
Please excuse me if it is very obvious, I wonder which branch is the most up to date one with the specific feature?
The
dev,djangoor0.5branch?@pirate commented on GitHub (Mar 2, 2020):
No worries, it's not obvious at all haha, I recommend trying the
djangobranch first, or thev0.4.3if you have trouble. It's not production-ready (make sure you back up your archive data), but it should work for the most part.archivebox initdoes all of this out-of-the-box, and can be run repeatedly whenever cleanup is needed.You can also use these as well:
@Haocen commented on GitHub (Mar 3, 2020):
Amazing! I'll try it out now.
@Haocen commented on GitHub (Mar 3, 2020):
Hi @pirate ,
I tried very hard but I cannot figure out how to run the django server with django branch.
I don't think I can install archivebox via pip:
And django complain not being able to find archivebox module:
Is there anything I'm missing?
It would be great if you can point me to a Docker image that will run the django release out of box, thank you in advance.