mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-11 07:29:33 -05:00
fix: convert backup profile to example type
This commit is contained in:
parent
d984da54a0
commit
f3953ebd24
@ -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
|
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.
|
rules, a tool `qubes-kde-win-rules` is provided to assist you.
|
||||||
|
|
||||||
Qubes backup has also improved, you may use `qvm-backup --profile qusal`,
|
Qubes backup has also improved, you have a profile provided as an example on
|
||||||
the profile provided is an example. Use the tool `qvm-backup-find-last` to
|
how to do backups with native Qubes OS tools. Use the tool
|
||||||
find the last Qubes Backup made locally to a qube or a remote system, this
|
`qvm-backup-find-last` to find the last Qubes Backup made locally to a qube or
|
||||||
facilitates verifying the last backup made with `qvm-backup-restore
|
a remote system, this facilitates verifying the last backup made with
|
||||||
--verify-only`. An example is provided in /etc/qubes/backup/qusal.conf.
|
`qvm-backup-restore --verify-only`. An example is provided in
|
||||||
|
`/etc/qubes/backup/qusal.conf.example`.
|
||||||
|
@ -14,9 +14,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
|||||||
|
|
||||||
"{{ slsdotpath }}-backup-profile":
|
"{{ slsdotpath }}-backup-profile":
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/qubes/backup/qusal.conf
|
- name: /etc/qubes/backup/qusal.conf.example
|
||||||
- source: salt://{{ slsdotpath }}/files/backup/qusal.conf
|
- source: salt://{{ slsdotpath }}/files/backup/qusal.conf.example
|
||||||
- mode: '0755'
|
- mode: '0644'
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: qubes
|
||||||
- replace: False
|
- makedirs: True
|
||||||
|
Loading…
Reference in New Issue
Block a user