For version 11, I'm not sure if I understand this correctly,
if I have a GFS Media Pool with only Monthly and Yearly Media Sets enabled (Ie: Daily, Weekly, Quarterly disabled),
and I have a GFS Tape Job that specifies the following Archival-Schedule for Fulls:
- Monthly Fulls: Last Day of each month
- Yearly Fulls: Last Day of January
or Forward Incrementals (Ie: backup-chain has Weekly Synthetic-Fulls, including BackupCopyJobs with GFS that produces Weekly-Synth-Fulls),
a GFS-Tape-Job behaves differently, as follows:
Case1: Source Job produces Forever Forward Incrementals, the GFS-Tape-Job will:
- Create Virtual-Full for Monthly, on exactly the Last Day of each month.
- Create Virtual-Full for Yearly, on exactly the Last Day of each January.
The Daily, Weekly and Quarterly Media Sets will not be written to, because they are disabled in the GFS-Media-Pool.
Case2: Source Job produces Forward Incrementals, the GFS-Tape-Job will:
- Find the most recent Weekly-Synth-Full on the source disk to copy to Tape as Monthly, on exactly the Last Day of each month.
- Find the most recent Weekly-Synth-Full on the source disk to copy to Tape as Yearly, on exactly the Last Day of each January.
This also means the Restore-Point of the Full that is copied to tape - in most months - will NOT contain data up to the Last Day of the month.
E.g.: A Full is written to Tape on Mar-31st, but its Restore-Point only contains data up to Mar-27th, because that's the day when the Weekly-Synth-Full was created in the source disk. The GFS-Tape-Job only copies it to tape on Mar-31st.
If my understanding of how this whole thing works is correct (see Case1&2 above), then what can I do to fulfill the following requirements given the conditions?
- Condition: Source Job produces Forward Incrementals (could be a BackupCopyJobs with GFS that produces Weekly-Synth-Fulls)
- Requirement1: GFS-Tape-Job's Monthly, specified as the Last Day of each month, should contain data up to the Last Day of the month.
- Requirement2: GFS-Tape-Job's Yearly, specified as the Last Day of each January, should contain data up to the Last Day of each January.
Thanks for your help again.
This is really confusing.