Get base version going #1
Owner
No description provided.
feat(meta): Initial commit (#1)
feat(hook): Use separate hook per transaction type (#1)
docs(conf): Add a note to ourselves for final defaults (#1)
refactor(script): Opposite of important is trivial (#1)
refactor(script): For symlinks you're going to need sudo (#1)
docs(script): Trailing dot (#1)
feat(hook): Use separate hook per transaction type (#1)
refactor(script): Don't use zfs-auto-snapshot, but add jq (#1)
feat(conf): Limit snapshot name length (#1)
feat(script): Catch install, remove, upgrade operation type from pacman (#1)
feat(script): Define severity based on affected pkgs (#1)
feat(script): Generate list of affected pkgs on one line (#1)
refactor(script): Local instead of global var (#1)
feat(script): List all snappable datasets (#1)
docs(script): Explain space.quico:auto-snapshot ZFS property (#1)
feat(script): Introduce dry-run option (#1)
refactor(script): Explain pacman-zfs-snapshot.conf last (#1)
feat(script): Allow snapping only local datasets (#1)
feat(conf): Make snapshot name components configurable (#1)
feat(conf): Find how long a dataset name will be (#1)
feat(script): Add colored print (#1)
feat(script): Print warning and exit gracefully if snapshot name would be too long (#1)
feat(script): Limit length of package name list (#1)
refactor(script): Name normal msgs "info" (#1)
refactor(script): Reuse date_string instead of regenerating it (#1)
feat(script): Do snapshots and talk about it (#1)
fix(conf): Keep 15 trivial snapshots (#1)
fix(conf): Use vars for severity names (#1)
feat(script): Add successful snapshot datasets to array (#1)
feat(script): Identify snaps in current chain (#1)
feat(script): Implement retention for old snapshots (#1)
feat(script): Add dry-run functionality (#1)
fix(script): fix if clause (#1)
fix(script): Fix date format (#1)
fix(script): Don't reinitialize max_dataset_name_length (#1)
fix(script): Fix var reference (#1)
fix(script): Fix var reference (#1)
docs(hook): We use multiple hook files (#1)
docs(script): pkg name regex is encapsulated in parentheses (#1)
refactor(script): Differentiate between user-defined and internal vars (#1)
refactor(script): Reuse the same pkg name separator in a var (#1)
refactor(hook): Allow pkg list of up to 30 chars length (#1)
fix(script): Run while loop through different file descriptor for easier trap-debugging (#1)
refactor(script): Get variables first then define an operation suffix (#1)
refactor(script): Define color codes just once (#1)
fix(script): Correctly assign default values if unset or empty (#1)
fix(conf): Get default vars consistent with config file (#1)
fix(script): Use correct operation suffix in snapshot name (#1)
refactor(script): On ZFS operations catch and use return code (#1)
fix(script): Output snapshots list with trailing line break so that 'wc -l' can better count them (#1)
refactor(hook): Generalize hook name (#1)
docs(conf): Add comment per setting (#1)
docs(conf): Explain dry run behavior correctly (#1)
docs(script): Give a ZFS output example (#1)
docs(script): Expand ZFS output example (#1)
docs(conf): Explain date formatting example (#1)
fix(script): When done zfs-destroying datasets return 0 (#1)
fix(script): Do snapshots atomically (#1)
refactor(script): Trim whitespace (#1)
refactor(script): Indent snapshot names (#1)
refactor(script): List snapshots (#1)
feat(script): Write snapshot time in a user-configurable time zone (#1)
docs(script): Our hooks go first before kernel and modules are touched (#1)
docs(script): Expand on dataset selection mechanism (#1)
docs(script): Expand on trivial and important packages distinction (#1)
docs(script): User will want to remove pacman's stale db.lck after rollback (#1)
refactor(conf): Testing's showing that 25 trivial snapshots are more sensible than 15 (#1)
docs(script): Typo (#1)
refactor(conf): Testing's showing that 25 trivial snapshots are more sensible than 15 (#1)
Author
Owner
- Detect when no dataset has space.quico:auto-snapshot=true
* Detect when no dataset has space.quico:auto-snapshot=true
refactor(conf): Keep 10 important snaps, up from 5 (#1)
fix(script): Check severity against actaual severity value (#1)
refactor(script): Add pkgs to snapshot name only when allowed by user (#1)
refactor(script): Trim package name if it doesn't fit full-length (#1)
refactor(conf): Add more important package names to default config (#1)
refactor(conf): Keep more important snapshots (#1)
refactor(docs): Explain new important pkgs regex (#1)
refactor(docs): We're doing 10 imp snapshots by default (#1)
feat(docs): Explain pkg name trimming in snapshots (#1)
refactor(docs): Explain ZFS snapshot name max length (#1)
refactor(docs): Add pkg list trimming (#1)
feat(docs): Don't do duplicate snapshot names (#1)
refactor(docs): Spell ZFS all uppercase (#1)
refactor(docs): Trim ZFS example snapshot list (#1)
refactor(docs): Phrasing (#1)
refactor(docs): Add warning about simple snapshot names (#1)
refactor(script): Put ZFS property in a variable (#1)
refactor(script): Space out error messages correctly (#1)
refactor(script): Abort early and with clear msg when no datasets snapshottable (#1)
feat(script): Avoid snap name collisions, always append counter to make them unique (#1)
refactor(docs): Fix incorrect explanation how we identify snapshottable datasets (#1)
refactor(docs): Adjust explanation of how we avoid naming collisions (#1)
refactor(docs): Explain counter suffix (#1)
refactor(docs): Typo (#1)
refactor(docs): Layout (#1)
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?