We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to add the ability to back up Nebari's NFS store.
This functionality will be exposed in Nebari CLI. Currently, we are using MinIO to save objects in a cloud-agnostic way.
nebari backup user-data --backup-location <BACKUP_LOCATION>
The backup will be stored in the following format: <BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
<BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
To restore user-data:
nebari restore user-data --backup-location <BACKUP_LOCATION>
Restic.net is an open-source (“BSD 2-Clause License”) solution recommended for backing up Minio.
No response
The text was updated successfully, but these errors were encountered:
Closing in favor of #2518
Sorry, something went wrong.
No branches or pull requests
Feature description
We want to add the ability to back up Nebari's NFS store.
Interface
This functionality will be exposed in Nebari CLI. Currently, we are using MinIO to save objects in a cloud-agnostic way.
The backup will be stored in the following format:
<BACKUP LOCATION>/<YYYY-MM-DD:HH:mm:ss>/NFS/user_data/
To restore user-data:
Implementation
Restic.net is an open-source (“BSD 2-Clause License”) solution recommended for backing up Minio.
Value and/or benefit
Anything else?
No response
The text was updated successfully, but these errors were encountered: