Skip to content
/ rdb Public

Simple script that securely copy redis-server rdb file from server to server remotely

Notifications You must be signed in to change notification settings

AY-ME/rdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

rdb

This script can help you to copy redis dump.rdb file to another ubuntu 16+ server by scp command

Usage

First, install the script and make it executable:

wget https://raw.githubusercontent.com/AY-ME/rdb/main/copy-redis-remotely.sh
chmod +x copy-redis-remotely.sh

Then, run it by:

./copy-redis-remotely.sh

Will ask you for:

  • The old server-ip address .
  • The old server root password to get access and grep the file .

NOTE: if he ask you for (yes/no) enter yes .

Contact

Telegram

TelegramBot

About

Simple script that securely copy redis-server rdb file from server to server remotely

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages