I just found out that my wife's iphone running iOS 10.1.1 has the same problem. However, the changes seem to be pretty random and I can't reproduce it consistently. Let me try to see if there is any workaround. In the worst case I'll just add an …
I bet this is the same problem reported in https://discussions.apple.com/thread/7669261?start=105&tstart=0
No, you can't preserve the creation times in the linux file system because there the creation time means the last modification time of the…
PhotoBackup uses the modification time of the photo as the timestamp. The photos are also sorted by their modification times when they are presented in the manual selection mode. So, I think that the modification times of those photos were changed…
Sorry about the delay. Unfortunately I'm lagging behind in my other project. I hope to come back to Acrosync in the next month and start working on version 1.6 by then.
How did you install the service? Run 'sc qc acrosyncclient' in the Command Prompt window, and make sure the path name has the -s option.
The logs under the same directory as the executable may also give some hints.
Thank you for providing the test account, which really made debugging much easier...
First, the correct server address to use is 'smtp://smtp.office365.com'. The 'smtps' prefix caused the 'unknown protocol' error.
Second, the reason you were gettin…
For gmail it is either 'smtps://smtp.gmail.com' or 'smtp://smtp.gmail.com:587'. I don't have an office356 account so I can't try it myself.
I uploaded a new version (build 555) that print out log messages when sending email, if the verbose logging …
The issue here is this line:
no matching mac found: client hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,hmac-ripemd160,[email protected] server hmac-sha2-256,[email protected],hmac-sha2-512,[email protected],umac-128-…
You can enable verbose sshd logging on Synology to see what caused the problem.
The easiest way I found to enable verbose sshd logging is to run another sshd instance like:
/bin/sshd -d -D -p 222
You can also edit /etc/ssh/sshd_config to ena…
This is a bug caused by incorrectly setting the mapped path in the shadow copy snapshot.
I uploaded a new build (552) that fixed this bug. Please re-download the installer from our website.
Can you try the Windows or Mac version of Acrosync to see if they work? Both come with a 15 day free trial period. All versions of Acrosync use the same rsync/ssh engine as PhotoBackup so this may help us isolate the problem.
Winscp runs the sftp protocol so it is different from an ssh client. Please make sure an ssh client such as putty works.
What I found out is that a wrong port number can lead to this "permission denied" problem. For example, I changed the port fro…
I think you need to set the root password with the following command and then connect as root:
sudo synouser --setpw root
It is probably the DSM 6 update that changed something (they are running their own version of rsync, that is for sure).
If you meant loading the profile from a json file and running the profile with one command, the answer is no.
The --create switch only reads the json file and creates the profile in the registry. It doesn't run the profile:
AcrosyncClient64.exe…
I have been busy working on a new cloud backup tool called Duplicacy. Hope to come back to Acrosync in a couple of months. So a safe estimate for release 1.6 would be 3 months from now.
Build 537 fixed a bug in transfer speed calculation -- the transfer speed shown in the status bar was too low.
We only publish release notes on major updates.
The host key check was implemented but due to a bug it is not working properly. I've submitted a new version for review to App Store.
Thank you for reporting this bug.
Currently it only uses the default UIWebView to render text files. Could be just a simple change in setting to make it work with TeX files or utf-8 encoding. I'll take a look.
There is no specific Acrosync metadata in the directories, so I think you can convert them into an rsnapshot archive although I haven't tested it myself.
The reason symbolic links do not work for DSM 6.0 is that Synology runs their own modified version of rsync which do not work on directories that are symbolic links. So the solution is to either set the root password or connect without ssh.