fix: convert backup profile to example type

This commit is contained in:
Ben Grande 2024-02-24 22:58:15 +01:00
parent d984da54a0
commit f3953ebd24
3 changed files with 11 additions and 10 deletions

View File

@ -40,8 +40,9 @@ You may have noticed the desktop experience in Dom0 has enhanced. You are
using KDE now. You can enforce domains to appear in certain activity with KWin
rules, a tool `qubes-kde-win-rules` is provided to assist you.
Qubes backup has also improved, you may use `qvm-backup --profile qusal`,
the profile provided is an example. Use the tool `qvm-backup-find-last` to
find the last Qubes Backup made locally to a qube or a remote system, this
facilitates verifying the last backup made with `qvm-backup-restore
--verify-only`. An example is provided in /etc/qubes/backup/qusal.conf.
Qubes backup has also improved, you have a profile provided as an example on
how to do backups with native Qubes OS tools. Use the tool
`qvm-backup-find-last` to find the last Qubes Backup made locally to a qube or
a remote system, this facilitates verifying the last backup made with
`qvm-backup-restore --verify-only`. An example is provided in
`/etc/qubes/backup/qusal.conf.example`.

View File

@ -14,9 +14,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
"{{ slsdotpath }}-backup-profile":
file.managed:
- name: /etc/qubes/backup/qusal.conf
- source: salt://{{ slsdotpath }}/files/backup/qusal.conf
- mode: '0755'
- name: /etc/qubes/backup/qusal.conf.example
- source: salt://{{ slsdotpath }}/files/backup/qusal.conf.example
- mode: '0644'
- user: root
- group: root
- replace: False
- group: qubes
- makedirs: True