added python dependencies

This commit is contained in:
2021-06-12 21:56:08 +04:00
parent 5f76b1272a
commit e6bd7ae103
44 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[jupyter_data]
path = /nfs/jupyter/data
comment = Jupyter data files
uid = nobody
gid = nobody
read only = yes
list = yes
auth users = @rsync:ro
secrets file = /etc/rsyncd.secrets
hosts allow = 192.168.1.0/24
hosts deny = 0.0.0.0/0