Skip to content

Commit

Permalink
Merge pull request #3053 from rear/jsmeix-RBME-description
Browse files Browse the repository at this point in the history
Better description of BACKUP=RBME in default.conf - triggered by
#3050 (comment)
  • Loading branch information
jsmeix committed Oct 6, 2023
2 parents 6bba62e + 32a6823 commit fc5f2c0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions usr/share/rear/conf/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2858,17 +2858,15 @@ REQUESTRESTORE_ABORT_FILE=${REQUESTRESTORE_ABORT_FILE:-}
####
# BACKUP=RBME
##
# This mode allows restoring a RBME backup from NFS shares.
# As NFSv4 is not fully supported with ReaR (yet) it is safer to
# use BACKUP_OPTIONS="nfsvers=3,nolock" in the local.conf file.
# Note: You may have to open appropriate TCP/UDP ports on the NFS server (iptables).
#
# Configure the RBME backup ahead of time.
# RBME will present you a list of all backups that are available.
# A magic value of 'latest' will automatically use the latest backup.
# Restoring a RBME backup from NFS shares during "rear recover".
# Making a RBME backup is not implemented in ReaR.
# See https://github.com/schlomo/rbme how to make a RBME backup.
#
# During "rear recover" RBME shows a list of all available backups.
# The special value 'latest' will automatically use the latest backup.
RBME_BACKUP=
#
# If the RBME hostname is different from the system hostname, configure it here
# Specify a RBME hostname that is not the system hostname.
# Example: RBME_HOSTNAME="$HOSTNAME-bcp"
RBME_HOSTNAME=$HOSTNAME
####
Expand Down

0 comments on commit fc5f2c0

Please sign in to comment.