
fbird_restore 명령어의 --include 옵션은 특정 파일 또는 폴더를 포함시키기 위해 사용됩니다.
--include 옵션의 기본 형식은 다음과 같습니다.
#hostingforum.kr
bash
fbird_restore --include=경로/파일명
예를 들어, 특정 폴더를 포함시키는 경우 다음과 같이 사용할 수 있습니다.
#hostingforum.kr
bash
fbird_restore --include=/경로/폴더명
또는 특정 파일을 포함시키는 경우 다음과 같이 사용할 수 있습니다.
#hostingforum.kr
bash
fbird_restore --include=/경로/파일명
여러 파일 또는 폴더를 포함시키려면 --include 옵션을 여러 번 사용하거나, 경로에 여러 파일 또는 폴더를 지정할 수 있습니다.
#hostingforum.kr
bash
fbird_restore --include=/경로/파일명1 --include=/경로/파일명2
또는
#hostingforum.kr
bash
fbird_restore --include=/경로/파일명1,/경로/파일명2
fbird_restore 명령어의 --include 옵션은 경로와 파일명 사이에 '/'를 사용하여 구분합니다.
2025-07-23 06:26