From 0251ed63d5d63474d5ce9dadedec3b270448ba50 Mon Sep 17 00:00:00 2001 From: Rusty Bird Date: Sat, 15 Apr 2023 11:08:35 +0000 Subject: [PATCH] Update to a plausible timestamp in the backup ID too --- user/how-to-guides/backup-emergency-restore-v4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/how-to-guides/backup-emergency-restore-v4.md b/user/how-to-guides/backup-emergency-restore-v4.md index b42d400b..0d318b5e 100644 --- a/user/how-to-guides/backup-emergency-restore-v4.md +++ b/user/how-to-guides/backup-emergency-restore-v4.md @@ -115,13 +115,13 @@ any GNU/Linux system. compressed=True compression-filter=gzip hmac-algorithm=scrypt - backup-id=20161020T123455-1234 + backup-id=20230405T123455-1234 5. Set `backup_id` to the value in the last line of `backup-header`. (Note that there is a hyphen in `backup-id` in the file, whereas there is an underscore in `backup_id` in the variable you're setting.) - [user@restore ~]$ backup_id=20161020T123455-1234 + [user@restore ~]$ backup_id=20230405T123455-1234 6. Verify and decrypt, decompress, and extract the `qubes.xml` file.