Windows Server Backup failed with error "The version does not support this version of the file format" - Microsoft Reduce Customer Effort Center - Site Home - TechNet Blogs:
'via Blog this'
For those not familiar with Synology, it is a NAS device that basically runs on a pre-installed flavor of Linux and has a web-based desktop you can log into.
To apply the fix suggested by Microsoft:
- Login to the Synology box via Putty (login is as root)
- Copy smb.conf prior to making any changes
- cp /usr/syno/etc/smb.conf /usr/syno/etc/smb.conf.sav
- Edit the smb.conf file
- vi /usr/syno/etc/smb.conf
- Press i to enter insert mode
- Enter strict allocate = yes to the end of the [global] section
- Press Esc to exit insert mode
- Enter :x to save your changes
- Restart Samba
- Enter /usr/syno/etc/rc.d/S80samba.sh restart
- Run a test backup