Hi,
I been looking for an OSX rsync client which syncs continuously for quite a while, so I was quite excited when I stumbled over Acrosync recently. Unfortunately, however, it currently is mostly unusably for me, due to the
extremely basic feature set it currently provides.
What I'm striving for - and what Acrosync's homepage promises - is basically an rsync-based Time Machine. Unfortunately, Acrosync currently fails to deliver on that promise, because there's no easy to way to select which files its supposed to sync. Say I want to sync everything in my home directory (or even my whole machine), except for a few things like ~/Downloads which I don't deem important, or which are too huge . How am I supposed to set that up?
I can add a profile which syncs /Users/me, but how would I then go about excluding ~/Downloads and friends? The "Sync only these files" and "Don't sync these files" fields are completely unsuitable for that! First, the GUI completely fails to explain how to actually put multiple entries into these fields. Maybe separate them with commas? But then, what if some of the file names contain commas? Second, they are
way too small! Just imagine putting ten or twenty directories into there, and then trying to figure out a week later if you excluded a certain directory or not. Scrolling through single-line text fields is no fun! Third, its not even clear if you can put directories in there at all - after all, it only says "files".
Alternatively, I might add individual profiles for all the directories I do want to sync. But that doesn't work very well either - it'd require me to enter the authentication information over and over again, since there's no way to have multiple profiles pointing to a single server. Plus, the list of profiles would get rather long in this case, which makes their representation as tabs in the UI about the worst one there could be.
Here's how I believe the UI should look
- A profile should conceptually represent a server to sync with, not a specifiec (source, target) pair of directories. What is now called "Remote Dir" should be called "Remote Base Dirt" or "Remote Root".
- Each profile should contain a list of (source, target) directories. Target directories should be specified relative to the "Remote Root"
- Each profile should additionally contain a source exclusion list, i.e. a list of shell-style patterns, which prevent matching files and directory from being synced.
- It should be possible to request a report on what is and isn't synced.
Here's a list of other assorted bugs that I noticed
- The copy-paste problem on OS X. You guys really need to make "Ctrl-V" work in the private key window! I was seconds away from giving up and requesting my money back from Apple when I finally figured out that I could paste from the context menu...
- Acrosync fails to use the equivalent of "mkdir -p" to create the "Remote Dir". Meaning that it'll successfully create the "Remote Dir" if it doesn't exist only if the parent exists already. But if only the grandparent exists, it'll complain....
- It doesn't support IPv6. Maybe not absolutely critical, but in 2014 not nice either. My NAS only has a DNS-entry for its IPv6 Address, so I had to resort to using it's IP address directly...
best regards,
Florian Pflug
Comments