restic

빠르고 안전한 백업 프로그램. 더 많은 정보: https://restic.net.

restic init --repo {{경로/대상/저장소}}

restic --repo {{경로/대상/저장소}} backup {{경로/대상/폴더}}

restic --repo {{경로/대상/저장소}} snapshots

restic --repo {{경로/대상/저장소}} restore {{latest|스냅샷_ID}} --target {{경로/대상/타겟}}

restic --repo {{경로/대상/저장소}} restore {{스냅샷_ID}} --target {{경로/대상/타겟}} --include {{경로/대상/복원}}

restic forget --keep-last 1 --prune