Skip to content
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

[ENH] - Backup and Restore NFS store #2292

Closed
pt247 opened this issue Mar 6, 2024 · 1 comment
Closed

[ENH] - Backup and Restore NFS store #2292

pt247 opened this issue Mar 6, 2024 · 1 comment
Labels
area:backup-and-restore 💾 All items related to backup and restore

Comments

@pt247
Copy link
Contributor

pt247 commented Mar 6, 2024

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.

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/

To restore user-data:

nebari restore user-data --backup-location <BACKUP_LOCATION>

Implementation

Restic.net is an open-source (“BSD 2-Clause License”) solution recommended for backing up Minio.

Value and/or benefit

  1. Will allow us to do backups before new deploys.
  2. Will save the state from accidental deletes.

Anything else?

No response

@pt247 pt247 added the area:backup-and-restore 💾 All items related to backup and restore label Mar 7, 2024
@pt247 pt247 changed the title [ENH] - Backup NFS store [ENH] - Backup and Restore NFS store Mar 19, 2024
@pt247 pt247 closed this as completed Jun 18, 2024
@pt247
Copy link
Contributor Author

pt247 commented Jun 18, 2024

Closing in favor of #2518

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:backup-and-restore 💾 All items related to backup and restore
Projects
Development

No branches or pull requests

1 participant