करने के लिए कुछ खास नहीं है। बस नई मशीन पर रेडिस सर्वर स्थापित करें, और कॉन्फ़िगरेशन फ़ाइल को संपादित करें। आपके द्वारा अभी-अभी कॉपी की गई डंप फ़ाइल के स्थान को इंगित करने के लिए आपको निम्नलिखित मापदंडों को बदलने की आवश्यकता है।
# 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/
अंत में, रेडिस सर्वर को सामान्य तरीके से शुरू किया जा सकता है।