An open API service indexing awesome lists of open source software.

https://github.com/morgant/openbsd-archive-scripts

Backup/archive scripts for various services running under OpenBSD.
https://github.com/morgant/openbsd-archive-scripts

archive backup backup-script openbsd openbsd-ports openbsd-scripts

Last synced: 15 days ago
JSON representation

Backup/archive scripts for various services running under OpenBSD.

Awesome Lists containing this project

README

          

# OpenBSD Archive Scripts
by Morgan Aldridge

## OVERVIEW

A small collection of archive scripts for various services running under OpenBSD, incl.:

* `acme-client` (see [acme-client(1)](https://man.openbsd.org/acme-client))
* `apache2`
* `dhcpd` (see [dhcpd(8)](https://man.openbsd.org/dhcpd)
* `nginx`
* `nsd` (see [nsd(8)](https://man.openbsd.org/nsd.8))
* `pf` (see [pf(4)](https://man.openbsd.org/pf.4))
* `pkg_info` (see [pkg_info(1)](https://man.openbsd.org/pkg_info))
* `relayd` (see [relayd(8)](https://man.openbsd.org/relayd.8))
* `smtpd` (see [smtpd(8)](https://man.openbsd.org/smtpd.8))
* `unbound` (see [unbound(8)](https://man.openbsd.org/unbound.8))
* `wg` (see [wg(4)](http://man.openbsd.org/wg))
* User homefolder

## USAGE

Each archive script accepts an optional destination path as the first parameter.

## INSTALLING

Archive scripts are installed individually, as follows:

```
doas install sbin/pf_archive /usr/local/sbin
```

## LICENSE

Released under the [MIT License](LICENSE).