On Saturday 02 July 2005 23:35, you wrote: > 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 That was it yes. Got a file from 2059.... 32-bit time can't handle that :)
Many thanks, Jan Jitse _______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
