Moved templates into templates directory to not crown main.

This commit is contained in:
Eric Renfro 2021-09-02 21:03:00 -04:00
parent b61f8e66dd
commit 91bfbb7ff0
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@
```
git checkout https://git.linux-help.org/Linux-Help/borgmatic-base.git /etc/borgmatic
pushd /etc/borgmatic
cp config.yaml.tpl config.yaml
cp patterns.tpl patterns
cp excludes.tpl excludes
cp templates/config.yaml.tpl config.yaml
cp templates/patterns.tpl patterns
cp templates/excludes.tpl excludes
ln -s ../scripts/post_end postbackup.d/90-post_end
popd
```