From 8ce7ed8f1ac92484bb306315b11e88386bfedc09 Mon Sep 17 00:00:00 2001 From: datechnoman Date: Mon, 4 Dec 2023 10:48:04 +0000 Subject: [PATCH] Upload files to "/" --- rsyncd.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rsyncd.conf diff --git a/rsyncd.conf b/rsyncd.conf new file mode 100644 index 0000000..a36decf --- /dev/null +++ b/rsyncd.conf @@ -0,0 +1,13 @@ +# Global configuration of the rsync service +pid file = /var/run/rsyncd.pid +# Username and group for working with backups +uid = 0 +gid = 0 +# Don't allow to modify the source files +read only = no +# Data source information +[data] +path = /opt/ +list = yes +auth users = datechnoman +secrets file = /etc/rsyncd.passwd \ No newline at end of file