Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Zolmex/redis-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Backup

An application that automatically creates backups of Redis 'dump.rdb' files.

How to use

  • Set a path for the folder containing your redis server.
    • When pasting the path, you will need to replace all of the '\' chars with '/'
  • Configure the time limit and destination folder to your preferences.
  • Run RedisBackup.exe (Run as Administrator).

settings.json

{
  "TimeLimit": 15,
  "DestFolder": "backups",
  "RedisFolder": ""
}
  • TimeLimit: Time interval (in minutes) for a backup to be made.
  • DestFolder: Name of the folder containing the backups made.
  • RedisFolder: Folder containing the redis server.

About

An application that automatically creates backups of Redis 'dump.rdb' files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages