Forgot a c in exclude
This commit is contained in:
parent
fab39e1615
commit
e22bd8c4d7
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ export BORG_REPO='user@ho.st'
|
||||||
export BORG_PASSPHRASE='passphrase'
|
export BORG_PASSPHRASE='passphrase'
|
||||||
|
|
||||||
export BORG_EXCLUDES="\
|
export BORG_EXCLUDES="\
|
||||||
/path/to/exlude/*
|
/path/to/exclude/*
|
||||||
/another/*/path/to/exlude/*
|
/another/*/path/to/exclude/*
|
||||||
/yet/another/*/one/
|
/yet/another/*/one/
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue