Re: [Tutor] Rsync script hangs after a while

2014-02-04 Thread Peter Otten
Dayo wrote: > I wrote this script (http://bpaste.net/show/175284/) to help me > automate some rsync backups, and whenever I run the script for large > syncs, it just freezes after a while, and then I have to Ctrl+C it. I Maybe you are just lacking patience ;) > can find any clues in both source

Re: [Tutor] Rsync script hangs after a while

2014-02-04 Thread Alan Gauld
On 04/02/14 09:10, Dayo wrote: I wrote this script (http://bpaste.net/show/175284/) to help me automate some rsync backups, and whenever I run the script for large syncs, it just freezes after a while, and then I have to Ctrl+C it. You have quite a few prints in there so you should have some