backup using tar RHL FC3

Artur Shnayder artur at shnayder.com
Fri Nov 18 12:43:47 UTC 2005


1. If you want to backup partitions I would suggest to use dump rather then 
tar, but for directories tar is probably better:
tar cf - /var | (ssh remote-host "cd /dist-directory tar xvf -")
or if you want it to back-up directory into to a file:
tar cf - /var | (ssh remote-host dd=filename)
Make sure ssh/rsh doesn't require password.
Aa alternative, you may use NFS mount partitions and run this commands 
localy.

----- Original Message ----- 
From: "Robert Williams" <rwilliams at covenantdata.com>
To: "'General Red Hat Linux discussion list'" <redhat-list at redhat.com>
Sent: Thursday, November 17, 2005 2:55 PM
Subject: backup using tar RHL FC3


> Does anyone know how to create a "tar ball" or backup of important
> partitions like var and usr to a location either on the server or onto
> another machine (like a windows machine)?
>
>
> Robert Williams
> Programmer / Web Developer / Network Administrator
> Covenant Data Systems, Inc.
> http://www.covenantdata.com
> rwilliams at covenantdata.com
>
>
>
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> 




More information about the redhat-list mailing list