[email protected] wrote: > But the scheduled backups never happen. I must be doing something wrong, but > can't figure out what.
If you haven't already, check root's inbox to see if there is any output from the cron jobs. If not, it's likely a problem with your crontab. Also, try replacing 'rsync' in your backup scripts with the full path to rsync; cron provides only a very limited set of environment variables, and $PATH might not include rsync. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
