google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

Flexible backend API #79

Open brinchj opened 7 years ago

brinchj commented 7 years ago

Currently, the backend is defined in Rust. We should add a CMD backend to allow users to define their backend via small programs in PATH. This will make reuse of existing tooling around storage backends easier.