Skip to content
Snippets Groups Projects
Commit 1efa2386 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] improve comments in example.borg

parent 9c3dffa2
Branches
Tags
No related merge requests found
...@@ -168,14 +168,14 @@ exclude = /var/lib/mysql ...@@ -168,14 +168,14 @@ exclude = /var/lib/mysql
## - "repokey" = encryption with key stored inside the repository ## - "repokey" = encryption with key stored inside the repository
## - "keyfile" = encryption with key stored in ~/.config/borg/keys/ ## - "keyfile" = encryption with key stored in ~/.config/borg/keys/
## ##
## for more info see : borg help init ## for other options and more info, see : borg help init
## ##
## Default: ## Default:
# encryption = none # encryption = none
## passphrase of the key used for repository encryptions ## passphrase of the key used for repository encryptions
## ##
## must be set if encryption != none ## must be set if encryption is not "none"
## encryption is disabled by default ## encryption is disabled by default
## ##
## Default: ## Default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment