rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rdiff-backup-users] Overflow error 0.13.6


From: dean gaudet
Subject: Re: [rdiff-backup-users] Overflow error 0.13.6
Date: Sat, 2 Jul 2005 14:35:36 -0700 (PDT)

On Sat, 2 Jul 2005, Jan Jitse Venselaar wrote:

>     self.conn.os.utime(self.path, (long(time.time()), modtime))

aha... that's probably a 64-bit time_t being stuffed into a 32-bit 
time_t... it should be easy enough to fix, but there should probably be a 
warning because the fix would involve truncating the time.

oh you've probably got a file with a timestamp far in the future.

-dean




reply via email to

[Prev in Thread] Current Thread [Next in Thread]