Hi @Vijay Reddy ,
A copy-only backup is a SQL Server backup that is independent of the sequence of convential SQL Server backups. It does not disturb the original backup workflow, but just create a copy of the original database independently.
The copy_only will be a stand alone full backup
https://dba.stackexchange.com/questions/45876/difference-between-full-backup-and-copy-only-full-backup#:~:text=When%20you%20have%20a%20full%20backup%20and%20a,you%20take%20will%20be%20the%20latest%20full%20backup.
-------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.