Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Tutorials
    • All tutorials
    • Migrating data to Yandex Cloud using Hystax Acura
    • Fault protection with Hystax Acura
    • Configuring an SFTP server based on CentOS 7
    • VM backups using Hystax Acura
    • Backing up to Object Storage with MSP360 Backup (CloudBerry Desktop Backup)
    • Backing up to Object Storage via Duplicati
    • Backing up to Object Storage with Bacula
    • Backing up to Yandex Object Storage with Veeam Backup
    • Backing up to Object Storage with Veritas Backup Exec
    • Managed Service for Kubernetes cluster backups in Object Storage
    • Deploying GlusterFS in high availability mode
    • Deploying GlusterFS in high performance mode
    • Replicating logs to Object Storage using Data Streams
    • Replicating logs to Object Storage using Fluent Bit
    • Using Object Storage in Yandex Data Processing
    • Connecting a BareMetal server to Cloud Backup

In this article:

  • Getting started
  • Required paid resources
  • Create a bucket
  • Set up a service account
  • Install Duplicati
  • Configure Duplicati
  • Test backup
  • How to delete the resources you created
  1. Storing and recovering data
  2. Backing up to Object Storage via Duplicati

Yandex Object Storage backup with Duplicati

Written by
Yandex Cloud
Updated at May 7, 2025
  • Getting started
    • Required paid resources
  • Create a bucket
  • Set up a service account
  • Install Duplicati
  • Configure Duplicati
  • Test backup
  • How to delete the resources you created

You can use Yandex Object Storage for data backup and recovery using Duplicati.

To set up backup in Object Storage using Duplicati:

  1. Get your cloud ready.
  2. Create a bucket.
  3. Set up a service account.
  4. Install Duplicati.
  5. Set up Duplicati.
  6. Test backup.

If you no longer need the resources you created, delete them.

Getting startedGetting started

Sign up in Yandex Cloud and create a billing account:

  1. Navigate to the management console and log in to Yandex Cloud or register a new account.
  2. On the Yandex Cloud Billing page, make sure you have a billing account linked and it has the ACTIVE or TRIAL_ACTIVE status. If you do not have a billing account, create one and link a cloud to it.

If you have an active billing account, you can navigate to the cloud page to create or select a folder for your infrastructure to operate in.

Learn more about clouds and folders.

Required paid resourcesRequired paid resources

The cost of Duplicati backup includes:

  • Fee for data storage (see Yandex Object Storage pricing).
  • Fee for data operations (see Yandex Object Storage pricing).
  • Fee for outbound traffic from Yandex Cloud to the internet (see Yandex Object Storage pricing).

Create a bucketCreate a bucket

To create a bucket for backups:

Management console
  1. Go to the Yandex Cloud management console and select the folder to perform the operations in.
  2. On the folder page, click Create resource and select Bucket.
  3. In the ** Name** field, enter a name for the bucket consistent with the naming conventions:
  4. In the Object read access, Object listing access, and Read access to settings fields, select Restricted.
  5. Specify the maximum size of the bucket in GB.
  6. Click Create bucket.

Set up a service accountSet up a service account

In Object Storage, you back up data under a service account. If you do not have a service account, create one.

To create a service account:

  1. Assign the storage.editor role to the service account.
  2. Create a static access key. Save the ID and secret key. After closing the window, the private key properties will no longer be available.

Install DuplicatiInstall Duplicati

Windows
Linux/macOS
  1. Install Microsoft .NET Framework, version 4.6.2 or higher.
  2. Install Duplicati.
  1. Install Mono.
  2. Install Duplicati.

Configure DuplicatiConfigure Duplicati

To configure Duplicati to work with Object Storage:

  1. Run Duplicati. If required, set a password for your account.
  2. Click Add backup.
  3. Select Configure a new backup and click Next.
  4. Enter the backup plan name: Yandex Cloud. If you chose to encrypt the backup (AES-256 encryption or GNU Privacy Guard), enter the password and confirm it. Click Next.
  5. In the Storage Type field, select S3 compatible.
  6. In the Server field, select Custom server URL. In the field that appears, enter the address: storage.yandexcloud.net/.
  7. In the Bucket name field, enter a name for your bucket.
  8. In the AWS Access ID field, enter the static access key ID.
  9. In the AWS Access Key field, enter the secret key.
  10. To make sure the settings are correct, click Test connection. In the window that opens, click No.
  11. If successful, a window will appear saying Connection worked!. After you check the settings, click Next.
  12. Select the files you want to back up from your computer. Click Next.
  13. Set the backup schedule or deselect the Automatically run backups option to create backups manually. Click Next.
  14. Specify the volume size and set the storage duration. Click Save.

Test backupTest backup

To test backup:

  1. In the Duplicati interface, click Home.
  2. In the list of backup plans next to the Yandex Cloud plan, click Run now. Wait for the operation to complete.
  3. In the Yandex Cloud management console, select the folder with the backup bucket.
  4. Select Object Storage.
  5. Open the bucket with backups and check whether all the relevant were copied.

For more information about restoring data from a backup, see this Duplicati article.

How to delete the resources you createdHow to delete the resources you created

To stop paying for the resources you created:

  1. Delete the objects from the bucket.
  2. Delete the bucket.

Was the article helpful?

Previous
Backing up to Object Storage with MSP360 Backup (CloudBerry Desktop Backup)
Next
Backing up to Object Storage with Bacula
© 2025 Direct Cursus Technology L.L.C.