[K12OSN] Can someone tell me two things?

Doug Simpson simpsond at leopards.k12.ar.us
Tue Apr 5 12:27:20 UTC 2005


on the first question. . .

If they are networked together. . .

rsync -e ssh -avz /path/ root at server:/newpath

example, to get home directories from one server to another

To "push" to the backup server:
rsync -e ssh -avz /home/ root at otherserver.com:/homebackup

To "pull" to the backup server:
rsync -e ssh -avz root at firstserver.com:/home/ /homebackup

The destination directory does not have to exist since it will be created 
on the fly.

The trailing / on /home/ makes it get the directory and all it's 
subdirectories.

Hope this helps!

Doug Simpson
Technology Specialist
DeQueen Public Schools
DeQueen, AR 71832
simpsond at leopards.k12.ar.us
Tux for President!

On Mon, 4 Apr 2005, John P. Conlon wrote:

> Pertinent data:
> K12ltsp 4.2 FC-3
> AMD 1GHZ processors
> 1 Gig of RAM each machine.
> 
> 1. I need to move the entire home folder and contents to a different 
> computer so I can work on the first one.  How do I do this?  Both 
> machines ae essentially networked stand alone machines.
> 
> 2. Where do I find the file that identifies that has the abreviations 
> for ISA sound cards. I need to put this information in my lts.conf file 
> for several of my home brewed clients that have  ESS 1868 cards.
> 
> Thanks
> Pat
> 
> _______________________________________________
> K12OSN mailing list
> K12OSN at redhat.com
> https://www.redhat.com/mailman/listinfo/k12osn
> For more info see <http://www.k12os.org>
> 




More information about the K12OSN mailing list