<font size="2"><font face="tahoma,sans-serif"><div><font size="2"><font face="tahoma,sans-serif">You could create a script and have a variable date --date="5 days ago" append to your tar file and after that, combine it with if syntax. If match, then rm.</font></font></div>
<div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">HTH</font></font></div>
<br></font></font><br><div class="gmail_quote">On Tue, Jan 25, 2011 at 3:31 PM, <a href="mailto:madunix@gmail.com">madunix@gmail.com</a> <span dir="ltr"><<a href="mailto:madunix@gmail.com">madunix@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I want to create bash script to have a zip copy from a website running<br>
on linux /var/www/htdocs/* local on the same box on different<br>
directory<br>
I am thinking to do a local backup using crontab (snapshot my web)<br>
tar -cvzf /tmp/website-$(date +%Y%m%d-%H%M).tgz /var/www/htdocs/*<br>
This command will create a file /tmp/website-20110101-1459.tgz<br>
I want it run on daily basis and to keep the last 5days backup on the<br>
box and remove older version than 5days.<br>
Can you point me out.<br><br></blockquote></div>