fix: 백업 보존 7→28일(4세대) + 오프사이트 사본 - #196
Merged
Merged
Conversation
주 1회 실행 + 7일 회전 = 항상 1~2세대 → 손상 1개가 곧 무백업이었다 (08-31 실제로 1세대뿐). 28일 회전으로 4세대 확보. 백업이 원본과 다른 저장소여도 이 Mac 한 대에만 있으면 재해 복구가 아니다 — gpg 암호화본을 BACKUP_OFFSITE_DIR(iCloud Drive 등)로 복사, 같은 주기로 회전. 미설정 시 경고만 출력하고 진행(백업 자체를 막지 않는다). 삭제 데이터의 백업본 잔존 28일 트레이드오프는 pmlegal 06운영점검주기.md 에 기재. 실행 검증: 08-31 15:37 백업에서 iCloud 사본 생성 확인. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
리뷰 후속 2건.
BACKUP_OFFSITE_DIR설정 시 gpg 암호화본을 복사(iCloud Drive 등), 같은 주기로 회전. 미설정이면 경고만 — 백업 자체는 막지 않음.bash -n통과.🤖 Generated with Claude Code