FTP server

Before you choose to backup to an FTP server, make sure that:

To backup to an FTP server, enter the FTP server location in the format:

ftp://user:password@host<:custom_port>/path/

For example: ftp://username:password@10.1.1.1/home/backups/

SFTP server

Before you choose to backup to an SFTP server, make sure that:

To backup to an SFTP server, enter the SFTP server location in the format:

sftp://user:password@host:<:custom_port>/path/

For example: sftp://username:password@10.1.1.1/home/backups/

AWS S3

Before you choose to backup to Amazon AWS S3, make sure that you have:

You can also connect to a storage service that uses the S3 protocol but is not hosted by Amazon AWS. The storage service must have a valid SSL certificate. To connect to an S3-compatible storage location, run: rladmin cluster config s3_url <url>

Local mount point

Before you choose to backup to a local mount point, make sure that:

To backup to a local mount point for a node:

  1. On each node in the cluster, create the mount point:

    1. Connect to the terminal of the RS server that the node is running on.

    2. Mount the remote storage to a local mount point.

      For example:

      sudo mount -t nfs 192.168.10.204:/DataVolume/Public /mnt/Public
      
  2. In the path for the backup location, enter the mount point.

    For example: /mnt/Public

Azure Blob Storage

Before you choose to backup to Azure Blob Storage, make sure that you have:

Azure SAS support requires Redis Software version 6.0.20. To learn more about Azure SAS, see Grant limited access to Azure Storage resources using shared access signatures.

Google Cloud Storage

Before you choose to backup to Google Cloud Storage, make sure that you have:

Note:

You can find the client and key details in your service account in the Google Cloud console (API & Services > Credentials > Create Credentials).

  • Make sure that the service account has the Storage Legacy Bucket Writer permission on the target bucket.
  • Make sure that the bucket doesn't use a retention policy because it can interfere with the process.
  • The format of the private key from the downloaded JSON is in a single string where new lines are marked with \n characters. When you paste the key into the RS admin console, replace each \n character with a new line.