I want to migrate Synology NAS to On-prem Windows 2019 File Server, I also want to maintain file structure, permissions, and ensure minimal downtime.<\/p>","upvoteCount":8,"answerCount":8,"datePublished":"2025-06-03T16:13:16.394Z","author":{"@type":"Person","name":"Sathya-ytk","url":"https://community.spiceworks.com/u/Sathya-ytk"},"suggestedAnswer":[{"@type":"Answer","text":"
Advertisement
I want to migrate Synology NAS to On-prem Windows 2019 File Server, I also want to maintain file structure, permissions, and ensure minimal downtime.<\/p>","upvoteCount":8,"datePublished":"2025-06-03T16:13:16.457Z","url":"https://community.spiceworks.com/t/migrate-synology-nas-to-on-prem-windows-file-server/1212000/1","author":{"@type":"Person","name":"Sathya-ytk","url":"https://community.spiceworks.com/u/Sathya-ytk"}},{"@type":"Answer","text":"
Advertisement
First, welcome to the community!<\/p>\n
Next, if the folder structure is created in the NAS and you want it to replicate to the file server, you’re probably going to want to Robocopy that sucker.<\/p>","upvoteCount":6,"datePublished":"2025-06-03T16:22:40.159Z","url":"https://community.spiceworks.com/t/migrate-synology-nas-to-on-prem-windows-file-server/1212000/2","author":{"@type":"Person","name":"Jay-Updegrove","url":"https://community.spiceworks.com/u/Jay-Updegrove"}},{"@type":"Answer","text":"
Is your Synology currently integrated with Active Directory for user permissions?<\/p>","upvoteCount":4,"datePublished":"2025-06-03T16:23:46.735Z","url":"https://community.spiceworks.com/t/migrate-synology-nas-to-on-prem-windows-file-server/1212000/3","author":{"@type":"Person","name":"spiceuser-121r","url":"https://community.spiceworks.com/u/spiceuser-121r"}},{"@type":"Answer","text":"
If your NAS is not AD integrated, then permissions will need to be reset, as you can’t migrate over local users to AD mapping.<\/p>","upvoteCount":6,"datePublished":"2025-06-03T16:30:50.296Z","url":"https://community.spiceworks.com/t/migrate-synology-nas-to-on-prem-windows-file-server/1212000/4","author":{"@type":"Person","name":"Rod-IT","url":"https://community.spiceworks.com/u/Rod-IT"}},{"@type":"Answer","text":"
Pre-Migration Planning<\/strong> \nDocument your current Synology setup including shared folders, user accounts, groups, and permission structures. Create matching Active Directory accounts on Windows Server 2019 and map them to existing Synology users. This mapping preserves access rights during migration.<\/p>\n
File Transfer Execution<\/strong> \nUse Robocopy for migration to preserve NTFS permissions, timestamps, and folder structures. Run initial bulk copy with robocopy \\synology\\share \\windows-server\\share /MIR /COPYALL /R:3 /W:10 /MT:16 during off-hours while keeping Synology operational. Most data transfers before the cutover window.<\/p>\n
Permission Preservation<\/strong> \nHandle permission mapping between Synology’s Linux-style permissions and Windows ACLs. Use PowerShell scripts or icacls commands to bulk-update permissions after initial copy. Test with a small user group before full deployment.<\/p>\n
Minimizing Downtime<\/strong> \nImplement phased cutover. After initial bulk copy, schedule brief maintenance window for final delta synchronization to capture changed files. Update DNS entries and network configurations to redirect clients to new Windows server.<\/p>","upvoteCount":2,"datePublished":"2025-06-11T03:11:09.278Z","url":"https://community.spiceworks.com/t/migrate-synology-nas-to-on-prem-windows-file-server/1212000/5","author":{"@type":"Person","name":"afroz-stellar","url":"https://community.spiceworks.com/u/afroz-stellar"}},{"@type":"Answer","text":"