Rozdiely pre scripts/php/sk-nic/download.sh medzi verziami 1.8 a 1.9
| verzia 1.8, 2007/10/22 08:22:32 |
verzia 1.9, 2007/11/01 12:48:45 |
|
|
| # 2006-08-13 - created |
# 2006-08-13 - created |
| # |
# |
| |
|
| # $Platon: scripts/php/sk-nic/download.sh,v 1.7 2007-10-21 08:35:32 nepto Exp $ |
# $Platon: scripts/php/sk-nic/download.sh,v 1.8 2007-10-22 08:22:32 nepto Exp $ |
| |
|
| # |
# |
| # Put this into your crontab, it will run this script every morning at 6:15 am: |
# Put this into your crontab, it will run this script every morning at 6:15 am: |
|
|
| # and now real import |
# and now real import |
| $PHP sk-nic.php "$OUTPUT_FILE" |
$PHP sk-nic.php "$OUTPUT_FILE" |
| |
|
| echo "THESE FILES WAS DELETED BY AUTOMATED PROCESS:"; |
#echo "THESE FILES WAS DELETED BY AUTOMATED PROCESS:"; |
| echo "---------------------------------------------"; |
#echo "---------------------------------------------"; |
| find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 |
#find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 |
| find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 -exec rm -f {} \; |
find data/ -maxdepth 1 -type f -name 'sk-nic.*.csv' -mtime +30 -exec rm -f {} \; |
| |
|
Platon Group <platon@platon.sk> http://platon.sk/
|
|