Tagged rsync-client.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3869 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-04-30 11:56:27 +00:00
parent e48ac71426
commit d274d10016

View File

@ -1,25 +1,27 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="basicnet-netprogs-rsync">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="rsync.html"?>
<title>rsync-&rsync-version; client</title>
<para><command>rsync</command> is a utility for fast incremental file
transfers. If you want to install it, the instructions can be found in Chapter
22 &ndash; <xref linkend="rsync"/>. Note that if you only want to use the
client, you do <emphasis>not</emphasis> need to run the server and so do not
need the startup script and links. In accordance with good practice, only run
the server if you actually need it (and if you don't know whether you need it
or not, it's likely that you don't!).</para>
<?dbhtml filename="rsync.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Rsync-&rsync-version; Client</title>
<para><command>rsync</command> is a utility for fast incremental file
transfers. If you want to install it, the instructions can be found in Chapter
22 &ndash; <xref linkend="rsync"/>. Note that if you only want to use the
client, you do <emphasis>not</emphasis> need to run the server and so do not
need the startup script and links. In accordance with good practice, only run
the server if you actually need it (and if you don't know whether you need it
or not, it's likely that you don't!).</para>
</sect1>