Re: backup using tar RHL FC3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxx>
To: "'General Red Hat Linux discussion list'" <redhat-list@xxxxxxxxxx>
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@xxxxxxxxxxxxxxxx



--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list


--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux