redis: backing up dump.rdb

后端 未结 2 1581
挽巷
挽巷 2021-02-03 21:13

Context

I have a live running redis-server.

I want to make a backup.

Idea:

I want to do the following:

cp dump.rdb ~/some-oth         


        
2条回答
  •  悲哀的现实
    2021-02-03 21:31

    If you using Amazon S3, it's very simple to backup Redis database with s3cmd tool.

    s3cmd: http://s3tools.org/s3cmd

    Tutorial: http://guchex.com/viniciusfbm/post/50/how-to-backup-redis-database-encrypted-to-s3-via-command-line-ubuntu

提交回复
热议问题