Until recently, I had a cron job running each night at 3AM, which used rsync to copy my entire /Users tree to a backup usb drive. This stopped working on December 11. I need some advice.<BR><BR>The ...
I have a script that i am using to move data around called from cron. I would like to have the ability to differentiate between being called from cron and being called from command line, so i can ...