Greg Bell wrote (Thursday, January 03, 2013 6:42 AM): > Hi Folks, > > Similar to an earlier thread, but slightly more ordinary. My old > rsync backup script, which worked fine under Ubuntu 12.04, hangs on > Ubuntu 12.10 (rsync 3.0.9) and a 250 MB file. Command line as follows: > > rsync --itemize-changes --human-readable --progress --delete \ > --delete-excluded --compress --bwlimit=18 --recursive --archive \ > --partial --partial-dir=~/partial --exclude=.cache/ > --exclude=*/tmp/ > --exclude=*/cache/ > ...plus a few dozen more excludes... > /home/gbell2 gbell@moms:backups/gbell_backups_mnt ... > Anything jump out at anybody?
A while back, I had also hangs. Well, I was on Solaris at that time ... Removing --compress from the command line fixed it. > 22291 read(3, "L\0\0\nrsync error: error in file I"..., 8184) = 169 This looks suspicious to me. BTW: why do you reduce the bandwidth to such a low limit (for a LAN)? Have a nice day, Berny -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html