Let's say i need the following retention:
1) One daily backup for last week.
2) One weekly backup for the last month.
3) One monthly backup for the last year.
So, i've created two jobs:
1) Daily backup: Regular job
Code: Select all
Restore points to keep on disk: 7
Secondary target: GFS Backup copy job
2) GFS: Backup copy job
Code: Select all
Copy every: 1 day.
Restore points to keep: 7
[x] Keep the following restore points for archival purposes
Weekly: 4
Monthly: 12
Quartely: 0
Yearly: 1
My questions are:
1) Will this work as intended?
2) What "Copy every" means exactly? I see that the job runs continuously.
3) What is the number of restore points in the backup copy context? Are those daily backups or what? is it related to what i asked in the previous question?