1834196 Members
2430 Online
110065 Solutions
New Discussion

Re: full backup

 
SOLVED
Go to solution
bassey essien_1
Frequent Contributor

full backup

i run an incremental backup monday thru
thursday, then run full backup on friday.
Now i will like to make thursday a full backup level, do i need to modify my current
crontab files and the tar scripts, please help.
7 REPLIES 7
Paula J Frazer-Campbell
Honored Contributor
Solution

Re: full backup

Hi
If you are using two scripts - one for the incremental and one for the full then no.

Just change the crontab to include a thursday full backup - do not forget to remove the thursday incremental from the crontab as well.
If you can spell SysAdmin then you is one - anon
Maureen Gunkel
Trusted Contributor

Re: full backup

Hi-
I would think so, but it depends on how you have them set up. Do you have separate tar scripts for incremental/full? Or do you specify in your cron entry which to do? If you could submit your cron entr(y/ies) I would gladly help.

Maureen
No matter where you go, there you are.
Paula J Frazer-Campbell
Honored Contributor

Re: full backup

Hi
No if you are using two seperate scripts.

Just ammend the crontab to include the full backup on Thursday but do not forget to remove the incremental for Thursday.

HTH

Paula
If you can spell SysAdmin then you is one - anon
Maureen Gunkel
Trusted Contributor

Re: full backup

Hi-
I would think so. But it depends on how you have it set up. Do you use separate tar scripts for incremental/full? Or do you specify which in your cron statement? If you could submit your cron entr(y/ies) I would be happy to help.
Maureen
No matter where you go, there you are.
Victor BERRIDGE
Honored Contributor

Re: full backup

Difficult to answer with what we know...
Whats in your crontab? a call to allways the same backup script or is there a different one for fridays...

Regards
Victor
Rick Garland
Honored Contributor

Re: full backup

You will need to modify the scripts, etc. to tell it that full backups happen on Thursdays as opposed to Fridays. If your scripts are working off the numeric days of the week, 0=Sunday and 6=Saturday. So for Thursday, it is Thursday=4. You would probably modify the cron to run the full on day 4 and the incrementals on other days,
This is assuming that you start the backups via the days of the week.
Rick Garland
Honored Contributor

Re: full backup

You will need to modify the scripts, etc. to tell it that full backups happen on Thursdays as opposed to Fridays. If your scripts are working off the numeric days of the week, 0=Sunday and 6=Saturday. So for Thursday, it is Thursday=4. You would probably modify the cron to run the full on day 4 and the incrementals on other days,
This is assuming that you start the backups via the days of the week.