qusal/salt/dom0/files/backup/qusal.conf.example
Ben Grande 1b2f1ba941
fix: avoid operand evaluation as argument
Explicit end option parsing as the shell can be quite dangerous without
it.
2024-08-06 17:13:25 +02:00

27 lines
624 B
YAML

# SPDX-FileCopyrightText: 2023 - 2024 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-$(date +%Y-%m-%d-%H-%M-%S) >/dev/null'
## $ qvm-backup-find-last backup-ssh /dir/ 'ssh backup'
## $ qvm-backup-restore --verify-only -d backup-ssh \
## "ssh backup cat /dir/qubes-backup-file"
# vim: ft=yaml