documentation/backup.8

27 lines
622 B
Groff
Raw Normal View History

.TH backup 8 "24 September 2021" 1.0 "Thunix backup"
2021-09-24 22:24:56 +00:00
.SH NAME
backup - creating data backup script
2021-09-24 22:24:56 +00:00
.SH SYNOPSIS
backup
2021-09-24 22:24:56 +00:00
.SH DESCRIPTION
Thunix uses a daily cron job that runs /usr/local/bin/backup
2021-09-24 22:24:56 +00:00
script to store tar gzip compressed files located on local disk in BACKUP
Cycle: Full weekly and incrementals daily.
2021-09-24 22:24:56 +00:00
Incremental backup restore process:
First extract files from the full backup.
Then extract files in the correct order from each incremental backup.
.SH BUGS
No known bugs.
2021-09-24 22:24:56 +00:00
.SH SEE ALSO
tar(1), gzip(1), crontab(1), find(1), mysqldump(1)
2021-09-24 22:24:56 +00:00
.SH AUTHOR
The official Thunix wiki (http://wiki.thunix.net)