Няма нищо конкретно за правене. Просто инсталирайте Redis сървъра на новата машина и редактирайте конфигурационния файл. Просто трябва да промените следните параметри, за да посочите местоположението на файла с дъмп, който току-що сте копирали.
# The filename where to dump the DB
dbfilename mydump.rdb
# The working directory.
#
# The DB will be written inside this directory, with the filename specified
# above using the 'dbfilename' configuration directive.
#
# Also the Append Only File will be created inside this directory.
#
# Note that you must specify a directory here, not a file name.
dir /data/mydirectory/
И накрая, Redis сървърът може да се стартира по нормалния начин.