October 30, 2018 at 8:01 am
Dear Folks,
I want to understand what could be the benefits of copy_only backup except independent with the existing log chain
October 30, 2018 at 8:20 am
Whether a copy_only backup will be beneficial or not depends largely on your use case.
In my case, I use copy_only backups to refresh my QA databases for the developers, in part because I don't have control over the normal day-to-day backups and in part because it's much faster than going to the hassle of putting in a ticket and waiting for the people who do control the backups to get around to running the restore. The copy_only doesn't break the differential backup chain (we take 2 fulls a week, differentials the rest of the week, and TLogs every couple hours,) so I don't have to worry about screwing up our regular backups.
But, as I said at the start, whether you find them useful or not will depend on your use case for them. If I had control of the backups (beyond setting a schedule) I'd likely run my QA refreshes directly from whatever backup system I'd be using, rather than manual copy_only.
October 30, 2018 at 8:21 am
Refer to this healthy discussion on stackoverflow for more details.
https://dba.stackexchange.com/questions/45876/difference-between-full-backup-and-copy-only-full-backup
Important takeaway is "The only difference between full and full-copy-only is that full-copy-only does not break the differential chain. Neither of them breaks the log chain as neither of them truncates the log file."
October 30, 2018 at 8:26 am
A COPY_ONLY full backup does not affect the base for a differential backup and a COPY_ONLY transaction log backup does not affect the log backup sequence. I've probably not explained it very clearly but have a look at the link below:
Thanks
November 4, 2018 at 5:23 pm
The biggest benefit is that the DBA team won't kill you for screwing up their backups. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
November 27, 2018 at 11:30 am
Copy only doesn't break or disturb the regular backup chain
November 27, 2018 at 9:36 pm
I think the biggest benefit is that you can move a "copy only" file anywhere you want it, lose it, or delete it, and it won't affect the possible restores using the GUI's.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply