mirror of
https://github.com/erenfro/systemrescue-backup.git
synced 2024-12-22 00:01:09 -05:00
Updated srb.cfg names and organization
This commit is contained in:
parent
3019c8e6ee
commit
3dd55283a2
1 changed files with 18 additions and 19 deletions
|
@ -1,16 +1,23 @@
|
|||
# This is the base configuration used my multiple agents.
|
||||
|
||||
# This is where persistent larger files reside. Including the SystemRescueCD and Backup ISO's reside.
|
||||
# NOTE: This is not where actual backups will reside.
|
||||
# SystemRescueBackup Specific configurations:
|
||||
# systemrescue_data_dir Used for persistent storage, including
|
||||
# SystemRescueCD, generated SRB ISOs.
|
||||
# systemrescue_temp_dir Temporary working directory, mostly for downloads
|
||||
# to generate the SRB disc image.
|
||||
# systemrescue_cd_version Version of the SystemRescueCD ISO to use for
|
||||
# SRB's Restore ISO.
|
||||
systemrescue_data_dir="/var/backups/systemrescue-backup"
|
||||
systemrescue_temp_dir="/tmp/systemrescue-backup"
|
||||
systemrescue_cd_version="11.02"
|
||||
|
||||
# Backup Engine to use:
|
||||
# Options are either resticprofile or borgmatic.
|
||||
backup_engine="resticprofile"
|
||||
|
||||
# ResticProfile Options:
|
||||
# These are versions of restic and resticprofile to download and use with the
|
||||
# SystemRescueBackup recovery image.
|
||||
# These are versions of restic and resticprofile to download and use with
|
||||
# the SRB recovery image.
|
||||
restic_version="0.17.0"
|
||||
resticprofile_version="0.28.0"
|
||||
|
||||
|
@ -22,11 +29,3 @@ resticprofile_version="0.28.0"
|
|||
# And upon success, copy the borgmatic.srm to your host system and provide
|
||||
# the path to it here:
|
||||
borgmatic_srm=""
|
||||
|
||||
# SystemRescueCD Version to Download and Use. If you're using borgmatic, this
|
||||
# version will be relevant to the previously provided borgmaticSRM module.
|
||||
systemrescuecd_version="11.02"
|
||||
|
||||
# Temporary working directory, mostly for downloads to generate the
|
||||
# SystemRescueBackup disc image.
|
||||
systemrescue_temp_dir="/tmp/systemrescue-backup"
|
||||
|
|
Loading…
Reference in a new issue