feat: automated s3 backup - #481
Open
affeldt28 wants to merge 3 commits into
Open
Conversation
2 tasks
There was a problem hiding this comment.
Pull request overview
Adds documentation for Arcane’s new volume and system backup functionality (including S3-compatible destinations) and wires the new docs page into the Features navigation.
Changes:
- Adds a new Backups feature doc covering local storage, S3 destinations, scheduling/retention, encryption, and restore flows.
- Updates the existing Volumes doc to reflect the new Rustic-based backup model and links to the new Backups page.
- Adds the new Backups page to the docs sidebar navigation under Features.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/lib/config/docs.ts | Adds the features/backups doc leaf to the Features nav group. |
| content/features/volumes.md | Replaces the old tar-based backup description with Rustic snapshot workflow and links to the Backups doc. |
| content/features/backups.md | New comprehensive Backups doc for volume backups and Arcane system backups (local + S3). |
Comments suppressed due to low confidence (1)
content/features/backups.md:52
- This callout uses "local repository" without context; it’s easy to misread as the source-code repository. Clarify that it refers to the local backup repository stored under
/backups.
> A local backup on the same host does not protect against disk or host failure. Use S3 or copy the local repository to another system for off-site recovery.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new volume and system backup functionality introduced in getarcaneapp/arcane#3459.
Addresses getarcaneapp/arcane#3194.