November 5, 20187 yr I use rsync to backup one Unraid server to another, using the -e ssh option to avoid having to mount the shares on the backup server. So to backup a user share called Share on server lapulapu to this server I use rsync -avi --del -e ssh root@lapulapu:/mnt/user/Share/ /mnt/user/Share/ On previous versions of Unraid (6.5.3 and earlier) the initial ssh connection was logged and its termination was also logged. Now there seems to be an entry in the syslog for every file transferred: Nov 4 18:46:46 Lapulapu sshd[7951]: SSH: Server;Ltype: Kex;Remote: 172.26.147.90-55260;Enc: [email protected]: <implicit>;Comp: none ### [PREVIOUS LINE REPEATED 453 TIMES] ### Has this method of calling ssh from rsync been deprecated or has sshd's logging been set too verbose? Diagnostics: lapulapu-diagnostics-20181105-0312.zip
Archived
This topic is now archived and is closed to further replies.