Hi I've had a cron backup running on a server machine for quite some time and it has worked flawlessly until this morning.....
Here it is as it appears in crontab:
MAILTO=myemailaddress@somewhere.co.uk
30 8-18 * * 1-5 cd /Volumes/"Macintosh HD"/Library/"FileMaker Server"/Data/NEWBACKUPFOLDER; tar czpvf /Volumes/"Iomega HDD"/HourlyBackup/$(date '+\%a_\%H:\%M').tgz ./*
So normally what I would get every hour is a file in the format DayOfWeek_Hours:Mins.tgz
All of a sudden this morning my backups are failing with the following output:
tar (child): /Volumes/Iomega HDD/HourlyBackup/Fri_10\:30.tgz: Cannot open: Invalid argument
tar (child): Error is not recoverable: exiting now
I've tried searching everywhere to find out more specifically what kind of error "invalid argument" points to or quite simply what it really means with no luck.
Can you help pretty please?!?!
Thank you
Vicky
Here it is as it appears in crontab:
MAILTO=myemailaddress@somewhere.co.uk
30 8-18 * * 1-5 cd /Volumes/"Macintosh HD"/Library/"FileMaker Server"/Data/NEWBACKUPFOLDER; tar czpvf /Volumes/"Iomega HDD"/HourlyBackup/$(date '+\%a_\%H:\%M').tgz ./*
So normally what I would get every hour is a file in the format DayOfWeek_Hours:Mins.tgz
All of a sudden this morning my backups are failing with the following output:
tar (child): /Volumes/Iomega HDD/HourlyBackup/Fri_10\:30.tgz: Cannot open: Invalid argument
tar (child): Error is not recoverable: exiting now
I've tried searching everywhere to find out more specifically what kind of error "invalid argument" points to or quite simply what it really means with no luck.
Can you help pretty please?!?!
Thank you
Vicky