Merge pull request #222 from maxromanovsky/patch-1

Docs: Fixed configuration restore instructions
This commit is contained in:
Kyle Manna 2017-02-18 07:09:28 -08:00 committed by GitHub
commit 5236365fe1

View File

@ -18,4 +18,4 @@ I'd recommend encrypting the archive with something strong (e.g. gpg or openssl
Creates an volume container named `$OVPN_DATA` to extract the data to.
docker volume create --name $OVPN_DATA
xzcat openvpn-backup.tar.xz | docker run $OVPN_DATA:/etc/openvpn -i kylemanna/openvpn tar -xvf - -C /etc
xzcat openvpn-backup.tar.xz | docker run -v $OVPN_DATA:/etc/openvpn -i kylemanna/openvpn tar -xvf - -C /etc