# Securing your Backup against Ransomware

To better protect your backups against unauthorized access and types of Malware such as Ransomware, we recommend locking the application when not in use.

{% hint style="info" %}
As of September 1st 2023, the backup application will lock automatically when it is closed. Each time the application is opened, you will be required to enter the backup account username and password.
{% endhint %}

* Open the eazyBackup application, select "**Settings**" at the bottom left side menu,
* Select the "**Account**" button

<img src="https://eazybackup.com/wp-content/uploads/2020/06/Backup_Interface_Application_Settings.png" alt="" width="563">

* On the Account tab, click the "**Lock...**" button to the right of the Username field.
* If you confirm, the application will immediately lock and close. Your password is required to open the application again.
* Each time you login to the application, you must lock it again following the steps above.
* Locking the application will not interfere with scheduled backup jobs.

<img src="https://eazybackup.com/wp-content/uploads/2020/06/Backup_Interface_Lock.png" alt="" width="375">

#### Enable 2FA

As an additional layer of security, it is possible to enable Two Factor Authentication for access to the application. Please see this article for steps to [enable 2FA for your backup account](/guides/two-factor-authentication-for-backup-accounts.md).

{% content-ref url="/pages/BHlJxkMwg0vAcPMqTaxQ" %}
[Two-Factor Authentication for Backup Accounts](/guides/two-factor-authentication-for-backup-accounts.md)
{% endcontent-ref %}

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eazybackup.com/guides/securing-your-backup-against-ransomware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
