浏览代码

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 密钥 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.


正在加载...
取消
保存