That was caused by checking the other application instances first. So if you run Acrosync in GUI mode first then the command line won't start at all.
I've uploaded a new working build. You can download it using the same links.
Version 1.2 can run a profile from command line:
32 bit: http://acrosync.com/win32/acrosync_installer_win32_1.2.exe 64 bit: http://acrosync.com/win32/acrosync_installer_win64_1.2.exe
XP : http://acrosync.com/win32/acrosync_installer_winxp…
Another user reporting the same error solved it by rebooting the server: https://acrosync.com/forum.html#/discussion/21/sync-stops-with-error-unexcpected-flag-xxxx-solved
If the problem persists after reboot, you can try to run rsync in daemon mode…
did you mean 204K bytes/sec or 204K bits/sec? 204K bytes/sec should be fairly good for a 1Mb upload bandwidth.
Running multiple profiles at once is probably a good idea in your case but this means a major change to the design.
I assume it is Acrosync for iOS since you posted under this category.
This could be caused by a known bug which had already been fixed in the Windows version. I can get you a new build via the TestFlight program if you can send your email to suppor…
You can have two profiles syncing the same local directory, but handling deletions would be tricky. After deleting a file you'll have to run the upload profile first (with Propagate Deletions on).
Just submitted the update to the Mac App Store. It may take up to 7 days for them to review so you won't be able to see it tomorrow.
I'll try to get those 2 features into the next update.
I just double checked that Acrosync always checks if the local directory is accessible before the sync, and it is a surprise that OS X can deny the access without returning an error from those sandbox-related functions.
The solution here is to add a…
Remote rsync was trying to change the time on the directory or file but it didn't have the permission to do so. Make sure the remote directory is writable.
To exclude folder A/1, use this exclude pattern: /A/1
The '/' at the beginning indicates that the match starts from the top level subdirectory.
To exclude file A/3/file, use this exclude pattern: /A/3/file
The user guide has a section on include/exc…
When PhotoBackup is switched to background the upload is aborted immediately, but partially transferred photos/videos are kept because the '--partial' option is passed to remote rsync.
You're right. My synology DS214se was running DSM 5.0 and the 'Network Backup Server' option didn't seem to matter. But after I upgraded to DSM 5.1 this option has to be enabled for the remote browsing to work.
It is not a login problem. You already logged into your NAS when you could run the rsync command.
Just make sure that you the permission to write your home directory.
2 is probably what I'm going to do. Long term, I do have an idea on how to present many profiles in a concise interface, however that requires a complete rewrite of the interface and thus takes a long time.
This feature actually was available in older version, but for 3.0 I decided to switch to the much improved UISplitViewController in iOS 8. Unfortunately the divider in UISplitViewController is still not draggable, unlike the MGSplitViewController t…
I did take a look but code review didn't find anything wrong and all my tests worked as expected.
Did you see the log lines that say 'Scheduled a wake up event at ...'? Were the times there correct?
Acrosycn for Windows 1.1 is now available for download.
Release notes:Add an in-place option for uploading huge filesFix a memory leak caused by a flow control bug in libssh2Add a countdown delay in the activation reminder