중복제거 백업 도구. 파일시스템으로 마운트할 수 있는 로컬 또는 원격 저장소를 제작. 더 많은 정보: https://borgbackup.readthedocs.io/en/stable/usage/general.html.
borg init {{/저장소_디렉토리/의/경로}}
borg create --progress {{/저장소_디렉토리/의/경로}}::{{Monday}} {{/소스_디렉토리/의/경로}}
borg list {{/저장소_디렉토리/의/경로}}
borg extract {{user}}@{{host}}:{{/저장소_디렉토리/의/경로}}::{{Monday}} {{/타겟_디렉토리/의/경로}} --exclude '{{*.ext}}'
borg prune --keep-within {{7d}} --list {{/저장소_디렉토리/의/경로}}
borg mount {{/저장소_디렉토리/의/경로}}::{{Monday}} {{/마운트포인트/의/경로}}
borg create --help