Skip to content

dalibor-sanzeru/redis-backup-minimal-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is in progress doc&project !!! Dont use it!!! First version will be released in FEB 2023.

redis-backup-minimal-cli

Redis backup minimal CLI is single Use-Case tool to backup/restore redis database. Backup/Restore format is compatible with [Redis-Commander(https://github.com/joeferner/redis-commander)] Redis format format. It's fully client CLI tool, so you don't need any installation on server computer.

How to get it (Use one of them):

  1. Download installer: redis-backup-minimal-cli.setup
  2. Use as .NET tool:
dotnet tool install -g redis-backup-minimal-cli
  1. Download the source and build it yourself using dotnet.

2. Take Backup:

redis-backup-minimal-cli --operation backup --fileName C:\\MyFolder\ --redis http://redis-backup-connection-url --keys firstkey:* secondKey:* 

3. Restore backup:

redis-backup-minimal-cli --operation restore --fileName C:\\MyFolder\ --redis http://redis-restore-connection-url --keys firstkey:* secondKey:* 

About

Redis backup minimal CLI is single Use-Case tool to backup&restore redis database. Nothing else...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages