Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 953 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • zsm create command which allows to create snapshots of a single specified or all availalbe file systems.
  • zsm clean command which allows to remove obsolete snapshots.
  • zsm list command which allows to list all snapshots managed by zsm.
  • zsm receive command which allows to read snapshot data from stdin and store it in a target_fs. Care must be taken that target_fs is excluded when calling zsm create.
  • zsm version command which prints the current zsm version.