From eb4b4cc92bab65e1e5ae9fbe04800f82ad97cb86 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 25 Nov 2020 19:21:06 -0800 Subject: [PATCH] Fix line length in schema. --- borgmatic/config/schema.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 724cf3fd6..59d68711e 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -185,10 +185,10 @@ map: desc: | The standard output of this command is used to unlock the encryption key. Only use on repositories that were - initialized with passcommand/repokey/keyfile encryption. Note - that if both encryption_passcommand and encryption_passphrase - are set, then encryption_passphrase takes precedence. - Defaults to not set. + initialized with passcommand/repokey/keyfile encryption. + Note that if both encryption_passcommand and + encryption_passphrase are set, then encryption_passphrase + takes precedence. Defaults to not set. example: "secret-tool lookup borg-repository repo-name" encryption_passphrase: type: str @@ -197,7 +197,8 @@ map: repositories that were initialized with passphrase/repokey/keyfile encryption. Quote the value if it contains punctuation, so it parses correctly. And backslash - any quote or backslash literals as well. Defaults to not set. + any quote or backslash literals as well. Defaults to not + set. example: "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" checkpoint_interval: type: int