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

[borg] make help references consistent in example

parent 87ea9c3d
Branches
Tags
1 merge request!10Borg support (rebased)
...@@ -30,7 +30,8 @@ ...@@ -30,7 +30,8 @@
[source] [source]
## how many hours, days, weeks and months of data to keep ## how many hours, days, weeks and months of data to keep
## for more info see : borg prune -h ##
## for more info see : borg help prune
## ##
## Default: ## Default:
# keephourly = 1 # keephourly = 1
...@@ -44,7 +45,9 @@ ...@@ -44,7 +45,9 @@
## shell-style matching, where, for example, '*' matches any number of ## shell-style matching, where, for example, '*' matches any number of
## characters. for more info, see : borg help patterns ## characters. for more info, see : borg help patterns
## 3. Symlinks are preserved (not followed). ## 3. Symlinks are preserved (not followed).
##
## for more info see : borg help patterns
##
## files to include in the backup ## files to include in the backup
include = /opt include = /opt
include = /srv include = /srv
...@@ -98,7 +101,8 @@ exclude = /var/lib/mysql ...@@ -98,7 +101,8 @@ exclude = /var/lib/mysql
## archive name, should be unique every day. ## archive name, should be unique every day.
## Format tags available : ## Format tags available :
## {now}, {utcnow}, {fqdn}, {hostname}, {user}, {pid} ## {now}, {utcnow}, {fqdn}, {hostname}, {user}, {pid}
## for more info see : borg create -h ##
## for more info see : borg help create
## ##
## Default: ## Default:
# archive = {now:%Y-%m-%dT%H:%M:%S} # archive = {now:%Y-%m-%dT%H:%M:%S}
...@@ -125,8 +129,7 @@ exclude = /var/lib/mysql ...@@ -125,8 +129,7 @@ exclude = /var/lib/mysql
## - "repokey" = encryption with key stored inside the repository ## - "repokey" = encryption with key stored inside the repository
## - "repofile" = encryption with key stored in ~/.config/borg/keys/ ## - "repofile" = encryption with key stored in ~/.config/borg/keys/
## ##
## for more info see : ## for more info see : borg help init
## https://github.com/borgbackup/borg/blob/master/docs/quickstart.rst#repository-encryption
## ##
## Default: ## Default:
# encryption = none # encryption = none
...@@ -136,8 +139,5 @@ exclude = /var/lib/mysql ...@@ -136,8 +139,5 @@ exclude = /var/lib/mysql
## must be set if encryption != none ## must be set if encryption != none
## encryption is disabled by default ## encryption is disabled by default
## ##
## for more info see :
## https://github.com/borgbackup/borg/blob/master/docs/quickstart.rst#repository-encryption
##
## Default: ## Default:
# passphrase = # passphrase =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment