잠금 없는 중복 제거 클라우드 백업 도구. 더 많은 정보: https://github.com/gilbertchen/duplicacy/wiki.
duplicacy init -e {{snapshot_id}} {{sftp://user@192.168.2.100/path/to/storage/}}
duplicacy backup
duplicacy list
duplicacy restore -r {{revision}}
duplicacy check
duplicacy add {{스토리지_이름}} {{스냅샷_아이디}} {{스토리지_주소}}
duplicacy prune -r {{버전}}
m
일보다 오래된 버전에 대해 n
일마다 하나의 업데이트된 버전을 유지하여 버전을 정리:duplicacy prune -keep {{n:m}}