Your account on the server doesn't have the permission to modify "/mnt/GWNAS". Try a different account with more privilege or change the remote directory.
An unexpected flag indicates the network data stream has been corrupted. Are you using the 'via ssh' mode? This error happens more often with the rsync daemon mode (when the 'via ssh' option is not checked).
Right, this option is not available in the Mac build. The Mac and Windows versions are actually built from different code bases. I do have a plan to consolidate the two code bases but this may take a while.
Did the server lose the connection to the internet? Our license server runs on acrosync-portal.appspot.com and it could be your firewall is blocking it.
From the log it looks like Acrosync was taking to an http server. You may need to specify the port number (mail.company.com:25, for instance) if the mail server is listening on a different port.
It is not just a single log file. Before each sync, if the log file is greater than 10M then a new log file will be created.
You can set a registry value HKCU\Software\Acrosync\AcrosyncClient\LogFileSize to change this limit (specified in the numbe…
When you choose the rsync daemon mode (by unchecking the 'via ssh' checkbox), you should enter the user id/password from rsyncd.conf into the username/password textboxes.
If it runs as a service, make sure that the 'Automatically run this profile on logon' checkbox is checked (corresponds to 'AutoStart' in the registry). Restart the service may help too.
@FrostyOfTheNorth, please follow the instructions in david12's post to reset the root password on DSM and then connect via ssh using 'root' as the username. This 'module is write only' error is exactly what you get when you don't set it up this way.
'scheduleflags' is used to indicate the days on which the sync is scheduled to run, so 254 means every day while 62 means weekdays only.
I think the difference between these two machines is probably due to how you installed Acrosync. For the Acrosy…
I should correct myself -- Acrosync does timeout when reading from the socket, but when it does that the error message will be "The rsync channel has been blocked".
Since this is iOS, it could be iOS that closed the socket after a long period of ina…
If you check the 'Verbose logging' option, there will be extra log messages when a sync is started. And then you'll be able to see if a job is active by checking these log messages.
Can you schedule a daily full sync with the Auto Upload mode selected? If you select the Auto Upload without enabling the scheduler, it still needs to run a full sync when the profile is started.
If you really don't want the scheduler, you can enab…
The rsync algorithm is very slow when transferring such large files, because the rolling hash has to be computed once for each byte.
I would recommend my other software Duplicacy (https://duplicacy.com/), a modern cloud backup tool that is more suit…
Not sure why it would allow upload but not download. It may have something to do with how you config the rsync server options.
I would recommend enabling the 'via ssh' option. The support page has introductions on how to connect via ssh if you run…
> 2019/09/17 11:26:15 RSYNC_ERROR rsync: lseek returned -1, not 97239969562624: Invalid argument (22)
This is actually an error returned by the remote rsync running on the server. It could be a bug in rsync. Which version of rsync is this?
If your goal is to monitor the service, enable file logging in the GUI running as Admin. You can verify it by checking the registry value HKLM\Software\Acrosync\AcrosyncClient\LogDirectory. Note that it is under HKLM not HKCU. You'll then be able…
By default Acrosync will browser the home directory on the server when you click the browse button if you're connecting via ssh. However, you can enter / in the remote directory input before clicking the browse button and you'll start at the root d…