This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pi-imgtank/doc/samba_install.md
T
2020-07-06 16:05:28 +02:00

16 lines
441 B
Markdown

Install Samba as a Fileserver
=============================
To install and configure samba, run
sudo su -
cd pi-imgtank
tools/install-samba
Note that this is a very simple and insecure setup, since it allows
read/write access to the backuped images for everyone without any password.
If you need better security, change /etc/samba/smb.conf accordingly.
Please set 'guest account' to the owner of /data/images (normally pi).