Can you try the latest 0.93 builds to see if the problem is still there:
Windows Vista/7/8, 32 bitWindows Vista/7/8, 64 bitWindows XP (32 bit only, no VSS support)
Hidrive's rsync environment is very different from others. Anyway I made a small fix to use escaped paths rather than double quoted and that seemed to make it work. The new builds can be found under the same links:
Windows Vista/7/8, 32 bitWindows…
"open error" was because the file was locked by another process (mostly like mysql), so Acrosync had to skip that file. It is unrelated to "connection timeout".
I believe what happened here was that you got a temporary network issue around 2014/08/…
Sorry my fault -- messed up with the config in my previous test and '/LocalLow/Microsoft' got uploaded correctly. Yes, it is a bug and has been fixed in build 381. You can download the latest installers from:
Windows Vista/7/8, 32 bitWindows Vista…
This is not a bug. When "Propagate Deletions" is not enabled, there is no need to send the patterns to the server since the list of files to be transferred can be constructed locally. However, if deletions are to be mirrored on the server, the ser…
New binaries for version 0.93 have been uploaded to the website:
Windows Vista/7/8, 32 bitWindows Vista/7/8, 64 bitWindows XP (32 bit only, no VSS support)
This update actually contains 3 fixes. First, junctions are now treated the same way as syml…
That is an Acrosync message. At this time, Acrosync can only handle reparse points that are symlinks. Unfortunately, "c:/Users/Default User" is a directory junction reparse point. The second part of the message, "The operation was successfully co…
You can add or delete profiles by right-clicking the system tray icon. In the next version we will add a context menu to the tab bar.
Acrosync always compare files by timestamps, so for a download it will overwrite a local file if the remote file i…
Right now Acrosync is talking the client side of the rsync protocol only. Making an Acrosync server is in our to do list, but we won't implement the continuous monitoring option on the server side, since it will be invoked on-demand only.
Do you th…
Walter,
You can try the new version 0.93 binaries at here:
Windows Vista/7/8, 32 bitWindows Vista/7/8, 64 bitWindows XP (32 bit only, no VSS support)
Now there is a context menu for adding/deleting profiles activated by right clicking the ta…
If the hardware hash changes and Acrosync can't find the license you previously bought, just send me an email and I'll create a new license for you at no cost.
A command line version is being planned although it won't be based on profiles. Instead,…
You can purchase a personal license if you're using Acrosync for non-commercial purposes, for example, on a home computer to sync your personal files, photos, etc. Otherwise a commercial license is required (for example, on a work computer that bel…
this bug has been fixed in the latest version:
Windows Vista/7/8, 32 bitWindows Vista/7/8, 64 bitWindows XP (32 bit only, no VSS support)
Please let us know if it works.
A new version, 0.92, is now available. The most significant change is the GUI. Since the non-native look and feel was probably the most complained about feature, we decided to rewrite the entire GUI in wxwidgets. There are also many other improve…
Do you have one '1_Private' directory or many of them?
I used '/1_Private' in my test and no '_*' files under it got uploaded; however, an empty '1_Private' directory did appear on the server side.
When you run Acrosync for the first time, only one empty profile will be shown. To add a new profile or to delete an existing profile, click the Acrosync tray icon to bring up the menu.
For 2), I think the checkbox 'Propagate Deletions' is what you…
We'll definitely add a scheduling option -- just need to find a way to add extra controls without clogging the interface.
As for the installation directory, we are probably not going to change it. That directory is the only place where you can inst…
This is really a nasty bug. It is caused by the path conversion from '\' to '/' not being done correctly. Unfortunately our system tests didn't cover this simple case.
It has been fixed and a new version, 0.91, is now available via these links:
Wi…
It is a per-profile option, so when Windows boots, Acrosync will automatically run if there is at least one profile with this option on, and then start every profile with this option on.
The update should be released some time this week. Acrosync h…
Thank you for your kind words. We will try our best to meet your expectations!
Auto start on boot has been implemented and should be included in the next update.
As for the UI, the first version was written in wxWidgets, but later switched to Juce …
Due to Apple's sandboxing rule, each app can access only a 'private' directory designated to it, and no two apps can share the same storage. Therefore, Acrosync was designed to sync its own 'private' files with SSH servers. You can pass files betw…