Помогите настроить, не понимаю, что я делаю не так.
Вроде ошибка яйца выеденного не стоит, но решить не могу второй день.
Конфиг
cat /etc/rsyncd.conf
spoilermax connections = 10
dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2 *.rar *.7z *.mp3 *.jpg
[src]
path = /mnt/rsync_test_data
comment = Public folders
uid = root
read only = yes
list = yes
# auth users = rsync_src,rsync_dst, backup,1, vishnivetsky.ru
# secrets file = /etc/rsyncd.scrt
hosts allow = * # localhost
hosts deny = 8.8.8.8
При попытке посмотреть содержимое
rsync 127.0.0.1::src
rsync: opendir "/." (in src) failed: Permission denied (13)
drwxrwxrwx 58 2018/03/07 07:43:00 .
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [generator=3.0.9]
На что ему не хватает прав?
spoilerls -l /mnt/
total 0
drwxrwxrwx. 2 root root 58 Mar 7 07:43 rsync_test_data
ls -l /mnt/rsync_test_data
total 0
-rwxrw-rw-. 1 root root 0 Mar 7 07:42 1.txt
-rwxrw-rw-. 1 root root 0 Mar 7 07:42 2.txt
-rwxrw-rw-. 1 root root 0 Mar 7 07:42 3.txt
-rwxrw-rw-. 1 root root 0 Mar 7 07:43 4.txt