1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-13 18:06:47 +00:00

quickstart: add a comment about other (remote) filesystems

This commit is contained in:
Thomas Waldmann 2016-10-28 04:57:15 +02:00
parent e0298b2932
commit 11e9780393

View file

@ -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.