Synology Active Backup Guide: Complete Setup for PCs, Servers & VMs

Updated Amazon.com pricing built in

On this page

As an Amazon Associate we earn from qualifying purchases. Prices and availability come from Amazon.com as of the last update and may change.

Quick Answer+


Quick Answer: Active Backup for Business is Synology's free enterprise-grade backup solution. Install from Package Center, deploy agents to PCs/servers, and create backup tasks with flexible scheduling. It supports Windows PCs, physical servers, VMware/Hyper-V VMs, Microsoft 365, and Google Workspace - all managed from a single console with deduplication to minimize storage usage.

Active Backup for Business transforms your Synology NAS into a comprehensive backup server capable of protecting your entire infrastructure - from employee laptops to virtual machines to cloud services. Best of all, it's completely free with no per-device licensing fees, making it an incredible value compared to commercial alternatives like Veeam or Acronis.

This guide covers complete setup for all Active Backup modules: PC backup, server backup, virtual machine backup, and cloud service backup. We'll walk through installation, configuration, best practices, and troubleshooting.

Why Active Backup for Business?

Before diving into setup, here's why Active Backup stands out:

  • Completely free: No per-device licensing - backup unlimited PCs, servers, and VMs
  • Global deduplication: Reduces storage requirements by 50-70%
  • Centralized management: Single console for all backup sources
  • Bare-metal recovery: Restore entire PCs from bootable media
  • Instant restore: Boot backed-up PCs as VMs for quick recovery
  • Agentless VM backup: No software needed inside virtual machines
  • Cloud service protection: Backup Microsoft 365 and Google Workspace

Prerequisites

System Requirements

  • DSM Version: DSM 7.0 or later (DSM 7.2+ recommended)
  • Btrfs File System: Required for deduplication (not ext4)
  • RAM: 4GB minimum, 8GB+ recommended for 10+ devices
  • Storage: Sufficient capacity for all backup sources plus retention history
  • Network: Gigabit minimum, 2.5GbE+ recommended for multiple simultaneous backups
  • Synology Account: Free account required for activation

Supported Backup Sources

Source TypeSupported VersionsAgent Required
Windows PCsWindows 7/8/10/11 (Pro, Enterprise)Yes
Windows ServersServer 2008 R2 through 2022Yes
Linux ServersUbuntu, Debian, CentOS, RHEL, FedoraYes
VMware vSphere5.0 through 8.0No (agentless)
Microsoft Hyper-V2012 R2 through 2022No (agentless)
Microsoft 365Exchange, OneDrive, SharePoint, TeamsNo (API)
Google WorkspaceGmail, Drive, Calendar, ContactsNo (API)

Storage Recommendations

Step 1: Install Active Backup for Business

  1. Log into DSM as administrator
  2. Open Package Center
  3. Search for "Active Backup for Business"
  4. Click Install
  5. Select destination volume (must be Btrfs file system)
  6. Sign in with your Synology Account when prompted
  7. Wait for installation and activation to complete

Important: The Synology Account sign-in activates the free license but doesn't send any backup data to Synology. All backups remain local on your NAS.

Step 2: Configure Storage Settings

  1. Open Active Backup for Business
  2. Navigate to SettingsStorage
  3. Verify the backup destination volume
  4. Enable Global deduplication (highly recommended)
  5. Set storage warning thresholds (recommend 80% and 90%)
  6. Click Apply

Understanding Global Deduplication

Global deduplication is the key to Active Backup's storage efficiency. It identifies identical data blocks across ALL backup sources - not just within a single backup.

  • Typical reduction: 50-70% for similar Windows PCs
  • Example: 10 PCs with 500GB each might only use 2TB instead of 5TB
  • Incremental efficiency: Daily backups add minimal storage after initial backup
  • Cross-device savings: Windows system files deduplicated across all PCs

Storage Calculation Example

Backup SourceSource SizeWithout DedupWith Dedup
10 Windows PCs500GB each5TB~2TB
2 Windows Servers1TB each2TB~1.2TB
30-day retentionDaily changes+3TB+500GB
Total - 10TB~3.7TB

Module 1: PC Backup (Windows)

PC backup is the most common use case for Active Backup. It protects employee workstations with full system images that enable bare-metal recovery.

Deploy the Windows Backup Agent

  1. In Active Backup, navigate to PCAdd Device
  2. Download the Windows Agent installer
  3. Copy installer to target PC (via network share, USB, or email)
  4. Run installer as Administrator on the target PC
  5. Enter your NAS address (IP address or hostname)
  6. Enter DSM credentials (recommend creating a dedicated backup account)
  7. Complete installation - PC appears in Active Backup console

