snapers

Crates.iosnapers
lib.rssnapers
version
sourcesrc
created_at2025-03-03 11:09:45.190279+00
updated_at2025-03-03 11:27:39.66544+00
descriptionSimple btrfs snapshot creator
homepagehttps://codeberg.org/micropanda123/snapers
repositoryhttps://codeberg.org/micropanda123/snapers
max_upload_size
id1575451
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(MicroPanda123)

documentation

README

Snapers

License: OQL Simple small utility for making BTRFS snapshots

Usage

Pretty much everything is visible when you run snapers -h, but in general:

snapers -s /@snapshots / will:

  • Take snapshot of root directory
  • Save new snapshot using default naming scheme (16 characters of UUID V7 + current date) inside /@snapshots folder
  • (-s) Create 'latest' link inside target folder, which will point to the newest snapshot

There's also available -c options which allows specifying custom name for snapshot

Commit count: 0

cargo fmt