Finally replicated the error with my test. Due to a bug in the ssh layer fix, Acrosync may attempt to read 0 bytes from underlying network layer. While the ssh layer has no problem handling this case, the socket layer is tricked into falsely belie…
I was wrong -- compression isn't enabled by default by the libssh2 library so you will not get any compression if you connect via SSH. It shouldn't be hard to add an option to enable it.
Two reasons I haven't implemented compression. First, I believe many users like me just connect via ssh which already provides a compression option. Second, last time I checked rsync uses a slightly modified version of zlib so there may be some li…
When the currently active tab is a profile tab, the 'New' action create a new profile copied from that profile. If the active tab is 'Queue' or 'Log', then it will be created as a blank profile.
Can you enable verbose logging and see if there is any extra info?
And did this happen with version 1.2 too? Older versions are still available for download -- just change the version number in the download link to '1.2'.
Acrosycn for Windows 1.3 is now available for download. Two sync errors reported by several users have finally been tracked down to a bug in the third-party SSH library. As a result, Acorysnc is now more robust than ever and should be considered p…
This feature is now implemented in version 1.3:
32 bit: http://acrosync.com/win32/acrosync_installer_win32_1.3.exe 64 bit: http://acrosync.com/win32/acrosync_installer_win64_1.3.exe
XP : http://acrosync.com/win32/acrosync_installer_winxp_…
I finally figured out what caused this unexpected flag error. The libssh2 library has a bug in the calculation of the data window size which causes some packets to be dropped, thus corrupting the rsync data stream. The same bug also prevents the r…
The speed is really dependent on the file size. I usually can get 5MB/s on files that are at least a few MBs, but with small files that may drop to 500KB/s.
Both are recent versions so I don't think there is a need to update.
How long did the sync run before this error popped up? And what was the average upload speed? I'm thinking if it makes sense to dump every bytes received from the ssh layer.
And …
I couldn't replicate the error with that file. All download/upload were successful.
Can you try moving this file to a different subdirectory to see if you're still getting the same error?
And what is the version of sshd and rsync on your server?
I uploaded a new version that shows a debug level log message before syncing each file:
32 bit: http://acrosync.com/win32/acrosync_installer_win32_1.3.exe 64 bit: http://acrosync.com/win32/acrosync_installer_win64_1.3.exe
XP : http://acro…
Files under the same directory are sorted by name, so it should not be too hard to find out which file it is from the last successful one. Files in subdirectories are transmitted first (depth-first fashion), so if the last successful one is the las…
The reason Volume Shadow Copy isn't supported in the Backup mode is that it requires the process to be elevated to have administrator privileges, while the Backup mode is designed to run continuously without user intervention. Now that command line…
Sorry for not catching this bug and obviously I was testing a wrong version.
I've fixed it and uploaded the new installers. Let me know if there is anything that still doesn't work.
Redirection to a file should work now.