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