mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #341] Best Practices for Backup/Restore #244
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#244
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 @ir0nh3at on GitHub (Apr 29, 2020).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/341
Hello,
I've reviewed the docs, but I don't see any instructions on backup and restore of the downloaded data and database. Do we just backup the ArchiveBox directory and restore it, or is there more to it than that? Thanks!
@pirate commented on GitHub (Apr 29, 2020):
Yup, you can zip up the entire folder as a backup, or ideally put it on a filesystem that has COW snapshot support like ZFS, APFS, BTFS, etc.
Newer versions of archivebox don't require keeping the output folder in the same folder as the code, and they're able to import all previous versions of archivebox databases.
@ir0nh3at commented on GitHub (Apr 29, 2020):
Perfect. Just wanted to make sure I wasn't missing something non-obvious. Thanks for your help.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, April 29, 2020 10:28 AM, Nick Sweeting notifications@github.com wrote:
@pirate commented on GitHub (Apr 29, 2020):
For anyone who finds this ticket in the future, here's a little more info on the folder structure in the docs (but nothing specific to backups):
Also note I've added a new DB/filesystem troubleshooting area to the wiki that may help people arriving here from Google: https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives#database-troubleshooting
Contributions/suggestions welcome there.