RsyncProject / rsync

An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases.
https://rsync.samba.org
Other
2.8k stars 332 forks source link

Overflow in read_varint() #209

Closed comet424 closed 3 years ago

comet424 commented 3 years ago

im trying to rsync my music off my unraid array.. but the rsync isnt working it worked but then it stopped and all i get is over flow i got about 200k+ of files for it to sync i tried googling this error i found one but the thread is closed from a year ago.. and i dont know how to use that code.

`Copying Virtual DJ Folder To Drive 1 Overflow in read_varint() rsync error: error in rsync protocol data stream (code 12) at io.c(1747) [sender=3.2.3] rsync error: received SIGUSR1 (code 19) at main.c(1592) [Receiver=3.2.3]

Copying Music To Drive 2

Copying Virtual DJ Folder To Drive 2 Overflow in read_varint() rsync error: error in rsync protocol data stream (code 12) at io.c(1747) [sender=3.2.3] rsync error: received SIGUSR1 (code 19) at main.c(1592) [Receiver=3.2.3] Script Finished Aug 13, 2021 23:05.45`

and my code is `

!/bin/bash

Copying Music To Drive 1

---------------------------------------

echo "" echo "Copying Music To Drive 1" rsync --protect-args -avu --stats --numeric-ids --progress -e '/mnt/user/Music/Music' '/mnt/disks/Music Drive 1' >> /boot/logs/cronlogs/Music_Drive_1.log

Copying Virtual DJ Folder To Drive 1

---------------------------------------

echo "" echo "Copying Virtual DJ Folder To Drive 1" rsync --protect-args -avu --stats --numeric-ids --progress -e '/mnt/user/Music/VirtualDJ' '/mnt/disks/Music Drive 1' >> /boot/logs/cronlogs/Music_Drive_1VirtualFolder.log

Copying Music To Drive 2

---------------------------------------

echo "" echo "Copying Music To Drive 2" rsync --protect-args -avu --stats --numeric-ids --progress -e '/mnt/user/Music/Music' '/mnt/disks/Music Drive 2' >> /boot/logs/cronlogs/Music_Drive_2.log

Copying Virtual DJ Folder To Drive 2

---------------------------------------

echo "" echo "Copying Virtual DJ Folder To Drive 2" rsync --protect-args -avu --stats --numeric-ids --progress -e '/mnt/user/Music/VirtualDJ' '/mnt/disks/Music Drive 2' >> /boot/logs/cronlogs/Music_Drive_2VirtualFolder.log `

comet424 commented 3 years ago

figured it out.. dont use -e