<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Mark -<br>
<br>
Thanks!  That did it.<br>
<br>
<pre wrap="">/usr/bin/rsync -av --exclude=".*" -e ssh /home/ 192.168.0.22:/home/</pre>
My next step will be to brush the dust off of my Perl book and write a
crontab script to backup nightly.<br>
<br>
Question: I may not be using the term "backup" absolutely correctly. 
The destination server is a "standby" server.  This is if the source
server fails, all I have to do is change the router to point to the
standby server.  These are in a home office and I do not consider
myself a system administrator; just someone who knows enough to keep
the server running (it's main task is FTPing).  Do you have any
suggestions about using rsync as I am doing?<br>
<br>
Todd<br>
<br>
Mark Schoonover wrote:
<blockquote cite="mid26845D561256D3428A862700DAF69B581AF05D@AG-EX1"
 type="cite">
  <pre wrap="">Todd Cary wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I use the following command to sync the home directory on the two
computers, however I would like not to send the "dot" files e.g.
".ssh".  Can that be done, and if so, how would I construct the
command line?

/usr/bin/rsync -av -e ssh /home/ 192.168.0.22:/home/

Many thanks....

Todd
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Todd,

        I'm pretty sure you need to --exclude '.*' on the command line, buh
I usually put all my excludes in a file and --exclude-from=rsync.excludes.

Thanks!

Mark Schoonover
IS Manager
American Geotechnical
V: 858-450-4040 - F: 714-685-3909 - C: 858-472-3816

"Stop the Earth!! I want off!!"
_______________________________________________
CentOS mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CentOS@centos.org">CentOS@centos.org</a>
<a class="moz-txt-link-freetext" href="http://lists.centos.org/mailman/listinfo/centos">http://lists.centos.org/mailman/listinfo/centos</a>


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="65">-- 
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
</pre>
</body>
</html>