restic

A backup program that aims to be fast, secure and…

restic

A backup program that aims to be fast, secure and efficient. More information: https://restic.net.

restic init -r {{path/to/repository}}

restic -r {{path/to/repository}} backup {{path/to/directory}}

restic -r {{path/to/repository}} snapshots

restic -r {{path/to/repository}} restore {{snapshot_id}} {{path/to/target}}

restic -r {{path/to/repository}} --include {{path/to/restore}} --target {{path/to/target}} restore {{snapshot_id}}

restic forget --keep-last 1 --prune

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← repren resume →