From 0bc3929c7fc943cf7c5d885f978b24904e06f18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cola=C3=A7o?= Date: Wed, 21 Feb 2018 18:44:04 +0100 Subject: [PATCH] added How to Migrate --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 16cadb8..77d162c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -23,4 +23,14 @@ If you don't want your VPN clients to be able to access the internet simply comm ``` push "redirect-gateway def1" +``` + +## How Can I Migrate my configs to another PiVPN Instance? + +you can achieve that by copying your /etc/openvpn folder to your new Raspberry pi, one method that works is using scp. + +Example: +``` +scp -pr /etc/openvpn/* root@192.168.101.124:/etc/ + ``` \ No newline at end of file