https://github.com/alpinelinux/alpine-conf
[MIRROR] Alpine configuration management scripts
https://github.com/alpinelinux/alpine-conf
alpine-linux configuration-management
Last synced: 11 months ago
JSON representation
[MIRROR] Alpine configuration management scripts
- Host: GitHub
- URL: https://github.com/alpinelinux/alpine-conf
- Owner: alpinelinux
- License: mit
- Created: 2016-11-02T23:24:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T14:12:21.000Z (about 1 year ago)
- Last Synced: 2025-03-28T14:11:15.233Z (11 months ago)
- Topics: alpine-linux, configuration-management
- Language: Shell
- Homepage: https://gitlab.alpinelinux.org/alpine/alpine-conf
- Size: 792 KB
- Stars: 84
- Watchers: 14
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `alpine-conf`
This repo contains a set of utilities for making backup of config files and for setting up a new Alpine Linux computer.
# LBU
## Basic usage
* To add a file or folder to be backed up, `lbu include /path/to/foo`
* To remove a file from being backed up, `lbu exclude /path/to/foo`
* To setup LBU options, edit `/etc/lbu/lbu.conf`
* To create a package as specified in lbu.conf, `lbu commit`
* To override destination of the backup package, `lbu package /path/to/bar.apkovl.tar.gz`
# Setup scripts
The main script is called `setup-alpine`, and it will perform basic system setup. Each script can be called independently, for example:
* `setup-acf` sets up ACF web interface
* `setup-ntp` sets up NTP service
* etc.
For further information, please see or the Alpine Linux documentation wiki at .