Created
April 26, 2018 12:33
-
-
Save stepankuzmin/5ee79e39458fbb24f4ac4616b95bb657 to your computer and use it in GitHub Desktop.
Mount remote folder using sshfs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo sshfs -d -o allow_other -o reconnect -o IdentityFile=/home/stepan/.ssh/id_rsa -o ServerAliveInterval=15 [email protected]:/root/gitlab-backups /srv/gitlab/data/backups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment