Commit a6aa0fa0 authored by JooHan Hong's avatar JooHan Hong

system/db backup modify4

parent fa395a02
Pipeline #7016 passed with stages
in 1 minute and 1 second
...@@ -389,6 +389,7 @@ find $incdir/ -ctime +${inc} -exec rm -rf {} \; ...@@ -389,6 +389,7 @@ find $incdir/ -ctime +${inc} -exec rm -rf {} \;
``` ```
> 위의 스크립트의 핵심내역은 전체백업을 먼저 진행한 후 백업된 전체 본을 증분(`--incremental-basedir`)한다. > 위의 스크립트의 핵심내역은 전체백업을 먼저 진행한 후 백업된 전체 본을 증분(`--incremental-basedir`)한다.
> 만약 Slave Replication 서버에 대한 백업을 수행하려면, 변수 slave="yes" 로 한다. 참고적으로 그 이유는 mariabackup 시 Slave 정보가 필요하기 때문이다. > 만약 Slave Replication 서버에 대한 백업을 수행하려면, 변수 slave="yes" 로 한다. 참고적으로 그 이유는 mariabackup 시 Slave 정보가 필요하기 때문이다.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment