Переглянути джерело

Update docs/configuring-playbook-backup-borg.md: remove the instruction about creating a backup without encryption

It is generally not recommended to store unencrypted backups on computers which you do not own, so this commit removes it from the guide.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3943/head
Suguru Hirahara 1 рік тому
джерело
коміт
6d2e847a8e
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E4F9743DAB4B7B75
1 змінених файлів з 0 додано та 10 видалено
  1. +0
    -10
      docs/configuring-playbook-backup-borg.md

+ 0
- 10
docs/configuring-playbook-backup-borg.md Переглянути файл

@@ -95,16 +95,6 @@ backup_borg_retention_keep_monthly: 12
backup_borg_retention_keep_yearly: 2
```

### Backup without encryption (optional)

To backup without encryption, add the following configuration to your `vars.yml` file:

```yaml
backup_borg_encryption: 'none'
```

This will also enable the `backup_borg_unknown_unencrypted_repo_access_is_ok` variable.

### Edit the backup schedule (optional)

By default the backup will run 4 a.m. every day based on the `backup_borg_schedule` variable. It is defined in the format of systemd timer calendar.


Завантаження…
Відмінити
Зберегти