Chat now with support
Chat with Support

QoreStor 7.1.3 - User Guide

Introducing QoreStor Accessing QoreStor Configuring QoreStor settings
Licensing QoreStor Configuring SAML Configuring an SSL Certificate for your QoreStor System Configuring Active Directory settings Understanding system operation scheduling Configuring Secure Connect Enabling MultiConnect Configuring and using Rapid NFS and Rapid CIFS Configuring and using VTL Configuring and Using Encryption at Rest Configuring and using the Recycle Bin Configuring Cloud Reader Configuring RDA immutability
Managing containers Managing local storage Managing cloud storage Managing replications Managing users Monitoring the QoreStor system Managing QoreStor remotely Support, maintenance, and troubleshooting Security recommendations guide About us

Adding a cloud tiering policy

Once a cloud tier is created, you must enable a cloud tiering policy for a container before that container can be replicated to the cloud. Refer to Cloud tiering for more information.

  1. In the navigation menu, click Containers. The Containers page is displayed.
  2. In the list of containers, find the correct container and then click Enable Cloud Tiering Policy.
  3. In the Enable Cloud Tiering Policy page, enter the following information:
    • Cloud Policy-- allows you to configure the amount of time that files must be idle before being sent to the cloud as well as how long to keep a local copy of the files. The configured times should be less than the backup expiry or retention time configured in the backup application. When the backup is expired by the backup application, the files corresponding to the backup are removed from local storage and cloud storage.
      • Idle time before cloud migration--Specify the number of hours files must be idle before being sent to the cloud.
      • On-Prem Retention Age--Specify the number of hours files will be kept locally after they are sent to the cloud.

    Click on Advanced Options to view the following:

    NOTE: The Advanced Options settings are not supported for object containers.

    • Folder Paths--files can be included or excluded based on their location.
      • Include--only files in the listed directories will be included for replication.
      • Exclude-- all files except those in the listed directories will be replicated.
    • File Extensions/Regular Expressions--files can be included or excluded based on their extension or by regular expressions. Refer to Using regular expressions for more information.
      • Include--only files with the specified extensions will be included for replication.
      • Exclude--all files except those with the specified extensions will be replicated.
      • Include Regular Expression-- includes only files matching the entered regular expression.
      • Exclude Regular Expression-- excludes only files matching the entered regular expression.
    • Stub Exclude Dir/Extensions/Regular Expressions (Optional) lets you exclude stubs based on their directory, extension, or regular expression. Refer to Using regular expressions for more information.
      • Stub Exclude Directory List. Excludes all stubs in the specified directory.
      • Stub Exclude File Extension List. Excludes all stubs with the specified file extension.
      • Stub Exclude File Regular Expression. Excludes only stubs matching the entered regular expression.
  4. Click Enable.

NOTE: To add a cloud tiering policy through the command line, use the command container --cloud_policy

Refer to the QoreStor Command Line Reference Guide for more information.

Using regular expressions

QoreStor provides an option to select files for inclusion (or exclusion) based file names, character sets, and extensions using regular expressions.

Example expressions

  • To include all the files with filename starting with “BackupImage” and having extention .tar, .gz, or .zip.

    ^Backupimage.*.(zip|tar|gz)

  • To perform a simple match of backup images with IMG | HDR | META

    (IMG|HDR|META)

  • Support for complex regex patterns using character class , meta sequence, and range
    • To match files with filenames starting with [abn] and having file extention .txt, or.log

      ^[abn]\S*. (txt|log)

    • To match file names with only alphanumeric characters. For example, the expression below matches test1 , f123file etc.,

      [[:alnum:]]+

    • Archive series of log files. For example, the expression below matches the first five logs of ocafsd & aws logs

      ocafsd[1-5].log|aws[1-5].log

Limitations

The current implementation of regular expressions does not support the use of global modifiers such as /g or /i.

In order to perform case-insensitive matching, a combination of character classes may be used. For example, the expression below can be used to find all combinations of quest, QUEST, QuESt , QUesT, etc.

[Qq][Uu][Ee][Ss][Tt]

Adding an archive tiering policy

Once an archive tier is created, you must enable an archive tiering policy for a container before that container can be archived to the cloud. Refer to Cloud tiering for more information.

Archive tiering is available for RDA, VTL, and Object container types.

To add an archive tiering policy

  1. In the navigation menu, click Containers. The Containers page is displayed.
  2. On the Containers pane, find the container you wish to archive. Click the ellipses icon, and click Enable Archive Tiering Policy.
  3. In the Enable Archive Tiering Policy page, enter the following information:
    • Archive Policyallows you to configure the amount of time that files must be idle before being sent to the cloud as well as how long to keep a local copy of the files.
    • Idle time before archive migration. Specifies the number of hours files must be idle before being archived.
    • On-Prem Retention Age. Specifies the number of hours files will be kept locally after they are archived.
  4. Click Advanced Options to view the following:
    • Folder Paths lets you to select files to be included or excluded based on their location.
      • Include. Only files in the listed directories will be included for replication.
      • Exclude. All files except those in the listed directories will be replicated.
    • File Extensions/Regular Expressions files can be included or excluded based on their extension or by regular expressions. Refer to Using regular expressions for more information.
      • Include. Only files with the specified extensions will be included for replication.
      • Exclude. All files except those with the specified extensions will be replicated.
      • Include Regular Expression. Includes only files matching the entered regular expression.
      • Exclude Regular Expression. Excludes only files matching the entered regular expression.
    • Stub Exclude Dir/Extensions/Regular Expressions (Optional) lets you exclude stubs based on their directory, extension, or regular expression. Refer to Using regular expressions for more information.
      • Stub Exclude Directory List. Excludes all stubs in the specified directory.
      • Stub Exclude File Extension List. Excludes all stubs with the specified file extension.
      • Stub Exclude File Regular Expression. Excludes only stubs matching the entered regular expression.
  5. Click Enable.

Deleting a container

There are two ways you can delete a container in QoreStor: through the user interface (GUI) or through the command line interface (CLI). The following procedures assume that the containers contain data.

Caution: Before deleting a container, you should first carefully consider whether you need to preserve the data in the container. Before deleting any QoreStor container that contains important data, you should take steps to preserve this data using another means of long-term retention. Once a container is deleted, the important data cannot be retrieved.

NOTE: When deleting a container that has Recycle Bin enabled, you cannot delete the container until Recycle Bin is empty. Be sure to delete or expire all backups from the container and wait for the files to expire from Recycle Bin. When Recycle Bin is empty and the container has no more files, delete the container.

Deleting a container through the GUI

NOTE: When there are files in the container, deleting the container through the GUI fails. If you want to delete a container and the files within it, use the Command Line Interface.

To delete a container through the GUI

  1. On the navigation menu, click Storage Groups. Select the storage group that contains the container you want to delete. (If you are only using the DefaultGroup storage group you do not need to select a group.)
  2. In the list of containers, select the container you want to delete, and then click the Delete icon.
  3. In the Warning dialog box, click Yes to confirm the deletion.

Deleting a container through the command line

To delete a container through the command line

  1. Access the QoreStor CLI. Refer to Accessing the CLI commands for more information.
  2. Delete a container with the command
    container --delete --name <name> [--delete_files]

    Refer to the QoreStor Command Line Reference Guide for more information.

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating