💾 Archived View for freeshell.de › tldr › restic.gmi captured on 2024-02-05 at 11:57:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

restic

A backup program that aims to be fast, secure and efficient.

More information.

restic init --repo {path/to/repository}
restic --repo {path/to/repository} backup {path/to/directory}
restic --repo {path/to/repository} snapshots
restic --repo {path/to/repository} restore {latest|snapshot_id} --target {path/to/target}
restic --repo {path/to/repository} restore {snapshot_id} --target {path/to/target} --include {path/to/restore}
restic forget --keep-last 1 --prune
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY