Re: rsync to a Samba/CIFS filessytem hangs

2005-07-15 Thread Paul Slootman
On Fri 15 Jul 2005, Robert Gasch wrote: > > > The output from strace and lsof would be helpful. > > However, my impression is that the CIFS filesystem is deadlocking > > somewhere... > > [EMAIL PROTECTED] root]# lsof -p 16327 > COMMAND PID USER FD TYPE DEVICESIZENODE NAME > rsyn

Re: rsync to a Samba/CIFS filessytem hangs

2005-07-14 Thread Robert Gasch
Hi Paul, thanks for your reply. Pease see below for more info ... On 7/14/05, Paul Slootman <[EMAIL PROTECTED]> wrote: > On Thu 14 Jul 2005, Robert Gasch wrote: > > > > I'm using rsync to backup a Linux Mandrake 10.1 (kernel 2.6.10) ext3 > > filesystem (+- 5GB of content, lots of little files) t

Re: rsync to a Samba/CIFS filessytem hangs

2005-07-14 Thread Paul Slootman
On Thu 14 Jul 2005, Robert Gasch wrote: > > I'm using rsync to backup a Linux Mandrake 10.1 (kernel 2.6.10) ext3 > filesystem (+- 5GB of content, lots of little files) to a CIFS > filesystem mounted with samba 3.0.10. The exact invocation of rsync > is: The CIFS filesystem is mounted on the linux

rsync to a Samba/CIFS filessytem hangs

2005-07-14 Thread Robert Gasch
Hi, I'm using rsync to backup a Linux Mandrake 10.1 (kernel 2.6.10) ext3 filesystem (+- 5GB of content, lots of little files) to a CIFS filesystem mounted with samba 3.0.10. The exact invocation of rsync is: /usr/local/bin/rsync -v -a --copy-links --delete /var/www /mnt/backup/backup_www Using