Add restore process usage

This commit is contained in:
Blade of Darkness 2021-10-06 18:01:28 +02:00
parent 8191bef242
commit 216d899829
1 changed files with 5 additions and 2 deletions

View File

@ -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.