Skip to content

Commit 5236365

Browse files
authored
Merge pull request #222 from maxromanovsky/patch-1
Docs: Fixed configuration restore instructions
2 parents 47de917 + a293af4 commit 5236365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ I'd recommend encrypting the archive with something strong (e.g. gpg or openssl
1818
Creates an volume container named `$OVPN_DATA` to extract the data to.
1919

2020
docker volume create --name $OVPN_DATA
21-
xzcat openvpn-backup.tar.xz | docker run $OVPN_DATA:/etc/openvpn -i kylemanna/openvpn tar -xvf - -C /etc
21+
xzcat openvpn-backup.tar.xz | docker run -v $OVPN_DATA:/etc/openvpn -i kylemanna/openvpn tar -xvf - -C /etc

0 commit comments

Comments
 (0)