I'm evaluating AcroSync at the moment and doing some testing.
I've done the following steps.
1. Created a local "test.txt" file in C:\src and ran AcroSync so it uploads to my NAS. This completed successfully.
2. I modified the test.txt file on the NAS and uploaded the file again from the PC using AcroSync. The text file was overwritten correctly on the NAS.
3. I set AcroSync to download the test.txt file to a new directory on my PC, C:\restore, and it downloaded the text file correctly. The content of C:\restore\ was initially empty.
4. I modified the local test.txt file on my PC under C:\restore\ (deleted a line in the file) and ran AcroSync to download the test.txt file again. However, this time it didn't download any new files. It concluded everything was "up to date". Extract of logfile is below. The files were different due to timestamps and content of the files. I would have expected AcroSync to compare the timestamps and/or file content and updated the local copy on the PC.
Note that I'm running AcroSync as a service and the client (on Windows 10) was running as an Administrator.
Is there something I'm missing? Or is this a bug in AcroSync?
2019/01/07 09:45:31 Acrosync for windows 1.7 build 600 initialized
2019/01/07 12:05:34 Downloading C:/restore/ from /volume1/Backup/Test/
2019/01/07 12:05:34 rsync command: rsync --server --modify-window=2 --sender --log-format=%n --links --recursive -tude. . /volume1/Backup/Test/
2019/01/07 12:05:34 Add pattern: - /.acrosync/
2019/01/07 12:05:34 Downloaded 0 files; total 3848899644 bytes, skipped 3848875068 bytes, received 0/0 bytes
2019/01/07 12:05:34 Downloaded C:/restore/: up to date
Thanks.
Comments
from the PC using AcroSync. The text file was NOT uploaded. Acrosync concluded the NAS was "up to date", even though the files were different. I would have expected AcroSync to compare the timestamps and/or file content and updated the file on the NAS.