Fast, secure, efficient backup program. 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