Re: Writing to the wrong directory

2010-11-30 Thread Wayne Davison
On Tue, Nov 30, 2010 at 12:30 AM, wrote: > The cron job was too long and truncated. I guess last time it truncated > at "/media/2tb/" > Ouch! That's a painful cron bug. One easy way to shorten your command is to switch to using --exclude-from=FILE and put all your includes/excludes in that fi

Re: Writing to the wrong directory

2010-11-30 Thread Darxus
"created directory /media/2tb/bak/da" The cron job was too long and truncated. I guess last time it truncated at "/media/2tb/" Any guesses on where the command length limit is? Cron? bash? It sure would be nice for cron to spit out an error if I create a job that's too long. -- "I don't wan