9 lines
121 B
Bash
Executable File
9 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# https://www.redhat.com/sysadmin/sshfs
|
|
|
|
set -x
|
|
|
|
sshfs 10.20.4.12:/home/lachtan /home/lachtan/mnt/borgcube
|
|
|