Forgot to tell you that the per-profile key for suppressing auto sync notifications in version 0.94 is "SuppressAutoSyncNotification". Adding this key with a value of '1' will disable notifications caused by auto-saves.
In the current implementation, exclude patterns take precedence over include patterns (if a path matches an exclude pattern it will be excluded even if it also matches an include pattern), so I can't think of a better workaround than what you did.
T…
My guess is that you have something under your home directory that prevents the list from being returned correctly, for example, a broken symlink.
If you know how to find the device log (instructions here), you should be able to see some error messa…
The real bug here is that the entire main window should not be enabled when the error message box is active. The error message box should be modal -- that is, the only thing you can do is to click the ok button to dismiss the error message box. Af…
Are you sure the second job didn't run? In my test, the second job always started and finished successfully after the error message was dismissed, whether the job was scheduled before or after the error.
If there is nothing to upload then there wil…
A backup scheduler has been implemented in version 0.94 (see this thread for the download links). Now you can disable instant upload while keeping hourly backups.
This is in deed a bug. Exclude patterns were treated the same way as include patterns, so /a/b excludes /a unfortunately.
This has been fixed in version 0.94 which is now available on the website. See this thread for the download links.
Version 0.94 is now available via the front page:
The main change in this version is the addition of a backup scheduler: the Continuous Upload mode has been renamed Backup which by default should behave the same. However, now you can control wheth…
Version 0.94 will allow you to connect to the NAS using the rsync daemon mode, i.e., with 'Over SSH' unchecked.
If you're fine with the root login then the ssh mode is recommended. To allow easy browsing, you can create symlinks under your root hom…
I finally received my synology DS214se running DSM 5.0-4493. Yes, there is a bug in the connection code in Acrosync that prevents it from connecting to the rsync daemon. After fixing this bug, I was able to sync with a shared directory using a non-…
"add/remove profile" shortcuts will be in for the next version.
Close button on tabs has been added to our to-do list but it will be a low-priority item.
I'll take a look at the small file sync issue. What is the average file size and the total num…
Install the latest version 0.93 if you haven't done so. With 0.93 you should be able to enter '/' in the remote directory text field (or anything that begins with '/'), and then click on the browse button. It will then start from the root director…
The latest version 0.93 is now available via the 'Download Beta' button on the Windows page. This is mostly a bug-fixing version.
Changes:
* Fixed several bugs in include/exclude pattern matching * If remote dir starts with '/', the remote d…
It looks like that Synology NAS is running a modified version of rsync as the "module is write only" error can only appear in the daemon mode.
Can you try using root/admin as the username with "over SSH" activated to see if the issue was caused by p…
I'll put it on hold until more people request this feature. However, for the next version, I'll add a per-profile registry key to disable auto-sync notifications.
- I'll definitely try to polish the interface for the next version.
- About the tray icon -- yes, there seems to be a bug here. Single click should always work but it doesn't appear so.
- Not sure about the notification. It is easy to add this o…
As for the other minor issues:
- Version 0.93 is not ready for public release
- You're right -- the main window is too large on my laptop. I'll reduce the size a little bit, probably not much, otherwise it would look too small on high-resolution sc…
With your detailed bug report, I was able to quickly replicate the bug and figure out what was wrong. Thanks for that!
The issue here was that the include/exclude patterns were too restrictive under the selective sync mode, so if you turn on the Pr…
We actually implemented two-way sync in an earlier version but decided to pull it out, because we felt that two-way sync based on rsync was not safe. You may delete a file by accident. If deletion propagation is on, then you will lose the backup o…
Can you try to paste from the context menu by right-clicking. This worked for me.
No, Acrosync doesn't support ssh-agent for now but if there is enough demand we will consider adding it.
That web page failed to detect that you were running XP. The executable built for XP is AcrosyncClientXP.exe. You can download the installer for XP at http://acrosync.com/win32/acrosync_installer_winxp_0.93.exe
LICENSE.TXT is just a placeholder an…
They are separate, because payment systems are different.
However, if you buy the Windows version, you can get a promotional code to the iOS version for free. There is nothing I can do with Android though, since Google Play doesn't offer developer-…
Glad that you solved the issue. To be honest I really had no idea what went wrong. The low-level data transfer protocol in rsync is very simple -- it sends data one chunk at a time; each chunk starts with a flag and the length, followed by the con…