Я вошел в систему на моем Synology NAS, и хотя я могу выполнять rsync со своих серверов на NAS и наоборот, я не могу использовать rsync, когда источник и место назначения находятся на DiskStation.
midnight my_user /tmp> rsync -Pauvvv synoproxy.conf del.del
sending incremental file list
[sender] make_file(synoproxy.conf,*,0)
send_file_list done
send_files starting
server_recv(2) starting pid=15513
ERROR: module is read only
rsync error: syntax or usage error (code 1) at main.c(1034) [Receiver=3.0.8]
[Receiver] _exit_cleanup(code=1, file=main.c, line=1034): about to call exit(1)
rsync error: rsync service is no running (code 43) at io.c(653) [sender=3.0.8]
[sender] _exit_cleanup(code=43, file=io.c, line=653): about to call exit(43)
midnight my_user /tmp>
Я не знаю, почему у меня возникают проблемы с модулем из-за предоставленного мной синтаксиса. Почему это вызывает ошибку?