Re: [ilugd] /var/spool/mail backup

2003-08-14 Thread Sohel Shaheen Mallik
Thanks Vivek, thats sure going to cut the job a little faster !!

vivek wrote:
> 
> Sohel Shaheen Mallik wrote:
> > user having individual files storing all their mails ... now you could
> > have simply issued a tar -c mail > mail.tar from the /var/spool
> > directory and then a gzip -9 mail.tar  ,,, next time if yu go for a
> 
> a little faster method would be
> 
> for gzip compression
>  tar -zcf mail_backup.tar.gz /var/spool/mail
> for bzip2 compression
>  tar -jcf mail_backup.tar.bz2 /var/spool/mail
> 
> instead of mail_backup.tar.xx yu can specify the full path where yu want
> the tar to be stored, for e.g.
> 
>  tar -jcf /home/backup/07Aug03/mail_backup.tar.bz2 /var/spool/mail
> 
> put this in a cron job, and your mails will be backed up according to
> the time yu specify automatically.
> 
> --
>  \|||/
>  (o o)
>   ooO-(_)-Ooo-
> | vivek| GPG Key:|
> | [EMAIL PROTECTED]| http://exain.net/vike   |
> ||
> | Registered Linux User: #305493 |
>   
> (  _  )
>_| | | |_
>   (___| |___)
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd

-- 

   ___ 
   !\---/!  
.--. 
 0-|o_o |-0  
 ! |:_/ | !
  //   \ \ 
 (| FSF | )
