[linux-baslangic] Re: Yedek alma ?

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: Ismet Sonmez (isonmez@bsy.com.tr)
Date: Sat 17 Apr 2004 - 21:35:00 EEST


Sonunda oldu!!!
İlk scriptimizi yazmış olduk...

#!/bin/bash
dizin=/mnt/tools/apache
yedekdizin=/home/ismets/yedek
tarih=$(date +%Y%m%d%H%M)
oncekitarih=$(date --date='1 days ago' +%Y%m%d)
echo $tarih
if [ -d $dizin ]; then
  if [ ! -d $yedekdizin ]; then
    mkdir -p $yedekdizin
  fi
  tar czf $yedekdizin/yedek-$tarih.tar.gz $dizin
  find $yedekdizin -name "yedek-$oncekitarih*.*" -exec rm '-f' {} \;
fi

---
linux-baslangic listesinden cikmak ve tum listeci islemleri icin
http://liste.linux.org.tr/ adresini kullanabilirisniz.
Bu listeden cikmak icin
<a href="mailto:linux-baslangic-request@liste.linux.org.tr?Subject=unsubscribe"> tiklayiniz</a>


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.