chore: typo in date command

This commit is contained in:
Ben Grande 2024-06-18 10:45:47 +02:00
parent 43e1e320b3
commit 8d5c1c9bb4
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -17,7 +17,7 @@ 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'
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 \