Oracle VM (OVM) (MOSC)

MOSC Banner

Oracle VM 3.2.9 - REFLINKS - Backup

Good Day All,

We are wanting to backup our VM's via reflinks :

  • Create Reflinks
  • Export Repository Via NFS
  • Backup Via NetBackup

Simple script :

#!/bin/bash

SOURCE="/OVS/Repositories/0004fb0000030000fdbdec5b723c0b7b/VirtualDisks/"

DESTINATION="/OVS/Repositories/0004fb0000030000fdbdec5b723c0b7b/Snapshots/"

for i in `ls $SOURCE`; do

        reflink -f $SOURCE$i $DESTINATION/$i.$(date +%Y%m%d-%h%M%S);

done

Is this viable and a reliable method as I am very new to using reflinks ?

Regards

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center