diff options
author | Richard Mortier <mort@cantab.net> | 2019-04-27 10:30:02 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:16:22 +0000 |
commit | a47ef952dde0c8d9b8538fb0b26c538fd8dd9b88 (patch) | |
tree | 19a328ba25b49bfc96f616d36a442cce3a6d8d97 /README.md | |
parent | 12aae4c2cbfad1ab7c3dd6d26282ba9e10992776 (diff) | |
download | alpine-conf-a47ef952dde0c8d9b8538fb0b26c538fd8dd9b88.zip |
README: more formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ -Alpine Conf are a set of utilities for making backup of config files and for setting up a new Alpine Linux computer. +# `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: +## 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` @@ -10,7 +12,7 @@ Alpine Conf are a set of utilities for making backup of config files and for set * 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: +# Setup scripts The main script is called `setup-alpine`, and it will perform basic system setup. Each script can be called independently, for example: |