How to Install SSHFS for File Sharing
Machine A 192.168.1.101
Machine B 192.168.1.102
Run the following commands on both machines:
mkdir -p /xvdb/elasticsearch/backup
chmod -R 777 /xvdb/elasticsearch/backup
(Here, Machine A mounts the /xvdb/elasticsearch/backu from Machine B …