Skip to content

Commit

Permalink
chore: typo in date command
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 18, 2024
1 parent 43e1e32 commit 8d5c1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/dom0/files/backup/qusal.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8d5c1c9

Please sign in to comment.