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.
- Host: GitHub
- URL: https://github.com/dannixon/snapperoo
- Owner: DanNixon
- License: mit
- Archived: true
- Created: 2021-04-03T19:19:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T18:12:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T19:53:54.705Z (about 2 months ago)
- Topics: btrfs, btrfs-snapshots
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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`.