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.
- Host: GitHub
- URL: https://github.com/morgant/openbsd-archive-scripts
- Owner: morgant
- License: mit
- Created: 2019-10-20T17:30:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T19:25:19.000Z (about 5 years ago)
- Last Synced: 2025-10-28T00:07:59.644Z (7 months ago)
- Topics: archive, backup, backup-script, openbsd, openbsd-ports, openbsd-scripts
- Language: Shell
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).