버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

코드 블럭
linenumberstrue
# ls -1F /var/lib/sympa/arc
abc@lists.kreonet.net/
chumdan-member-notice@lists.kreonet.net/
chumdan-offer-notice@lists.kreonet.net/
kreonet-news@lists.kreonet.net/
...

# tree -F /var/lib/sympa/arc/abc@lists.kreonet.net
/var/lib/sympa/arc/abc@lists.kreonet.net/
└── 2024-05/
    ├── arctxt/
    │   ├── 1
    │   ├── 3
    │   ├── 4
    │   └── 5
    ├── index
    ├── mail1.html
    ├── msg00000.html
    ├── msg00001.html
    ├── msg00002.html
    ├── msg00003/
    │   └── pdf_XmHk_mVow.pdf
    ├── msg00003.html
    ├── png1uI1wn0Nsd.png
    ├── pngAHRaayG7tc.png
    ├── pngKVhy2cm_JJ.png
    └── thrd1.html


# arctxt 안의 파일은 EML 파일임
# head -n 30 /var/lib/sympa/arc/abc@lists.kreonet.net/2024-05/arctxt/1
Return-Path: ...
X-Original-To: abc@lists.kreonet.net
Delivered-To: abc@lists.kreonet.net
Received-SPF: pass ...
Received: from ...
DKIM-Signature: ...
From: ...
To: abc@lists.kreonet.net
Content-Type: multipart/alternative;
 boundary="7887C27E4DC943AE81750E58909BE32C90"
Subject: [abc] =?UTF-8?B?66as7Iqk7Yq4IOyEnOu5hOyKpOulvCDsi5zsnpHtlanri4g=?=
 =?UTF-8?B?64ukIQ==?=


아카이브 마이그레이션 방법

(요약) arctxt 디렉터리에 EML 파일 넣고 rebuild arc

1) /var/lib/sympa/arc/<list-name>@<sympa-domain-name> 디렉터리 생성

...