Tip: For enterprise deployments, deploy the agent via Group Policy or SCCM using the silent install command: Synology Active Backup for Business Agent-x.x.x.exe /S

Create a PC Backup Task

  1. Select the PC in Active Backup console
  2. Click Create Task
  3. Choose backup type:
  • Entire Device: Full system image including all drives (recommended)
  • System Volume Only: Just the Windows partition (C: drive)
  • Custom Volume: Select specific drives to backup
  1. Configure backup schedule (daily recommended)
  2. Set retention policy
  3. Enable Changed Block Tracking for faster incrementals
  4. Configure bandwidth limits if needed
  5. Click Done
SettingRecommendationReason
Backup TypeEntire DeviceEnables bare-metal recovery
ScheduleDaily at 12:00 PMCatches morning work, minimal disruption
Retention30 daily, 12 monthly, 5 yearlyBalance of history and storage
Bandwidth Limit50% during business hoursPrevents network congestion
Changed Block TrackingEnabled90%+ faster incremental backups
Data VerificationEnabledEnsures backup integrity

Backup Templates for Multiple PCs

For organizations with many PCs, create a backup template:

  1. Go to PCTemplate
  2. Click Create
  3. Configure all backup settings
  4. Save the template
  5. Apply template to new PCs automatically or manually

Module 2: Server Backup (Physical)

Windows Server Backup

The process mirrors PC backup with additional considerations for server workloads:

  1. Install Windows Agent on the server
  2. Create backup task selecting Entire Device
  3. Schedule during maintenance window (e.g., 2:00 AM)
  4. Enable Application-aware processing

Application-aware processing ensures consistent backups for:

  • Microsoft SQL Server (transaction log truncation)
  • Microsoft Exchange (mailbox consistency)
  • Active Directory (domain controller state)
  • SharePoint (farm consistency)
  • Other VSS-aware applications

Linux Server Backup

Active Backup supports major Linux distributions:

  1. Download Linux Agent from Active Backup console
  2. Transfer to Linux server
  3. Install the agent:
# Debian/Ubuntu
sudo dpkg -i synology-active-backup-agent_x.x.x_amd64.deb

# RHEL/CentOS
sudo rpm -ivh synology-active-backup-agent-x.x.x.rpm
  1. Configure agent: sudo abb-cli -c
  2. Enter NAS address and credentials
  3. Server appears in console - create backup task

Module 3: Virtual Machine Backup

Active Backup provides agentless VM backup - no software needed inside the virtual machines.

VMware vSphere Backup

  1. Navigate to Virtual MachineVMware vSphere
  2. Click Manage HypervisorAdd
  3. Enter vCenter or ESXi host address
  4. Provide credentials with backup permissions
  5. Virtual machines appear in the inventory
  6. Select VMs to protect and click Create Task

VMware requirements:

  • vSphere 5.0 or later
  • CBT (Changed Block Tracking) enabled on VMs for fast incrementals
  • Account with backup privileges

Microsoft Hyper-V Backup

  1. Navigate to Virtual MachineMicrosoft Hyper-V
  2. Click Manage HypervisorAdd
  3. Enter Hyper-V host address
  4. Provide domain admin credentials
  5. Select VMs and create backup tasks

VM Backup Best Practices

  • Enable CBT (VMware): Changed Block Tracking enables fast incremental backups
  • Use application-consistent mode: For VMs running databases or Exchange
  • Schedule during low activity: VM snapshots briefly pause I/O
  • Test instant restore: Verify VMs can boot from backup
  • Consider RTO requirements: Critical VMs may need more frequent backups

Module 4: Microsoft 365 Backup

Protect your organization's cloud data - Microsoft 365 retention policies don't replace proper backup.

Connect Microsoft 365

  1. Navigate to SaaSMicrosoft 365
  2. Click Create Task
  3. Sign in with Microsoft 365 Global Admin account
  4. Grant required API permissions (Exchange, OneDrive, SharePoint)
  5. Select users, groups, or entire organization to backup
  6. Configure backup schedule and retention
  7. Click Apply

What's Protected

ServiceData ProtectedGranular Restore
Exchange OnlineEmails, calendars, contacts, tasksIndividual items
OneDriveAll user files and foldersFiles/folders
SharePointSites, document libraries, listsSites/items
TeamsChannel conversations, filesVia SharePoint

Why Backup Microsoft 365?

Microsoft's shared responsibility model means YOU are responsible for your data:

  • Accidental deletion: Recoverable for limited time only
  • Ransomware: Can encrypt OneDrive/SharePoint files
  • Malicious insiders: Employees can delete data before leaving
  • Compliance: Regulations may require longer retention than Microsoft provides
  • Migration: Backup enables easier tenant-to-tenant migration

