content/embeds/backup-locations.md
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:[email protected]/home/backups/
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:[email protected]/home/backups/
Before you choose to backup to Amazon AWS S3, make sure that you have:
s3://bucketname/path/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>
Before you choose to backup to a local mount point, make sure that:
redislabs:redislabs user has read and write priviledges on the local mount point
and on the destination server.To backup to a local mount point for a node:
On each node in the cluster, create the mount point:
Connect to the terminal of the RS server that the node is running on.
Mount the remote storage to a local mount point.
For example:
sudo mount -t nfs 192.168.10.204:/DataVolume/Public /mnt/Public
In the path for the backup location, enter the mount point.
For example: /mnt/Public
Before you choose to backup to Azure Blob Storage, make sure that you have:
/container_name/[path/]/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.
Before you choose to backup to Google Cloud Storage, make sure that you have:
/bucket_name/[path/]/{{< note >}}
You can find the client and key details in your service account in the Google Cloud console (API & Services > Credentials > Create Credentials).
Storage Legacy Bucket Writer permission on the target bucket.\n characters.
When you paste the key into the RS admin console, replace each \n character with a new line.{{< /note >}}