2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-12 13:52:22 +00:00

doc: Correct path in manual

This commit is contained in:
Alexander Neumann 2017-06-22 19:54:55 +02:00
parent 9583dc820f
commit 144b7f3386

View File

@ -714,7 +714,7 @@ command to serve the repository with FUSE:
$ mkdir /mnt/restic $ mkdir /mnt/restic
$ restic -r /tmp/backup mount /mnt/restic $ restic -r /tmp/backup mount /mnt/restic
enter password for repository: enter password for repository:
Now serving /tmp/backup at /tmp/restic Now serving /tmp/backup at /mnt/restic
Don't forget to umount after quitting! Don't forget to umount after quitting!
Mounting repositories via FUSE is not possible on Windows and OpenBSD. Mounting repositories via FUSE is not possible on Windows and OpenBSD.