/'\_/`\
\___)=(___/
+---+ 
| Sohel Shaheen Mallik  |
| Tathya Dot Com Pvt. Ltd. (http://www.tathya.com)  |
| E-mail: [EMAIL PROTECTED] |
| WWW: http://sohel.fateback.com|
| ICQ :: 165534383  |
| Phone: +91 033 2573 4224/8041 |
| Mon-Fri(9:30-6:30 IST) | Sat :: 9:30-1:30 IST |
+---+

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


[ilugd] /var/spool/mail backup

2003-08-14 Thread yogesh anand
Dear All,

can anybody give me a good backup policy for backing
up my /var/spool/mail directory.


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-14 Thread Sohel Shaheen Mallik
Dear yogesh,
   i see so much mails and replies about backing up that /var/spool/mail
directory. This directory contains all your users mails with individual
user having individual files storing all their mails ... now you could
have simply issued a tar -c mail > mail.tar from the /var/spool
directory and then a gzip -9 mail.tar  ,,, next time if yu go for a
fresh install you could have just tar -xvzf mail.tar.gz inside that
/var/spool directory , all the previous files would have been retained ,
if i am understanding correctly abt ur needs,

All the best ,, Sohel

yogesh anand wrote:
> 
> Dear All,
> 
> can anybody give me a good backup policy for backing
> up my /var/spool/mail directory.
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd

-- 

   ___ 
   !\---/!  
.--. 
 0-|o_o |-0  
 ! |:_/ | !
  //   \ \ 
 (| FSF | )
/'\_/`\
\___)=(___/
+---+ 
| Sohel Shaheen Mallik  |
| Tathya Dot Com Pvt. Ltd. (http://www.tathya.com)  |
| E-mail: [EMAIL PROTECTED] |
| WWW: http://sohel.fateback.com|
| ICQ :: 165534383  |
| Phone: +91 033 2573 4224/8041 |
| Mon-Fri(9:30-6:30 IST) | Sat :: 9:30-1:30 IST |
+---+

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-10 Thread amit sharma
please list you requirement in detail

amit

--- yogesh anand <[EMAIL PROTECTED]> wrote:
> Dear All,
> 
> can anybody give me a good backup policy for backing
> up my /var/spool/mail directory.
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-07 Thread amit sharma
if u r using pop3, then why there is need to backup
/var/spool/mail folder. what is approx size of that
folder at the end of the day, that u would like to
take backup of?

amit



--- yogesh anand <[EMAIL PROTECTED]> wrote:
>  i am using pop3
> --- amit sharma <[EMAIL PROTECTED]> wrote:
> > what protocol r u using POP3 or IMAP,
> > 
> > at any given point of time what is size of
> > /var/spool/mail directory?
> > 
> > amit
> > 
> > 
> > 
> > --- yogesh anand <[EMAIL PROTECTED]>
> wrote:
> > >  I want to keep backup of my usermail boxes for
> > mail
> > > security, i have more than 3000 mail accounts on
> > my
> > > sendmail. i need a very concrete back up policy
> > for
> > > user mail boxes
> > > --- amit sharma <[EMAIL PROTECTED]> wrote:
> > > > please list you requirement in detail
> > > > 
> > > > amit
> > > > 
> > > > --- yogesh anand <[EMAIL PROTECTED]>
> > > wrote:
> > > > > Dear All,
> > > > > 
> > > > > can anybody give me a good backup policy for
> > > > backing
> > > > > up my /var/spool/mail directory.
> > > > > 
> > > > > 
> > > > > __
> > > > > Do you Yahoo!?
> > > > > Yahoo! SiteBuilder - Free, easy-to-use web
> > site
> > > > > design software
> > > > > http://sitebuilder.yahoo.com
> > > > > 
> > > > >
> > ___
> > > > > ilugd mailing list
> > > > > [EMAIL PROTECTED]
> > > > >
> http://frodo.hserus.net/mailman/listinfo/ilugd
> > > > 
> > > > 
> > > > __
> > > > Do you Yahoo!?
> > > > Yahoo! SiteBuilder - Free, easy-to-use web
> site
> > > > design software
> > > > http://sitebuilder.yahoo.com
> > > > 
> > > >
> ___
> > > > ilugd mailing list
> > > > [EMAIL PROTECTED]
> > > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > > 
> > > 
> > > __
> > > Do you Yahoo!?
> > > Yahoo! SiteBuilder - Free, easy-to-use web site
> > > design software
> > > http://sitebuilder.yahoo.com
> > > 
> > > ___
> > > ilugd mailing list
> > > [EMAIL PROTECTED]
> > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > 
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site
> > design software
> > http://sitebuilder.yahoo.com
> > 
> > ___
> > ilugd mailing list
> > [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-07 Thread vivek
Sohel Shaheen Mallik wrote:
user having individual files storing all their mails ... now you could
have simply issued a tar -c mail > mail.tar from the /var/spool
directory and then a gzip -9 mail.tar  ,,, next time if yu go for a
a little faster method would be

for gzip compression
tar -zcf mail_backup.tar.gz /var/spool/mail
for bzip2 compression
tar -jcf mail_backup.tar.bz2 /var/spool/mail
instead of mail_backup.tar.xx yu can specify the full path where yu want 
the tar to be stored, for e.g.

tar -jcf /home/backup/07Aug03/mail_backup.tar.bz2 /var/spool/mail

put this in a cron job, and your mails will be backed up according to 
the time yu specify automatically.

--
\|||/
(o o)
 ooO-(_)-Ooo-
| vivek| GPG Key:|
| [EMAIL PROTECTED]| http://exain.net/vike   |
||
| Registered Linux User: #305493 |
 
   (  _  )
  _| | | |_
 (___| |___)
___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-06 Thread amit sharma
what protocol r u using POP3 or IMAP,

at any given point of time what is size of
/var/spool/mail directory?

amit



--- yogesh anand <[EMAIL PROTECTED]> wrote:
>  I want to keep backup of my usermail boxes for mail
> security, i have more than 3000 mail accounts on my
> sendmail. i need a very concrete back up policy for
> user mail boxes
> --- amit sharma <[EMAIL PROTECTED]> wrote:
> > please list you requirement in detail
> > 
> > amit
> > 
> > --- yogesh anand <[EMAIL PROTECTED]>
> wrote:
> > > Dear All,
> > > 
> > > can anybody give me a good backup policy for
> > backing
> > > up my /var/spool/mail directory.
> > > 
> > > 
> > > __
> > > Do you Yahoo!?
> > > Yahoo! SiteBuilder - Free, easy-to-use web site
> > > design software
> > > http://sitebuilder.yahoo.com
> > > 
> > > ___
> > > ilugd mailing list
> > > [EMAIL PROTECTED]
> > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > 
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site
> > design software
> > http://sitebuilder.yahoo.com
> > 
> > ___
> > ilugd mailing list
> > [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-06 Thread yogesh anand
 I want to keep backup of my usermail boxes for mail
security, i have more than 3000 mail accounts on my
sendmail. i need a very concrete back up policy for
user mail boxes
--- amit sharma <[EMAIL PROTECTED]> wrote:
> please list you requirement in detail
> 
> amit
> 
> --- yogesh anand <[EMAIL PROTECTED]> wrote:
> > Dear All,
> > 
> > can anybody give me a good backup policy for
> backing
> > up my /var/spool/mail directory.
> > 
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site
> > design software
> > http://sitebuilder.yahoo.com
> > 
> > ___
> > ilugd mailing list
> > [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] /var/spool/mail backup

2003-08-06 Thread yogesh anand
 i am using pop3
--- amit sharma <[EMAIL PROTECTED]> wrote:
> what protocol r u using POP3 or IMAP,
> 
> at any given point of time what is size of
> /var/spool/mail directory?
> 
> amit
> 
> 
> 
> --- yogesh anand <[EMAIL PROTECTED]> wrote:
> >  I want to keep backup of my usermail boxes for
> mail
> > security, i have more than 3000 mail accounts on
> my
> > sendmail. i need a very concrete back up policy
> for
> > user mail boxes
> > --- amit sharma <[EMAIL PROTECTED]> wrote:
> > > please list you requirement in detail
> > > 
> > > amit
> > > 
> > > --- yogesh anand <[EMAIL PROTECTED]>
> > wrote:
> > > > Dear All,
> > > > 
> > > > can anybody give me a good backup policy for
> > > backing
> > > > up my /var/spool/mail directory.
> > > > 
> > > > 
> > > > __
> > > > Do you Yahoo!?
> > > > Yahoo! SiteBuilder - Free, easy-to-use web
> site
> > > > design software
> > > > http://sitebuilder.yahoo.com
> > > > 
> > > >
> ___
> > > > ilugd mailing list
> > > > [EMAIL PROTECTED]
> > > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > > 
> > > 
> > > __
> > > Do you Yahoo!?
> > > Yahoo! SiteBuilder - Free, easy-to-use web site
> > > design software
> > > http://sitebuilder.yahoo.com
> > > 
> > > ___
> > > ilugd mailing list
> > > [EMAIL PROTECTED]
> > > http://frodo.hserus.net/mailman/listinfo/ilugd
> > 
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site
> > design software
> > http://sitebuilder.yahoo.com
> > 
> > ___
> > ilugd mailing list
> > [EMAIL PROTECTED]
> > http://frodo.hserus.net/mailman/listinfo/ilugd
> 
> 
> __
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
> ___
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

___
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd