/usr/local/jetapps/usr/share/rear/prep/BORG/default
# This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # # 250_mount_usb.sh # We need to mount USB_DEVICE in order to prepare for Borg archive # initialization, but only if BORGBACKUP_HOST is not set. # When BORGBACKUP_HOST is set, we don't need to mount anything as SSH # backup destination will be handled internally by Borg it self. if [[ -z $BORGBACKUP_HOST ]]; then mount_url "usb://$USB_DEVICE" "$borg_dst_dev" fi
.
Edit
..
Edit
100_set_vars.sh
Edit
200_prep_borg.sh
Edit
250_mount_usb.sh
Edit
300_init_archive.sh
Edit