mirror of
https://github.com/ben-grande/qusal.git
synced 2025-09-27 19:50:52 -04:00
refactor: initial commit
This commit is contained in:
commit
5eebd789ed
591 changed files with 18598 additions and 0 deletions
22
salt/dom0/files/backup/qusal.conf
Normal file
22
salt/dom0/files/backup/qusal.conf
Normal file
|
@ -0,0 +1,22 @@
|
|||
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
## Sample backup profile
|
||||
---
|
||||
include:
|
||||
- dev
|
||||
- vault
|
||||
- sys-git
|
||||
- sys-ssh-agent
|
||||
exclude:
|
||||
- "@tag:skip-backup"
|
||||
- "@type:TemplateVM"
|
||||
|
||||
compression: true
|
||||
passphrase_text: my-password
|
||||
|
||||
destination_vm: backup-ssh
|
||||
destination_path: ssh backup 'cat | tee /dir/qubes-backup-$(data +%Y-%m-%d-%H-%M-%S) >/dev/null'
|
||||
|
||||
# vim: ft=yaml
|
Loading…
Add table
Add a link
Reference in a new issue