����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# verify/NETFS/default/600_check_encryption_key.sh
#
# Error out when BACKUP_PROG_CRYPT_ENABLED but no BACKUP_PROG_CRYPT_KEY is set.
is_true "$BACKUP_PROG_CRYPT_ENABLED" || return 0
# There is no BACKUP_PROG_CRYPT_KEY value in etc/rear/local.conf in the recovery system
# (it was removed by build/default/960_remove_encryption_keys.sh see the comment there)
# so we need to ensure the BACKUP_PROG_CRYPT_KEY value was manually set again.
# Avoid that the BACKUP_PROG_CRYPT_KEY value is shown in debugscript mode
# cf. the comment of the UserInput function in lib/_input-output-functions.sh
# how to keep things confidential when usr/sbin/rear is run in debugscript mode
# ('2>>/dev/$SECRET_OUTPUT_DEV' should be sufficient here because 'test' does not output on stdout):
{ test "$BACKUP_PROG_CRYPT_KEY" ; } 2>>/dev/$SECRET_OUTPUT_DEV || Error "BACKUP_PROG_CRYPT_KEY must be set for backup archive decryption"
LogPrint "Decrypting backup archive with key defined in BACKUP_PROG_CRYPT_KEY"
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 050_check_NETFS_requirements.sh | File | 4.31 KB | 0644 |
|
| 050_start_required_nfs_daemons.sh | File | 4.73 KB | 0644 |
|
| 060_mount_NETFS_path.sh | File | 140 B | 0644 |
|
| 070_set_backup_archive.sh | File | 19.52 KB | 0644 |
|
| 090_set_readonly_options.sh | File | 195 B | 0644 |
|
| 550_check_backup_archive.sh | File | 1.58 KB | 0644 |
|
| 600_check_encryption_key.sh | File | 992 B | 0644 |
|
| 980_umount_NETFS_dir.sh | File | 154 B | 0644 |
|