rsync setup

Status
Not open for further replies.

Ishayahu

Cadet
Joined
Feb 7, 2013
Messages
3
I have already configured rsync server and client. Now I want to configure server on FreeNAS to. This is command, which should be runed on server:
Code:
/usr/local/bin/rsync --update --recursive --links \
 --hard-links --owner --group --perms --executability \
--acls --xattrs --times --password-file=/etc/rsyncd.scrt \
backup@192.168.1.1::home /mnt/dedup/secretar-5

Where should I put all that settings in new rsync module?
 
Status
Not open for further replies.
Top