[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] Status of rdiff-backup and backup to to CIFS mo
From: |
Adam Tworkowski |
Subject: |
Re: [rdiff-backup-users] Status of rdiff-backup and backup to to CIFS mounted share on Linux |
Date: |
Tue, 25 Oct 2005 13:36:16 -0400 |
Hi Ben,
The results are not consistent between case sensitive and case
insensitive. I have repeated over a dozen times. At one point it was
returning case sensitive results 5-6 times in a row. I deleted the test
directory, recreated and again have the results as below:
stealth3:/mnt/stage01/temp # cat /dev/null > A
stealth3:/mnt/stage01/temp # stat A
File: `A'
Size: 0 Blocks: 0 IO Block: 16384 regular
empty file
Device: fh/15d Inode: 51605495 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2005-10-25 13:17:55.015625000 -0400
Modify: 2005-10-25 13:17:55.015625000 -0400
Change: 2005-10-25 13:17:55.015625000 -0400
stealth3:/mnt/stage01/temp # stat a
File: `a'
Size: 0 Blocks: 0 IO Block: 16384 regular
empty file
Device: fh/15d Inode: 51605510 Links: 1
Access: (3767/-rwxrwSrwt) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2005-10-25 13:17:55.015625000 -0400
Modify: 2005-10-25 13:17:55.015625000 -0400
Change: 2005-10-25 13:17:55.015625000 -0400
stealth3:/mnt/stage01/temp # rm a
stealth3:/mnt/stage01/temp # ls
. ..
stealth3:/mnt/stage01/temp # stat A
stat: cannot stat `A': No such file or directory
stealth3:/mnt/stage01/temp # cat /dev/null > A
stealth3:/mnt/stage01/temp # stat A
File: `A'
Size: 0 Blocks: 0 IO Block: 16384 regular
empty file
Device: fh/15d Inode: 51605662 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2005-10-25 13:18:20.406250000 -0400
Modify: 2005-10-25 13:18:20.406250000 -0400
Change: 2005-10-25 13:18:20.406250000 -0400
stealth3:/mnt/stage01/temp # stat a
stat: cannot stat `a': No such file or directory
stealth3:/mnt/stage01/temp # rm a
rm: cannot remove `a': No such file or directory
stealth3:/mnt/stage01/temp # ls
. .. A
stealth3:/mnt/stage01/temp # stat A
File: `A'
Size: 0 Blocks: 0 IO Block: 16384 regular
empty file
Device: fh/15d Inode: 51605662 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2005-10-25 13:18:20.406250000 -0400
Modify: 2005-10-25 13:18:20.406250000 -0400
Change: 2005-10-25 13:18:20.406250000 -0400
On Tue, 2005-10-25 at 11:40 -0500, Ben Escoto wrote:
> >>>>> Adam Tworkowski <address@hidden>
> >>>>> wrote the following on Tue, 25 Oct 2005 10:30:24 -0400
> >
> > I am using rdiff-backup-1.1 on SuSE9.3 Pro/ext3. Backing up to
> > NTFS/win2k3 via CIFS. I am not using pyxattr or pyxattr. The source dir
> > is local.
>
> rdiff-backup is getting confused trying to see if your CIFS is
> case-sensitive. Try this in an empty CIFS directory:
>
> cat /dev/null > A
> stat A
> stat a
> rm a
> ls
> stat A
>
> and tell me what it says.
>
>
--
Regards,
Adam Tworkowski, address@hidden
Systems Administrator, Computer Department
Masterfile Corporation, www.masterfile.com
This e-mail message is privileged, confidential and subject to
copyright. Any unauthorized use or disclosure is prohibited.