Skip to main content
Version: 2.6

Create backup rules

  1. From the home page, select Settings, Rules to open the cloud settings page:

    Rules

  2. Select Add new:

    Add backup rule

  3. Build your rule by populating the following fields:

    • Rule Name: Enter a descriptive name for your rule
    • Pod selector: Enter any label selectors based on your pod’s labels. For example, app = postgres uses the app label to select pods running postgres. Use any of the equality-based selector operators.
    • Container (Optional): Enter the optional name of the container to which Portworx Backup will apply the rule.
    • Action: Enter any commands you want to execute when the rule is triggered.
    • Background: Enable this if you want the rule to run in the background. Rule runs as a background process, can be used to backup crash consistent applications. (For example, mySQL)
    • Run in single pod: Run this rule in a single pod. Kubernetes scheduler chooses the pod here and can be used to take a backup of your elective lead based applications. (For example, mongoDB)

    Populate backup rule

  4. (Optional): Select the + Add icon to add more sub-rules:

    Add more sub-rules

  5. Select the Add button to create the rule:

    Create the rule

Once you have created a rule, you are ready to associate it with a backup.

Was this page helpful?