mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
23 lines
583 B
Plaintext
23 lines
583 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
"{{ slsdotpath }}-backup-find-script":
|
|
file.managed:
|
|
- name: /usr/local/bin/qvm-backup-find-last
|
|
- source: salt://{{ slsdotpath }}/files/bin/qvm-backup-find-last
|
|
- mode: '0755'
|
|
- user: root
|
|
- group: root
|
|
|
|
"{{ slsdotpath }}-backup-profile":
|
|
file.managed:
|
|
- name: /etc/qubes/backup/qusal.conf
|
|
- source: salt://{{ slsdotpath }}/files/backup/qusal.conf
|
|
- mode: '0755'
|
|
- user: root
|
|
- group: root
|
|
- replace: False
|