Replies: 4 comments 1 reply
-
I mount a windows shared folder via you could do similar in Linux |
Beta Was this translation helpful? Give feedback.
-
Just use SSHFS and "mount" it as a local drive: https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh |
Beta Was this translation helpful? Give feedback.
-
I'm already using SSHFS to mount the drive but there is some overhead with encryption wondered if I could shave a few minutes off transfer time. I'm going to assume that the answer to my question is no then unless I hear otherwise. Thanks for replying. |
Beta Was this translation helpful? Give feedback.
-
I've done this for my 100TB setup. All transfered over network without issue. sudo nano /root/.smbcredentials (add username and password for smb on two lines) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can the -d (--finaldir) argument be a remote machine IP address such as user@192.168.1.100:/mnt/hdd ?
Assuming SSH is set up.
Beta Was this translation helpful? Give feedback.
All reactions