| Crates.io | gcp-snap-crab |
| lib.rs | gcp-snap-crab |
| version | 0.1.0 |
| created_at | 2025-09-24 12:38:36.975306+00 |
| updated_at | 2025-09-24 12:38:36.975306+00 |
| description | A minimalist, powerful, terminal-based GCP backup and restore tool written in Rust |
| homepage | https://github.com/ruteckimikolaj/gcp-snap-crab |
| repository | https://github.com/ruteckimikolaj/gcp-snap-crab |
| max_upload_size | |
| id | 1853051 |
| size | 135,620 |
A minimalist set of scripts to restore Google Cloud Platform (GCP) resources from backups.
Before you begin, ensure you have the following installed and configured:
gcloud) authenticated to your account.roles/compute.instanceAdmin.v1).
If you have the Rust toolchain installed, you can install gcp-snap-crab directly from crates.io:
cargo install gcp-snap-crab
Coming soon! Once the project is published, you will be able to install it with:
brew install gcp-snap-crab
This is my second project in Rust, and I'm passionate about making it better! I welcome all forms of contributions, from feature suggestions and bug reports to code improvements and pull requests.
If you have ideas on how to improve the code, make it more idiomatic, or enhance its performance, please don't hesitate to open an issue or a pull request. Your feedback is incredibly valuable.
git checkout -b feature/your-feature-name).git commit -m 'Add some amazing feature').git push origin feature/your-feature-name).