On 23/02/2010 21:09, Julien Vermillard wrote: > I think the problem is due to cron not running the .profile before > running the rsync
Correct, cron is different from the user environment. It may call the system profile (/etc/profile) depending on OS, but the best option is to set the umask within the scripts that cron is calling. Along with any other environment, e.g. PATH, that might be required.
