Silver-0-surfer
Well-Known Member
Hi
I need to run a script that backs up my DB.
At the moment I am using cron tab to do a weekly backup of my server, it give each of the files a name including the date.
What I need from it now is to run a new job that basically runs a backup everyday into the same file, but only do that for a week and make a seperate file and do it again.
does anyone know if the is possible.
Just to make things simplererererer I am looking for an output of a file to be 07102009 and that file updates itself until the 13th and then a new file gets created called 14102009.
sorry if Im asking too much,kinda noob to linux
I need to run a script that backs up my DB.
At the moment I am using cron tab to do a weekly backup of my server, it give each of the files a name including the date.
What I need from it now is to run a new job that basically runs a backup everyday into the same file, but only do that for a week and make a seperate file and do it again.
does anyone know if the is possible.
Just to make things simplererererer I am looking for an output of a file to be 07102009 and that file updates itself until the 13th and then a new file gets created called 14102009.