I'll look into how hard it is to add the search functionality.
As for DJVU files, it is very unlikely that Acrosync will integrate a DJVU reader in the near future, unless there is a good and stable library (whether open-source or commercial). This…
If you run ' -a', does the profile gets started by itself?
Also, can you verify that in the registry, 'AutoStart' has a value of 1? This is a per-profile key under HKEY_CURRENT_USER\Software\Acrosync\AcrosyncClient.
When you re-log in, do you see t…
No, at least no under Windows 7. When I logged out, Windows closed all running applications.
However, I don't know if this is still the case when you set up Acrosync as a service.
I forgot to mention that you need to check 'start this profile after Windows boots' in the backup scheduler.
Make sure that HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run has an entry for Acrosync and the command line arguments…
If you log out and then log back, the icon will stay grey for a while and then the profile will start by itself. There is an artificial delay of about 10 seconds to avoid immediately scanning local directories when all the startup applications are …
Just found out that there is no need to install that email notification plugin. You can just bookmark the discussions in the Announcements category and also enable email notifications for bookmarked discussions (go to 'Edit Profile', then select 'N…
1) I'll think about it. Maybe plan it for version 1.2.
2) I'll add a new category called 'Announcements' and then install an email notification plugin so you can subscribe to this category and receive an email whenever there is a new post or comm…
> 2014/11/10 18:57:31 Uploaded Tried/Tried_2.vdi (277922971648/166817332)> 2014/11/10 18:57:55 Attempting to upload 'Tried/Tried_2.vdi' again
This is the first time I see repeated file transfer. For some reason the MD5 checksums weren't…
Version 1.5 is now available in the Mac App Store.
To verify the fix, you can run the following command in a terminal:
open acrosync://launchedAtLoginThis is the same command to automatically start Acrosync at login.
Uploaded build 411 (available at the same links) with the following 2 changes:
1) Change the channel blocking time from 120 seconds to 10 minutes. This anti-deadlock mechanism was added in early development stage to guard against potential bugs in …
The previous fix has no effect due to a mistake. I uploaded a new build to overwrite the previous build. Please reinstall it using the same links (you should see a build number of 400 instead of 399 in the log).
Found a potential bug during code review which would make upload extremely slow because of redundant MD5 calculations under certain circumstances. Not sure if this is exactly the issue you were experiencing, but it may be worth to try this new buil…
Despite some earlier issue with App Store, the build went through and version 1.5 is now waiting for review. Let's see how long the review takes this time (if I remember correctly, the last two times it took one day).
found the root cause. When profiles are started on startup, the security bookmarks are not used to access the directory. That is why you saw the denial message in the system log.
Hope you didn't lose any files due to this bug. I'll submit a fix l…
Such a nasty bug!
What happened here was that somehow the security bookmark used to access the source directory failed after the reboot, so Acrosync saw an empty directory and forced the server to remove everything. It should have at least thrown o…
I'll have to correct myself again. Apps distributed by the Mac App Store are not allowed to have elevated privileges, Apple states very clearly here. So there is no way to schedule a wake up from a sandboxed app.
I couldn't reproduce the issue. Basically I replicated everything you had, including the exclude patterns you used, and I also synced my iTunes directory.
I also double checked the code -- both update and backup modes follow the same code path with…
sorry about the confusion. What I actually did for 1.0 is adding the following log message to Event Viewer (under Windows Logs/Application):
Acrosync woke up at a scheduled time to perform backup.
I didn't find a way to change the 'Wake Source' fie…
First of all, I would like to thank you for this detailed and very constructive feedback. This is the exact kind of feedback I was hoping for.
The user guide for the Windows version has a section on how to specify the include/exclude patterns which…
I'm surprised that the wakeup can work on Mavericks -- it should not, as scheduling a wakeup event requires administrator privilege.
The log message is actually inaccurate. It is possible to elevate the privilege, even with a sandboxed app, but cur…
If you search "untitled folder mac" you'll find quite a few discussions about this mysterious folder being created. It is very unlikely that Acrosync will ever create this folder if it doesn't exist on the source.
If you can't figure out why this f…
With the iOS update done, I should be able to go full speed on the official release of the Windows version. Expect it to happen by the end of this week.
The file system monitoring API provided by Windows is not reliable -- so it is better to have a full backup every so often. I may add a separate checkbox for the 'no full backup' option, but only if there are more users who want it.