An open API service indexing awesome lists of open source software.

https://github.com/dannixon/snapperoo

A small, bare essentials utility for taking Btrfs snapshots.
https://github.com/dannixon/snapperoo

btrfs btrfs-snapshots

Last synced: about 2 months ago
JSON representation

A small, bare essentials utility for taking Btrfs snapshots.

Awesome Lists containing this project

README

        

# Snapperoo

A small, bare essentials utility for taking Btrfs snapshots.

Snapperoo is designed to be the bare minimum required to automatically take Btrfs snapshots and delete old snapshots according to a retention policy.

## Dependencies

- btrfs
- bash
- [jq](https://stedolan.github.io/jq/)
- (groff)
- (make)
- ([shellcheck](https://github.com/koalaman/shellcheck))

## Documentation

See `docs` directory, or `man snapperoo`.