mirror of
https://github.com/ThunixdotNet/documentation.git
synced 2026-01-24 03:50:19 +00:00
Add restore process usage
This commit is contained in:
7
backup.8
7
backup.8
@@ -15,8 +15,11 @@ The files matching patterns listed in ~/.thunix/nobackup will be excluded.
|
|||||||
Cycle: Full weekly and incrementals daily.
|
Cycle: Full weekly and incrementals daily.
|
||||||
|
|
||||||
Incremental backup restore process:
|
Incremental backup restore process:
|
||||||
First extract files from the full backup.
|
Extract files from the full backup:
|
||||||
Then extract files in the correct order from each incremental 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
|
.SH BUGS
|
||||||
No known bugs.
|
No known bugs.
|
||||||
|
|||||||
Reference in New Issue
Block a user