vStor 4.9 Documentation
Catalogic SoftwareKnowledge BaseMySupport
  • Introduction
  • Installation
    • Installing Catalogic vStor Application for Linux
    • Deploying Catalogic vStor Virtual Appliance for VMware
    • Deploying Catalogic vStor virtual appliance for Microsoft Hyper-V
    • Required Ports for Catalogic vStor
    • Updating Catalogic vStor
  • Quick Start
    • Catalogic vStor for VMware
    • Catalogic vStor for Hyper-V
  • Basic Configuration
    • Initializing vStor
    • Adding Catalogic vStor Node to Catalogic DPX
    • Configuring vStor system settings
    • Configuring Network Settings of Catalogic vStor
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks to Catalogic vStor
    • Managing Storage Pools in Catalogic vStor
    • Managing Volumes in Catalogic vStor
      • Migrating Volumes in Catalogic vStor
    • Managing Shares in Catalogic vStor
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • Creating vStor Partnerships
    • Enabling Volume Encryption
  • Advanced Configuration
    • Using Multipath Storage for Catalogic vStor
    • Certificates in Catalogic vStor
    • Adding Encryption URLs to Catalogic vStor
    • MinIO Buckets in Catalogic vStor
    • Assigning an E-mail to the vStor account
    • Managing vStor User Accounts
    • Using multi-factor authentication in vStor
  • vStor Command Line Interface
    • Catalogic vStor Server CLI Overview
  • Best Practices
    • Hardware configurations: Best Practices
    • Data backup: Best Practices
    • Data archiving: Best Practices
    • Backup storage: Best Practices
    • Frequently Asked Questions: Best Practices
Powered by GitBook
On this page
  • Backing up the Catalogic vStor configuration
  • Prerequisites
  • Running backup manually

Was this helpful?

Edit on GitHub
  1. Basic Configuration

Backing up Configuration Settings of Catalogic vStor

Backing up the Catalogic vStor configuration is crucial for server recovery after a failure. The configuration, which includes the current state of volumes and snapshots, database configuration, replication shares, scheduled replications, SSH information, etc, is automatically backed up every 24 hours and stored on a designated configbackup volume. This volume can also be replicated to a partner vStor server. Additionally, a local copy is saved at:

/opt/vstor/backup/vstor_config_<date_and_time>.tar.gz.

A vStor server’s configuration is backed up automatically every 24 hours. That backup is retained for 14 days. This retention period may be modified in the system preferences by going to System > Preferences > clicking Edit and entering a new value for configBackupRetentionDays.Note.

The automatic vStor server configuration backup can be disabled by entering a value of 0 for configBackupRententionDays.

Backing up the Catalogic vStor configuration

The latest backup determines the accuracy of your vStor server's state. If you don't backup after making changes, those changes might be lost if the server fails or gets corrupted.

Prerequisites

  1. Create and Initialize a Pool: Make sure you have a pool set up.

  2. Establish a Partnership: Have at least one partnership with another Catalogic vStor server.

Running backup manually

  1. Log In to the vStor Server:

    • Use SSH or the console.

    • Log in as admin.

  2. Run the Backup Command:

    • Use command: vstor system saveconfig

    • A file will be saved in /opt/vstor/backup.

    • Filename format: vstor_config_<date_and_time>.tar.gz.

  3. Backup Volume Details:

    • In vStor UI, you'll see a configbackup volume for each pool, named config_volume_pool_<#>-<vstor_system_id>.

    • <#> = pool number, <vstor_system_id> = system ID of your vStor server.

    • When replicated to a partner server, it appears as a filesystem type volume.

  4. Optional - Mounting for Tape Backup:

    • The configuration volume can also be mounted via NFS for tape backup.

PreviousConfiguring Network Settings of Catalogic vStorNextRestoring Configuration Settings of Catalogic vStor

Last updated 1 year ago

Was this helpful?

See also. For more details on best practices for data backup, see .

Data backup: Best Practices