btrbk-cron/README.md

37 lines
483 B
Markdown
Raw Normal View History

2024-09-18 16:49:03 +00:00
# btrbk-cron
2024-09-16 14:23:21 +00:00
2024-09-18 16:39:31 +00:00
btrbk cron wrapper with healthchecks support.
[![Build Status](https://drone.asperti.com/api/badges/paspo/btrbk-cron/status.svg)](https://drone.asperti.com/paspo/btrbk-cron)
## Build
Run this:
```bash
debuild -i -us -uc
```
2024-09-24 14:09:10 +00:00
## New release
Add comments:
```sh
dch -v 0.2 "comment 1"
dch -v 0.2 "comment 2"
```
Release:
```sh
dch --release --distribution stable
```
2024-09-18 16:39:31 +00:00
## Installation
Just install the package as usual.
```bash
sudo dpkg -i btrbk-cron_*.deb
```