om-snapper

Crates.ioom-snapper
lib.rsom-snapper
version0.6.5-alpha
sourcesrc
created_at2023-11-12 15:38:30.60776
updated_at2023-11-20 19:52:09.800358
descriptionA very basic commandline tool to download AWS EC2/EBS snapshots.
homepagehttps://github.com/AndreasOM/om-snapper
repositoryhttps://github.com/AndreasOM/om-snapper
max_upload_size
id1032822
size77,087
Andreas Neukoetter (AndreasOM)

documentation

README

om-snapper

A very basic commandline tool to download AWS EC2/EBS snapshots.

Works for me. Might not work for you.

Usage Example

om-snapper get snap-0123456789abcdefx --continue

Installation

From source

cargo build --release

From github release

Download from github and unpack binaries to a location of your choice.

cargo

binstall

cargo binstall om-snapper@0.5.0-alpha (Note: Once a non alpha version is released you can omit the @...)

This is work in progress.

homebrew

:TODO:

Features

  • Allows to continue after cancel/abort
  • File verification
  • Multithreaded download
  • Bandwidth limiting

Notes

Progress bar might skip, as empty (all zero blocks) are not transfered

Future

Pull requests are very welcome. Feature requests and bug reports too.

I use this on a regular basis, so I intend to keep it "good enough for me".

Commit count: 43

cargo fmt