瀏覽代碼

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 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…
取消
儲存