#tool #command-line-tool #snapshot #download #basic #aws #continue

bin+lib om-snapper

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

9 releases (5 breaking)

0.6.5-alpha Nov 20, 2023
0.6.4-alpha Nov 15, 2023
0.5.0-alpha Nov 13, 2023
0.4.0-alpha Nov 13, 2023
0.1.1-alpha Nov 12, 2023

#2616 in Command line utilities

Download history 96/week @ 2024-02-18 27/week @ 2024-02-25 6/week @ 2024-03-10 1/week @ 2024-03-17 69/week @ 2024-03-31

69 downloads per month

MIT license

24KB
480 lines

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".

Dependencies

~79MB
~1M SLoC