Re: Req for you info on veem snapshot backups
Date: Mon, 7 Jun 2021 12:07:06 -0400
Message-ID: <aaf0a9f7-b045-44a6-e2bc-9c5a66baa4ea_at_gmail.com>
Hi Sam,
Every backup suite on the planet (and some others, too) uses SAN snapshot capabilities for backing up Oracle database using snapshot. In general, there are 2 cases:
- The database is on the ASM storage
- The database is on the file system.
The procedure goes like this:
- You set the database in the backup mode ("ALTER DATABASE BEGIN BACKUP")
- The volumes on which the database files and archive logs reside are snapped.
- Backup mode is turned off.
Next, you have several options:
- Copy the snapshot to spare location using SAN (SRDF, SnapVault)
- Use the snapshot to create a proxy instance and then use rman to back it up. You need rman catalog for that.
- Copy the files from the snapshot to some kind of long term storage (LTO, NAS, cheapo SAN, S3 or Glacier. If it is Glacier, please be aware that it is much more expensive to get the data out of Glacier than to get the data into the Glacier. Glacier has 2-pass de-duplication which means that it squeezes lots of data into the very small disk space at the cost of speed.)
I don't know much about history and I don't know much about Veeam but I KNOW that this what all backup suites (Veeam, Rubrik, Cohesity, Avamar, TSM, CommVault, NetBackup) do with snapping the Oracle database.
Regards
On 6/7/2021 11:48 AM, Tharmarajah, Sam wrote:
> Hi all,
>
> We have been requested to look into using the Veem snapshot backup for our off site backups. Presently we use TSM and RMAN for our regular operations.
>
> We are interested to know of any gotchas that we need to pay attention to when thinking about this.
>
> Thanx,
> Sam
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
-- Mladen Gogala Oracle DBA Tel: (347) 321-1217 Blog: https://dbwhisperer.wordpress.com -- http://www.freelists.org/webpage/oracle-lReceived on Mon Jun 07 2021 - 18:07:06 CEST