backups to network shares stop working in BackupAssist due to time sync issues

backups to network shares stop working in BackupAssist due to time sync issues

We often get support queries where the PC clock has been the cause of an issue but never have I seen a few minutes of drift make such a difference.

This one isn’t actually specific to BackupAssist but it did rear its head with a customer who happened to be storing their backups on a local NAS. The backup job in question was a ‘file protection’ one, so the simple backup of files to a local network share as a destination. The job had run fine for many days without errors but suddenly overnight the job would fail with an error like the one below:-


This error message was actually a bit misleading as the login details hadn’t been changed. When the user then went to test the log on it would also fail. However the issue was not the username or password.

The actual problem was that the time and date on the NAS had slowly drifted so it was out of sync with the server running BackupAssist. In this case I’m only talking about 6 minutes but this was enough for the windows authentication to fail. 

The quick fix is to reset the clock on the NAS to the correct time. Strangely this NAS was already synchronising with the server clock using NTP, but because it was only configured to do this once per week and it would appear that over 7 days the clock would still be able to drift enough to cause problems. The simple solution here was just to up this frequency so it’s now performing a clock sync every hour instead.

It’s worth noting this appears to affect Windows clients and servers in the same way so you may find the same fix will help there too.

    • Related Articles

    • BackupAssist Rsync – Creating a Self Signed SSL certificate for your Synology NAS

      Create a self-signed SSL certificate in Windows The first step is to create a simple text file in notepad , and name it cert.txt. Once open add the following lines:- [NewRequest] ; At least one value must be set in this section Subject = ...
    • View hidden (missing) backup files when using Rsync with a QNAP NAS

      On some QNAP NAS devices you may experience a problem with backed up files not appearing when it’s specified as the destination of an Rsync backup job within BackupAssist. If the backup job contains remote files (pulled from a network share), the job ...
    • BackupAssist’s rsync ‘seed’ function explained

      If you’ve ever used BackupAssist to run an rsync job to a remote NAS device, you may be familiar with the built in ‘seed’ function. This bypasses the need to run a large backup for the first time over the network and instead uses a USB hard drive to ...
    • Unlocking troublesome Zip backups in BackupAssist

      Since the introduction of GDPR and related regulations an increasing number of BackupAssist customers are looking to tighten up security on their backups especially backups using the File Archiving engine by enabling encrypted zip backups. To help ...
    • BackupAssist “data containers” and how to use them

      The ‘System Protection’ job in BackupAssist is the most widely used by the customers I come across. It’s fast, efficient and it creates a full image backup of your server ready for disaster recovery. Despite its popularity, there were some ...