I'm attempting to use Acrosync x64 1.1 to sync from Windows 2012 to Ubuntu 14 LTS. I've set this up via SSH with Public key authentication. The user in question has 775 write permissions to the target directory.
When I press "Start", Acrosync creates the directory structure on the remote site but does not copy any files.
2014/12/22 14:22:33 Acrosync for windows 1.1 build 403 initialized
2014/12/22 14:45:39 Uploading W:/websites/project/data/ to /var/www/vhosts/project/content/
2014/12/22 14:45:39 rsync command: rsync --server --modify-window=2 --out-format=%n --links --recursive -tude. . /var/www/vhosts/project/content/
2014/12/22 14:45:40 rsync: failed to set times on "/var/www/vhosts/project/content/.": Operation not permitted (1)
Any insight into this would be greatly appreciated. Thanks!
Comments
2017/05/07 19:28:12 Uploading F:/C_Proj/Ameol/ to source_sync/syncs/
2017/05/07 19:28:12 rsync command: rsync --server --modify-window=2 --out-format=%n --links --recursive -tude. . source_sync/syncs/
2017/05/07 19:28:12 rsync: failed to set times on "/syncs/." (in source_sync): Operation not permitted (1)
Server is a DELL R710 running FreeNAS 11 STABLE running native (FreeBSD) RSync server
Wired 1Gbit Ethernet
PC is workstation running newly installed trial Acrosync x64 1.6
Owner of server rsync repository is same as login user in acrosync and has root permissions
All dataset/directory permissions have been set fully open, 666 or 777.
I have tried Upload (PC -> FreeNAS) and Auto Upload
NOT using SSH
using port 873
upload/download capacity set at 50MB/sec
Have got the same error regardless of any change of user or permissions I have made, eventually opeing it up fully.. I am not alone with this problem, can you make any suggestions how to track it down please?