Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
I have a rsync script that worked very well with my chroot debian, but it hangs the whole system when copying 4G+ files (HD movies) from 1st HD to 2nd HD on my native debian. If I copy the files using 'cp' directly, it works without any problem, so I wouldn't think it's a disk/file issue. Can someone shed some light on this, thanks in advance.
The kernel is 2.6.32-dns323-orion5x and my rsync command is as follows.
rsync -avh --inplace --delete --exclude=lost+found /home/ /home2/
Offline
There used to be issues with large file transfers in older version but not aware of any with more recent versions of rsync. Have you tried the --partial option as a workarround?
Offline
Pages: 1