Re: backup using tar RHL FC3
From: Artur Shnayder (artur_at_shnayder.com)
Date: 11/18/05
- Previous message: anindya banerjee: "Re: qmail gives Webmail facilty?"
- In reply to: Robert Williams: "backup using tar RHL FC3"
- Next in thread: nilesh vaghela: "Re: backup using tar RHL FC3"
- Reply: nilesh vaghela: "Re: backup using tar RHL FC3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 18 Nov 2005 07:43:47 -0500 To: rwilliams@covenantdata.com, General Red Hat Linux discussion list <redhat-list@redhat.com>
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@covenantdata.com>
To: "'General Red Hat Linux discussion list'" <redhat-list@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@covenantdata.com
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: anindya banerjee: "Re: qmail gives Webmail facilty?"
- In reply to: Robert Williams: "backup using tar RHL FC3"
- Next in thread: nilesh vaghela: "Re: backup using tar RHL FC3"
- Reply: nilesh vaghela: "Re: backup using tar RHL FC3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|