Recovery Options

PC Recovery Methods

MethodUse CaseHow to Access
File-level restoreRecover specific files/foldersActive Backup Portal or agent
Entire PC restoreReplace failed hardwareBoot from recovery media
Instant restoreQuick verification or temporary useMount backup as VM
Granular restoreApplication-specific dataExtract from backup

Create Recovery Media

Essential for bare-metal recovery of failed PCs:

  1. In Active Backup, go to PC
  2. Click Create recovery media
  3. Choose format: ISO file or USB drive
  4. Download/create the media
  5. Store safely (multiple copies recommended)
  6. Test by booting a PC from the media

Pro tip: Create recovery media for both UEFI and Legacy BIOS systems if you have mixed hardware.

Instant Restore (PC as VM)

Instantly boot a backed-up PC as a virtual machine on your NAS:

  1. Select the PC backup
  2. Click Instant Restore
  3. Configure VM settings (RAM, CPU)
  4. VM boots directly from backup - no restore needed
  5. Use for verification or temporary access while hardware is repaired

Performance Optimization

RAM Upgrade

Active Backup's deduplication engine benefits significantly from additional RAM:

Network Optimization

Multiple simultaneous backups can saturate gigabit connections:

UPS Protection

Protect your backup repository from power failures and data corruption:

Monitoring and Maintenance

Dashboard Overview

The Active Backup dashboard provides at-a-glance status:

  • Backup status: Success, warning, or failure for each device
  • Storage usage: Total backup size and deduplication ratio
  • Recent activity: Latest backup jobs and their results
  • Device health: Agent connectivity status

Email Notifications

Configure email alerts for backup status:

  1. Go to SettingsNotification
  2. Enable email notifications
  3. Configure SMTP settings
  4. Select notification triggers (failure, warning, success)
  5. Add recipient email addresses

Regular Testing

Backups are worthless if they don't restore. Schedule regular restore tests:

  • Monthly: File-level restore test
  • Quarterly: Instant restore test (boot PC backup as VM)
  • Annually: Full bare-metal recovery test on spare hardware

Frequently Asked Questions

Is Active Backup for Business really free?

Yes, completely free with no per-device licensing. You need a free Synology Account to activate, but there are no ongoing costs regardless of how many PCs, servers, or VMs you backup. This makes it exceptional value compared to Veeam, Acronis, or other commercial solutions.

How much storage do I need for Active Backup?

With global deduplication, expect 50-70% storage reduction for similar Windows PCs. A rough estimate: total source data divided by 2-3, plus room for retention. Example: 10 PCs with 500GB each might need only 2-3TB after deduplication instead of 5TB.

Can I backup Macs with Active Backup?

No, Active Backup for Business only supports Windows PCs and Linux servers. For Macs, use Time Machine with your Synology NAS as the destination (enable via Control Panel → File Services → SMB → Advanced → Enable Time Machine), or use Synology Drive Client for file-level backup.

Does backup work over VPN for remote workers?

Yes. Remote PCs can backup over VPN connection to your NAS. For best results, use Synology's built-in VPN Server package or configure split tunneling to route only backup traffic through VPN. Initial backups may be slow over VPN - consider doing the first backup locally.

What's the difference between Active Backup and Hyper Backup?

Active Backup protects external devices (PCs, servers, VMs, cloud services) by backing up TO your NAS. Hyper Backup protects your NAS data by backing up FROM your NAS to external destinations (cloud storage, USB drives, another NAS). Most organizations need both for complete protection.

How long does the initial backup take?

Initial backup time depends on data size and network speed. Over gigabit: ~3-4 hours per 100GB. Over 2.5GbE: ~1.5 hours per 100GB. A typical 500GB PC takes 15-20 hours over gigabit for the first backup. Subsequent incremental backups typically complete in minutes.

Conclusion

Active Backup for Business transforms your Synology NAS into a comprehensive backup solution rivaling commercial products costing thousands in licensing fees. With support for Windows PCs, physical servers, VMware/Hyper-V VMs, and Microsoft 365, it provides complete infrastructure protection - all completely free.

For best results, ensure your NAS has adequate RAM (8GB+ recommended for 10+ devices), use Btrfs file system for deduplication benefits, and consider network upgrades for larger deployments. Most importantly, create recovery media and test restores regularly - backups are only valuable if they work when you need them.

The combination of zero licensing costs, global deduplication, and enterprise features makes Active Backup for Business one of the most compelling reasons to choose Synology for your backup infrastructure.

Last Updated: February 2026