Skip to main content

Backup repository naming scheme?


haslund
Forum|alt.badge.img+14

How are you naming your backup repositories (or extents in SOBR) today?

10 comments

JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • November 23, 2021

I have at least for my primary and copy Backup repositories the prefix PRI_REPO_ and COPY_REPO in the names. And if there are “special” data in this repo for example RMAN oder something like this. I don’t like to search :sunglasses:


haslund
Forum|alt.badge.img+14
  • Author
  • Mr. VMCE
  • 391 comments
  • November 23, 2021

@JMeixner: What about the repo used for your configuration backup? Do you have a repo for replication metadata?


marcofabbri
Forum|alt.badge.img+13
  • On the path to Greatness
  • 990 comments
  • November 23, 2021

Vendor Name + Conceptual name + Number in production.


haslund
Forum|alt.badge.img+14
  • Author
  • Mr. VMCE
  • 391 comments
  • November 23, 2021
marcofabbri wrote:

Vendor Name + Conceptual name + Number in production.

Could you share an example, even if fictional?


marcofabbri
Forum|alt.badge.img+13
  • On the path to Greatness
  • 990 comments
  • November 23, 2021
haslund wrote:
marcofabbri wrote:

Vendor Name + Conceptual name + Number in production.

Could you share an example, even if fictional?

Gondor_Wherewaswhenthewestfoldfell_2758


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • November 23, 2021
haslund wrote:

@JMeixner: What about the repo used for your configuration backup? Do you have a repo for replication metadata?

It depends, I have an own repo for the config in one environment. And this is the one where the naming schema I have described does not exist… :joy::joy::joy:

Mhh… CONF_REPO_ would be my spontaneous and uncreative idea for this….


regnor
Forum|alt.badge.img+14
  • Veeam MVP
  • 1352 comments
  • November 23, 2021

Normally we use something like “HOSTNAME_PATH/DRIVELETTER(_STORAGE)(_TYPE)”. For example:

  • MyServer_E
  • MyServer2_G_Config
  • MyServer2_G_SANLUN001

This mainly goes for Windows repos; Linux or other Storage Devices would be similar.

 

@haslund Perhaps I can add something to your question? :wink: How do/would you name the repository folder in the filesystem? → I don’t have a standard here, bit thought about including the VBR name so it’s easier to find the corresponding VBR server.

 

 

 


BertrandFR
Forum|alt.badge.img+8
  • Influencer
  • 528 comments
  • November 24, 2021

server name_ExtentNumber

svg1sbcka001_01

svg= project name

1 = number of Datacenter

s = host type = server

bck= role/type

a= network area

001= number of server

specific backup repo for configuration backup and RMAN => server name


vNote42
Forum|alt.badge.img+13
  • On the path to Greatness
  • 1246 comments
  • November 24, 2021
regnor wrote:

Normally we use something like “HOSTNAME_PATH/DRIVELETTER(_STORAGE)(_TYPE)”. For example:

  • MyServer_E
  • MyServer2_G_Config
  • MyServer2_G_SANLUN001

This mainly goes for Windows repos; Linux or other Storage Devices would be similar.

 

@haslundPerhaps I can add something to your question? :wink: How do/would you name the repository folder in the filesystem? → I don’t have a standard here, bit thought about including the VBR name so it’s easier to find the corresponding VBR server.

 

 

 

normally I name the folder like the repository name


  • 0 comments
  • December 20, 2021

In a large deploy, usually follow the 

servername_typeofshare_typeofdisk_number

examples:

SYNOLOGY_NFS_HDD_01

SYNOLOGY_NFS_SSD_01

WS2016FS_SMB_HDD_01


in a small deploy, names are more easy to handle, so I usually use these examples

repo_backup_HDD_01

repo_backup_NAS_01

repo_replica_SSD_01

repo_replica_HDD_01


hopefully helps!


Comment