[GH-ISSUE #3017] rsync 无法增量传输 #2410

Closed
opened 2026-05-05 13:33:05 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @wanglongbiao on GitHub (Jul 14, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3017

Bug Description

想从远程主机往局域网发大文件(2G),使用 rsync 无法增量发送。

rsync -avP -e 'ssh -p 9022' /downloads/my.file root@localhost:/mnt/sda1

frpc Version

0.42.0

frps Version

0.43.0

System Architecture

armv8

Configurations

frpc.conf

[common]
server_addr=xx.com
server_port=7000
token=xx
log_level=info
log_max_days=3
protocol=tcp
log_file=/var/etc/frp/frpc.log
tcp_mux=true
tls_enable=true
login_fail_exit=false

[ssh]
type=tcp
remote_port=9022
local_ip=192.168.31.10
local_port=22
use_encryption=false
use_compression=false

frps.conf

 1 [common]
  bind_port = 7000
  token = xx
  vhost_http_port = 8080

Logs

No response

Steps to reproduce

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @wanglongbiao on GitHub (Jul 14, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3017 ### Bug Description 想从远程主机往局域网发大文件(2G),使用 rsync 无法增量发送。 `rsync -avP -e 'ssh -p 9022' /downloads/my.file root@localhost:/mnt/sda1` ### frpc Version 0.42.0 ### frps Version 0.43.0 ### System Architecture armv8 ### Configurations frpc.conf ``` [common] server_addr=xx.com server_port=7000 token=xx log_level=info log_max_days=3 protocol=tcp log_file=/var/etc/frp/frpc.log tcp_mux=true tls_enable=true login_fail_exit=false [ssh] type=tcp remote_port=9022 local_ip=192.168.31.10 local_port=22 use_encryption=false use_compression=false ``` frps.conf ``` 1 [common] bind_port = 7000 token = xx vhost_http_port = 8080 ``` ### Logs _No response_ ### Steps to reproduce _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@wanglongbiao commented on GitHub (Jul 14, 2022):

应该是 rsync 版本的问题。

<!-- gh-comment-id:1184394778 --> @wanglongbiao commented on GitHub (Jul 14, 2022): 应该是 rsync 版本的问题。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2410
No description provided.