Skip to content

Releases: pspiagicw/dotback

Release list

v0.1.0

Choose a tag to compare

@pspiagicw pspiagicw released this 01 Mar 06:41

dotback v0.1.0

First tagged release of dotback.

Highlights

  • Better config safety: validates config path and TOML parse errors.
  • Automation-friendly backup flags: --yes, --non-interactive, --no-after-backup.
  • Improved copy behavior: skips .git and .gitignore, strips leading . from copied names.
  • Better failure handling: collects per-rule/post-backup failures and exits non-zero.
  • CLI polish: improved help output and added dotback list.
  • Installer and release tooling: install.sh bootstrap installer + build-release.sh cross-platform packaging.

Install

curl -fsSL https://raw.githubusercontent.com/pspiagicw/dotback/main/install.sh | bash