i've got the solutions for rsync from freenas to qnap :
QNAP site :
- Setup share folder in our QNAP that you want to rsync from your freenas
 
for ex : Freenas
	
		
			
		
		
	
View attachment 40172
	
		
			
		
		
	
2. setup your rsync server on your QNAP from menu “ Backup Station “ like below :
	
		
			
		
		
	
View attachment 40173
	
		
			
		
		
	
make sure that username and password that you’re using, same as with username in freenas that you will going to rsync
Freenas site :
- create account with username and password same as username password in QNAP ( look point 2 )
 
- set this account full access to the dataset that you want to rsync
 
- create new folder for store file for password that you will use for the username :
 
- touch /mnt/Data/passwordlocationstore/rsync.pwd
 
- just write only and only your password in that file ex : password
 
4. set the user account that you will use for rsync full access that folder “passwordlocationstore” .
5. create rsync task in freenas like below :
	
		
			
		
		
	
View attachment 40174
	
		
			
		
		
	
	
		
			
		
		
	
View attachment 40175
	
		
			
		
		
	
extra option is : where the password file located (point no.3)
6. End ( you can test run rsync to make sure it’s running )
Regards,