turscak
10-12-2005, 09:30 PM
I'm just trying to do a daily backup of my site. I've checked the tar man and google. It's so wierd...
My Cron script within the siteground advanced applet is:
cd /home/fturscak/public_html;tar -cvf - * | tar -C /home/fturscak/backup/`date +\%Y\%m\%d`.gz -xv
(all on one line, of course)
I get the following error:
tar: /home/fturscak/backup/20051012.gz: Cannot chdir: No such file or directory What am I doing wrong? I feel so stupid!
Frank
My Cron script within the siteground advanced applet is:
cd /home/fturscak/public_html;tar -cvf - * | tar -C /home/fturscak/backup/`date +\%Y\%m\%d`.gz -xv
(all on one line, of course)
I get the following error:
tar: /home/fturscak/backup/20051012.gz: Cannot chdir: No such file or directory What am I doing wrong? I feel so stupid!
Frank