DEV Community

Tejas Patil
Tejas Patil

Posted on

Automate File Transfers to Azure Storage with Synology Cloud Sync

Managing file transfers efficiently between your local storage and Azure Storage can be a challenge, especially if you're looking for a no-code solution with scheduling and encryption. Instead of writing an API or setting up a cron job to push files, I discovered that Synology Cloud Sync provides a seamless way to sync files automatically to Azure Storage.

Why Synology Cloud Sync?

✅ No custom API required – Simple GUI-based setup.
✅ Automated scheduling – No need for additional cron jobs or scripts.
✅ One-way sync from local to cloud – Files remain on Azure even if deleted locally.
✅ Built-in encryption – Secure your data transfer.
✅ Fast and reliable – Optimized sync speeds.

Let's go through the step-by-step guide to set up Synology Cloud Sync for Azure Storage.


Step 1: Install Cloud Sync on Synology NAS
  1. Open Synology DSM and go to the Package Center.
  2. Search for Cloud Sync and install it.

Step 2: Select Azure Storage as Cloud Provider
  1. Launch Cloud Sync and click on the + (Add) button.
  2. Select Azure Storage from the list of cloud providers.
  3. Click Next.

Step 3: Configure Azure Storage Account
  1. Enter your Azure Storage Account Name.
  2. Copy the Access Key from your Azure portal.
  3. Choose the Blob Container where you want to sync files.
  4. Click Next.

Step 4: Configure Sync Settings
  1. Select your Local Folder on Synology NAS.
  2. Choose the Remote Path (Root Folder of Azure Storage container).
  3. Set the Sync Direction:
    • Upload local changes only (Recommended for backups).
    • Bidirectional sync (Keeps both local and cloud updated).
  4. Enable Advanced Consistency Check (for better reliability).
  5. Enable Data Encryption if required.
  6. Click Next.

Step 5: Adjust Sync Options
  1. In Task Settings, configure additional options:
    • Don't remove files from cloud if deleted locally (prevents accidental loss).
    • Enable Advanced Consistency Check for reliability.
  2. Click OK to finalize.

###### Step 6: Monitor and Verify Sync

  1. Go to Cloud Sync Dashboard and check the status.
  2. Verify files in Azure Storage via the Azure portal.
  3. Confirm the correct files have been uploaded.

With this setup, your Synology NAS will automatically sync files to Azure Storage, eliminating the need for manual uploads or custom scripts. Plus, you get scheduling, encryption, and easy UI-based management.

Top comments (0)