rsync failed: Operation not permitted (1)错误的解决方法
执行rsync同步文件到远程服务器时,出现了下面的错误
1
2
3
4
5
6
7
8
sending incremental file list
file.zip
rsync: mkstemp "/var/www/test/file.zip" failed: Operation not permitted (1)
sent 766,647 bytes received 12,430 bytes 82,008.11 bytes/sec
total size is 548,682,726 speedup is 704.27
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
问题很简单,目标服务器的文件权限和源服务器文件权限不一致~
💘 相关文章
- 这应该是最详细的lsyncd 实时同步数据的教程啦
- 一次openwrt 防火墙错误配置下的系统急救方法
- 解决使用ffmpeg下载m3u8视频时出现403错误的方法
- Openlitespeed wordpress伪静态出现404错误解决方法
- win10应用商店打不开,0x80131500错误的解决方法
- rsync Permission denied (publickey).报错的小问题
- lsyncd error: unexplained error (code 255) at io.c(235) [sender=3.1.2]的解决方法
- 基于lsyncd实现的实时增量备份
- 使用ipv6进行rsync基于密匙证书进行数据同步教程。
- PTY allocation request failed on channel 0的解決方法