Problem with Rdiff-backup V.95 and large files

John P Burns jpburns@drgw.net
Tue, 10 Sep 2002 09:33:09 -0600 (MDT)


Python does seem to report the file size correctly.  It reports the same 
file size as ls -la does.  

Python

Python 2.2.1 (#2, Sep  9 2002, 15:49:10) 
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-110)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os, stat
>>> os.stat("/home/DST/watsonpc/.crypto")[stat.ST_SIZE]
33734283264L
>>> 

ls -la
[root@localhost watsonpc]# ls -la
total 32975860
drwxr-xr-x    4 root     root         4096 Sep  9 11:46 .
drwxr-xr-x    5 root     root         4096 Sep  5 17:54 ..
-rwxrwxrwx    1 root     root     33734283264 Aug 22 22:14 .crypto
drwx------    2 root     root         4096 Aug 22 16:56 lost+found
drwx------    2 root     root         4096 Sep  9 12:13 rdiff-backup-data



John Burns