Typo
[rsync-web.git] / y2k.html
1 <!--#include virtual="header.html" -->
2
3 <H2 align="center">Year 2000 Issues</H2>
4
5 We are starting to get a lot of Y2K compliance questions. The answer
6 is that rsync has no Y2K problems. rsync uses 32 bit "seconds since
7 1970" date formats and thus has no problems with the turn of the
8 century.<p>
9
10 You must remember though that rsync is part of a larger system. It
11 relies on a transport mechanism (rsh, ssh etc) and many operating
12 systems services (such as inetd, syslog etc). If any of these other
13 parts fail then rsync will of course be affected.<p>
14
15 Also remember that rsync comes with absolutely no warranty. It is up
16 to you to test whether rsync is suitable in your computing environment,
17 both before and after the turn of the century.
18
19 <!--#include virtual="footer.html" -->