Jonathan Kibler
Cadet
- Joined
- Dec 14, 2012
- Messages
- 3
I wish to create an rsync push from my FreeNAS box across the same subnet to my Windows 7 DeltaCopy Rsync server. I am consistently getting Rsync Code 10 errors. I have read every manual related to Rsync on the How-To guides and read several MAN pages for Rsync command line operations. I have applied all of the required settings to the best of my ability using the tasks from the web-gui. I have tested my server-pull by doing a push from the local host there successfully. I have also explicitly opened the Windows 7 Firewall for the DeltaCopy server. I have noticed that although I have enabled module mode in Rsync Tasks, the shell output at the bottom of the web-gui states that the connection is failing on port 22. DeltaCopy Rsync (as with other Rsync) listens on port 873. Therefore I have inserted the "--port=873" into the options field under the relevant Rsync Task. When using a commandline I have tried to use variants on .
This is all that stands between myself and backup/remotebackup goodness
.
Code:
Rsync -avz --progress --port=873 /mnt/VOLUMENAME/DIRECTORY WINDOWSUSERNAME@192.168.1.109::MODULENAME
This is all that stands between myself and backup/remotebackup goodness