Moved templates into templates directory to not crown main.
This commit is contained in:
parent
b61f8e66dd
commit
91bfbb7ff0
4 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
```
|
```
|
||||||
git checkout https://git.linux-help.org/Linux-Help/borgmatic-base.git /etc/borgmatic
|
git checkout https://git.linux-help.org/Linux-Help/borgmatic-base.git /etc/borgmatic
|
||||||
pushd /etc/borgmatic
|
pushd /etc/borgmatic
|
||||||
cp config.yaml.tpl config.yaml
|
cp templates/config.yaml.tpl config.yaml
|
||||||
cp patterns.tpl patterns
|
cp templates/patterns.tpl patterns
|
||||||
cp excludes.tpl excludes
|
cp templates/excludes.tpl excludes
|
||||||
ln -s ../scripts/post_end postbackup.d/90-post_end
|
ln -s ../scripts/post_end postbackup.d/90-post_end
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue