source: archive/rsync-client.xml@ 064f3b8

11.2
Last change on this file since 064f3b8 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 950 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="basicnet-netprogs-rsync">
9 <?dbhtml filename="rsync.html"?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Rsync-&rsync-version; Client</title>
16
17 <para><command>rsync</command> is a utility for fast incremental file
18 transfers. If you want to install it, the instructions can be found in Chapter
19 22 &ndash; <xref linkend="rsync"/>. Note that if you only want to use the
20 client, you do <emphasis>not</emphasis> need to run the server and so do not
21 need the startup script and links. In accordance with good practice, only run
22 the server if you actually need it (and if you don't know whether you need it
23 or not, it's likely that you don't!).</para>
24
25</sect1>
Note: See TracBrowser for help on using the repository browser.