weak-head / nimbus

Nimbus is engineered to optimize data backup processes and efficiently orchestrate service deployments for homelabs and dev environments.
MIT License
1 stars 0 forks source link

Add zfs snapshot management command #8

Open weak-head opened 5 months ago

weak-head commented 5 months ago

Description

Add support of ni snapshot command, that creates and rotates ZFS snapshots.

Configuration changes

Below are proposes configuration changes.

commands:
  snapshot:
    keep:
      most_recent: 3
    datasets:
      - data/services/cloud
      - data/services/gitlab