Преглед изворни кода

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
No known key found for this signature in database GPG Key ID: 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.


Loading…
Откажи
Сачувај