


Will mount your mac root filesystem under the folder macfolderĭale Anderson's answer worked for me on Ubuntu 16.04 connecting to macOS 10.12.6 (Sierra). Then add your user to the fuse group and finally mount the remote serverįrom terminal: sudo apt-get install sshfs # install sshfs It can also be done over ssh with the help of sshfs

If you still want some kind of drive mapping so you can browse the computer from GUI. If you are copying a lot of already compressed files like movies, images or mp3s you don't gain any speed in using it The good thing with rsync that if you re-run this command it will only copy the changed files from the source directory over to your mac saving time and bandwidth. Here is an example of how copy a folder from your Ubuntu computer to your mac rsync -azvr /path/to/source/folder MAC:/path/to/where/you/want/to/saveit/ In the list that appears, check the ‘Remote Login. Under ‘Internet & Networking’ there is a ‘Sharing’ icon. Instead enable SSH on the Mac on and transfer your backups over it. A shared folder is not the great way if you want to automate backups to your Mac
