From 216d899829a57043459c7910d34f46c212c3afce Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 6 Oct 2021 18:01:28 +0200 Subject: [PATCH] Add restore process usage --- backup.8 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backup.8 b/backup.8 index c1fc486..d3cea27 100644 --- a/backup.8 +++ b/backup.8 @@ -15,8 +15,11 @@ The files matching patterns listed in ~/.thunix/nobackup will be excluded. Cycle: Full weekly and incrementals daily. Incremental backup restore process: - First extract files from the full backup. - Then extract files in the correct order from each incremental backup. + Extract files from the full backup: + tar -x -f BACKUPS/DATE-full.tgz + + Then, extract files in the correct order, up to DATE, from each incremental backup: + tar -x -g /dev/null -f BACKUPS/DATE-incremental.tgz .SH BUGS No known bugs.