rsync: mkstemp ".test1.sh.ox5lBz" (in conf) failed: Permission denied (13)

[root@hadoop1 ~]# rsync -avz --delete test1.sh  --timeout=100 rsync_backup@192.168.148.141::conf --password-file=/etc/rsync.password
sending incremental file list
test1.sh
rsync: mkstemp ".test1.sh.ox5lBz" (in conf) failed: Permission denied (13)


sent 181 bytes  received 27 bytes  59.43 bytes/sec
total size is 159  speedup is 0.76

rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]

排查了配置文件均未发现错误


最后发现原因为未关闭Linux系统selinux

执行setenforce 0临时关闭selinux即可复制成功


如下配置文件enforcing修改为disabled即可永久关闭selinux,执行sestatus查看selinux状态

[root@localhost etc]# cat /etc/selinux/config 


# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#     enforcing - SELinux security policy is enforced.
#     permissive - SELinux prints warnings instead of enforcing.
#     disabled - No SELinux policy is loaded.
SELINUX=enforcing
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值