37 lines
483 B
Markdown
37 lines
483 B
Markdown
# btrbk-cron
|
|
|
|
btrbk cron wrapper with healthchecks support.
|
|
|
|
[](https://drone.asperti.com/paspo/btrbk-cron)
|
|
|
|
## Build
|
|
|
|
Run this:
|
|
|
|
```bash
|
|
debuild -i -us -uc
|
|
```
|
|
|
|
## New release
|
|
|
|
Add comments:
|
|
|
|
```sh
|
|
dch -v 0.2 "comment 1"
|
|
dch -v 0.2 "comment 2"
|
|
```
|
|
|
|
Release:
|
|
|
|
```sh
|
|
dch --release --distribution stable
|
|
```
|
|
|
|
## Installation
|
|
|
|
Just install the package as usual.
|
|
|
|
```bash
|
|
sudo dpkg -i btrbk-cron_*.deb
|
|
```
|