Skip to content

Commit 6ccbab0

Browse files
authored
Fixed typo and non-ASCII char
See #1055 (comment) and #1055 (comment)
1 parent 8504328 commit 6ccbab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/rear/conf/default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ BORGBACKUP_COMPRESSION=""
655655
# repokey: passphrase-only (stored on server BORGBACKUP_REPO/config)
656656
# Default: repokey
657657
BORGBACKUP_ENC_TYPE="none"
658-
# When set, use the given path/filename as remote path (default is borg)
658+
# When set, use the given path/filename as remote path (default is "borg")
659659
BORGBACKUP_REMOTE_PATH=""
660660
# Borg retention strategy
661661
BORGBACKUP_PRUNE_HOURLY=
@@ -667,7 +667,7 @@ BORGBACKUP_PRUNE_YEARLY=
667667
# Environment variables
668668
# Borg is using couple of environment variables which can influence its behavior.
669669
# You can make use of them by putting 'export BORG_var_name="var_value"'
670-
# into ReaRs local.conf/site.conf.
670+
# into ReaR's local.conf/site.conf.
671671
# e.g.
672672
# export BORG_PASSPHRASE="S3cr37_P455w0rD"
673673
# export BORG_RELOCATED_REPO_ACCESS_IS_OK="yes"

0 commit comments

Comments
 (0)