-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Whilst using rsync clone to sync a folder containing 28517 files, my system becomes unresponsive after some time and this ends up with the process forcing a system reboot.
The command I'm running is:
rclone sync --log-file /home/pi/Backup/backup.log --no-check-certificate --create-empty-src-dirs --transfers 1 --tpslimit 1 --tpslimit-burst 1 --retries 15 --retries-sleep 10s --checkers 1 --buffer-size 4M /source Internxt:Backup/dest
The first errors received are a mix of:
- 500 errors
- pacer: low level retry 1/10 (error Propfind : net/http: timeout awaiting response headers
- error Put write tcp 127.0.0.1:60750->127.0.0.1:3005: i/o timeout
- net/http: TLS handshake timeout)
- read: connection reset by peer)
This does not happen when I:
- use the same command but on a smaller folder
- use the same command but putting the data on another cloud provider
I'm not entirely sure what else I can provide to help in solving this; but I'm open to carry out any tests or provide any logs required.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels