mirror of
https://github.com/restic/restic.git
synced 2025-10-10 07:21:53 +00:00
@@ -90,7 +90,7 @@ The error here is that the tilde ``~`` in ``"~/documents"`` didn't get expanded
|
|||||||
/home/john/documents
|
/home/john/documents
|
||||||
|
|
||||||
$ echo "~/documents"
|
$ echo "~/documents"
|
||||||
~/document
|
~/documents
|
||||||
|
|
||||||
$ echo "$HOME/documents"
|
$ echo "$HOME/documents"
|
||||||
/home/john/documents
|
/home/john/documents
|
||||||
|
Reference in New Issue
Block a user