Thanks, very nice! :)

> -----Original Message-----
> From: Charles J. Boening [mailto:[EMAIL PROTECTED]
> Sent: mercoledì 4 gennaio 2006 19.13
> To: vchkpw@inter7.com
> Subject: RE: [vchkpw] VPOPMAIL Backup
> 
> How about putting this in as a cron job:
> 
> tar jcf /home/email.backup.tar.bz2 /home/vpopmail /var/qmail/control
> /var/qmail/users
> 
> 
> 
> You could also make an offsite backup
> 
> 
> ERR=/var/log/backup/backup-err.log
> BACKUP="/home/vpopmail /var/qmail/assign /var/qmail/users"
> FTP_SERVER="some.server.com"
> FTP_USER="ftp"
> FTP_PASS="passwd"
> 
> /bin/tar -jclpf - $BACKUP 2>$ERR | ncftpput -c -u $FTP_USER -p $FTP_PASS
> $FTP_SERVER backup.tar.gz
> 
> 
> Or something like that.
> 
> But like the other guy said, Google is your friend.
> 
> 
> Charlie
> 
> 
> 
> 
> > -----Original Message-----
> > From: Michele Virgilio [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 04, 2006 9:40 AM
> > To: vchkpw@inter7.com
> > Subject: RE: [vchkpw] VPOPMAIL Backup
> >
> > >
> > >
> > > For qmail
> > >
> > > /var/qmail/control/*
> > > /var/qmail/users/*
> > >
> > > Your tcp.smtp file, where ever that may be stored (usually
> > in /etc or
> > > ~vpopmail/etc)
> > >
> > >
> > > For vpopmail
> > >
> > > All the .qmail* files in each domain, plus all the .qmail
> > files in the
> > > users directory if wanted.
> > >
> > >
> > > We personally do an rsync backup of /var/qmail and
> > /home/vpopmail for
> > > most of our clients servers, either to a separate machine or drive.
> > >
> >
> > Thanks for our replies, so can anyone give me a script to
> > automate this process?
> >
> > Thanks,
> > Mik
> >
> >
> >



Reply via email to