Re: How to make a backup

2001-07-09 Thread Syed Faruque Ahmed

With what you've contributed already, I don't think we've run out of the 
"thank-you"s yet... ;-)

At 02:00 PM 7/9/01 -0500, Bill Shupp wrote:
>on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:
>
> > Bill
> >
> > Shouldn't that be "tar -c /home/vpopmail /var/qmail > mailbackup.tar" (or
> > something like that) to make a back up file?
> >
> > Faruque
>
>Yup.  I suck.  ; )
>
>-Bill




Re: How to make a backup

2001-07-09 Thread Daniel Biddle

On Mon, Jul 09, 2001 at 02:00:16PM -0500, Bill Shupp wrote:
> on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:
> 
> > Bill
> > 
> > Shouldn't that be "tar -c /home/vpopmail /var/qmail > mailbackup.tar" (or
> > something like that) to make a back up file?
> > 
> > Faruque
> 
> Yup.  I suck.  ; )

Easy enough typo to make - x and c are adjacent on a QWERTY keyboard,
after all.

tar -cvzf mailbackup.tar.gz /home/vpopmail /var/qmail

(I've not tried it yet, but z looks like it might be useful:
.)

-- 
Daniel Biddle <[EMAIL PROTECTED]>



Re: How to make a backup

2001-07-09 Thread Bill Shupp

on 7/9/01 1:47 PM, Syed Faruque Ahmed at [EMAIL PROTECTED] spake:

> Bill
> 
> Shouldn't that be "tar -c /home/vpopmail /var/qmail > mailbackup.tar" (or
> something like that) to make a back up file?
> 
> Faruque

Yup.  I suck.  ; )

-Bill




Re: How to make a backup

2001-07-09 Thread Syed Faruque Ahmed

Bill

Shouldn't that be "tar -c /home/vpopmail /var/qmail > mailbackup.tar" (or 
something like that) to make a back up file?

Faruque

At 12:34 PM 7/9/01 -0500, Bill Shupp wrote:
>on 7/9/01 12:31 PM, Are Haugsdal at [EMAIL PROTECTED] spake:
>
> > Hi
> >
> > Isn´t it possible to back up mail, userdirs, and password with qmail ?? I
> > would use gz to pack those files to external disks.
>
>With the default locations of vpopmail and qmail, it's really easy.
>
>tar -xvzf mailbackup.tgz /home/vpopmail /var/qmail
>
>If you use mysql or some other auth module, make sure you back that up too
>(like a mysqldump).
>
>Regards,
>
>Bill Shupp




Re: How to make a backup

2001-07-09 Thread Bill Shupp

on 7/9/01 12:31 PM, Are Haugsdal at [EMAIL PROTECTED] spake:

> Hi
> 
> Isn´t it possible to back up mail, userdirs, and password with qmail ?? I
> would use gz to pack those files to external disks.

With the default locations of vpopmail and qmail, it's really easy.

tar -xvzf mailbackup.tgz /home/vpopmail /var/qmail

If you use mysql or some other auth module, make sure you back that up too
(like a mysqldump).

Regards,

Bill Shupp




How to make a backup

2001-07-09 Thread Are Haugsdal



Hi
 
Isn´t it possible to back up mail, userdirs, 
and password with qmail ?? I would use gz to pack those files to external 
disks.
 
Regards,
Are Haugsdal