Posts tagged as:

cron

Describes how to clean lighttpd web server cache created by mod_compress using a cron job and simple shell script.

{ 1 comment }

#!/bin/bash
# Shell script to copy all files recursively and upload them to
# remote FTP server (copy local all directories/tree to remote ftp server)
#
# If you want to use this script in cron then make sure you have
# file pointed by $AUTHFILE (see below) and add lines to it:
# host ftp.mycorp.com
# user myftpuser
# pass mypassword
#
# This [...]

{ 11 comments }