Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created April 26, 2018 12:33
Show Gist options
  • Save stepankuzmin/5ee79e39458fbb24f4ac4616b95bb657 to your computer and use it in GitHub Desktop.
Save stepankuzmin/5ee79e39458fbb24f4ac4616b95bb657 to your computer and use it in GitHub Desktop.
Mount remote folder using sshfs
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