From 11e97803938a6766b298238790f81de4480840c2 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 28 Oct 2016 04:57:15 +0200 Subject: [PATCH] quickstart: add a comment about other (remote) filesystems --- docs/quickstart.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 75d14bca3..26387aecf 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -263,3 +263,7 @@ mounting the remote filesystem, for example, using sshfs:: $ sshfs user@hostname:/path/to /path/to $ borg init /path/to/repo $ fusermount -u /path/to + +You can also use other remote filesystems in a similar way. Just be careful, +not all filesystems out there are really stable and working good enough to +be acceptable for backup usage.