Samba file server to back up and share content from anywhere on your local network
On Raspberry Pi:
sudo apt install samba samba-common-bin
sudo chmod -R 777 /home/pi
sudo nano /etc/samba/smb.conf
[pi]
path = /home/pi
writeable = yes
create mask = 0777
directory mask = 0777
public = yes
sudo systemctl restart smbd
sudo adduser cyberbooth
On Mac:
smb://192.168.0.78
On Windows:
\\192.168.0.78\pi