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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Backup
  • Getting started
    • All guides
    • Activating the service
    • Viewing operations with resources
    • Viewing backup statistics
    • Service overview
    • Connecting a VM and BareMetal servers to the service
    • Backup policies
    • Backups
    • Interaction with an antivirus
    • Cloud Backup agent
    • Quotas
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • Troubleshooting

In this article:

  • How to detect the antivirus affects backups
  • Solution
  1. Concepts
  2. Interaction with an antivirus

Interaction with an antivirus

Written by
Yandex Cloud
Updated at April 18, 2025
  • How to detect the antivirus affects backups
  • Solution

Backup policies in Yandex Cloud Backup provide an option for quick backups: fastBackupEnabled. When creating an incremental backup under such a policy, the Cloud Backup agent checks not all files but only those of them whose size or last accessing time changed. This allows creating incremental backups faster.

After an antivirus run, creating an incremental backup under a policy with enabled quick backups can take much longer than usual. This is because the antivirus changes the access time (last accessing time) value for each file being scanned. When creating another incremental copy, the Cloud Backup agent checks the disk in block mode and backs up the whole disk if it detects data in blocks has changed.

At the same time, the final size of an incremental backup does not change much: algorithms detect actual data on the disk has not changed.

How to detect the antivirus affects backupsHow to detect the antivirus affects backups

The antivirus affects quick backups in the following cases:

  • You are using Linux.
  • The antivirus performed a scan before the backup start.
  • The Cloud Backup agent has processed the whole disk to create an incremental copy.
  • The final backup size is comparable with previous incremental copies.
  • The time required to create an incremental copy of a VM or BareMetal server has increased drastically.

SolutionSolution

  • If backup time is not crucial, you can ignore the antivirus impact.

  • However, if backup time is crucial and exceeds the allocated period, we recommend changing the volume mounting settings in fstab and disabling the access time parameter. To do this, specify the noatime parameter for the mounting point of a disk volume or partition in the /etc/fstab file.

For example:

/dev/mapper/vg1-disk /storage auto rw,noatime 0 0

or

mount -t ext4 /dev/mapper/vg1-disk /storage -o rw,noatime

In this case, access time (atime) is not written to the disk, and the antivirus scan does not affect backups.

Was the article helpful?

Previous
Backups
Next
Cloud Backup agent
Yandex project
© 2025 Yandex.Cloud LLC