-
Notifications
You must be signed in to change notification settings - Fork 0
restore data in background or via cron job on a different server to create another copy of the data #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Date: 2025-10-04 NEW FEATURES
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds non-interactive restore functionality to support background operations and automated restore processes via cron jobs. The changes enable restoring data without user interaction, which supports implementing a 3-2-1 backup strategy by creating copies of backup data on different servers.
Key changes:
- Added
--background-restore
command for non-blocking restore operations that run in the background - Added
--sync-restore
command for synchronous restore operations suitable for cron jobs - Refactored existing restore code to support both interactive and non-interactive modes
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
restic-backup.sh | Added background and synchronous restore functions, refactored ownership handling, updated help text and version |
README.md | Added Quick Start section, comprehensive restore documentation, and corrected a typo |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.