NFS Pre-req install sudo apt install nfs-common copy Check nfs shares showmount -e $IP copy Grab the share sudo mount -t nfs $IP:/name_of_share /mnt/remote copy