Backup Steps for Redis To Go
Navigate to https://redistogo.com/login in your web browser and sign in with your Redis To Go account credentials. Please note that if you are consuming Redis To Go through Heroku, you will instead need to follow the instructions here.
Click on the BACKUPS link on the left side of the top navigation bar. This will take you to https://redistogo.com/instances/backups.
Backups are listed for each of your existing instances with a UTC timestamp indicating when the backup was taken. You can click on one of the listed timestamps to download a copy of the RDB file for your instance from that point in time. You can read more about RDB files at https://redis.io/docs/manual/persistence/. If you don't see any backups listed for your instance or would like a more-recent backup, continue to step 4.
You can take an on-demand backup of your instance by first clicking on the INSTANCES link on the left side of the top navigation bar. This will take you to https://redistogo.com/instances.
Click on the name of the instance you'd like to back up then click on the Backup link in the top right corner of the instance details page. This will take you to a URL like https://redistogo.com/instances/XXXXX/backup where XXXXX is the unique ID of your instance.
You should see a message indicating "Backup successful". You can now navigate back to the BACKUPS page per step 2 and proceed with downloading the backup.