Difference between revisions of "Restic"
Jump to navigation
Jump to search
(Created page with "wikipedia:Restic == See also == * {{K8s backups}} Category:K8s") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:Restic]] | [[wikipedia:Restic]] | ||
+ | * https://restic.net/ | ||
+ | * https://github.com/restic/restic | ||
+ | |||
+ | * [[apt install restic]] | ||
+ | |||
+ | |||
+ | [[restic init|restic -r /tmp/restic-repo init]] | ||
+ | [[restic init|restic -r /tmp/restic-repo backup .]] | ||
+ | |||
+ | |||
+ | * [[restic --help]] | ||
+ | |||
+ | * [[restic init]] | ||
+ | * [[restic backup]] | ||
+ | * [[restic snapshots]] | ||
+ | * [[restic prune]] | ||
+ | * <code>[[restic forget]] --keep-last, --keep-hourly, --keep-daily, --keep-weekly, --keep-monthly, --keep-yearly</code> | ||
+ | |||
+ | |||
+ | |||
+ | [[set -o pipefail]] | ||
+ | [[mysqldump]] [...] | restic -r /srv/restic-repo backup --stdin | ||
+ | |||
+ | == Related == | ||
+ | * [[Kubernetes Backup Operator (K8up)]] | ||
+ | * [[Wasabi]] | ||
+ | * [[Stash]] | ||
== See also == | == See also == | ||
+ | * {{restic}} | ||
* {{K8s backups}} | * {{K8s backups}} | ||
[[Category:K8s]] | [[Category:K8s]] | ||
+ | [[Category:Backups]] |
Latest revision as of 11:35, 12 December 2023
restic -r /tmp/restic-repo init restic -r /tmp/restic-repo backup .
- restic init
- restic backup
- restic snapshots
- restic prune
restic forget --keep-last, --keep-hourly, --keep-daily, --keep-weekly, --keep-monthly, --keep-yearly
set -o pipefail mysqldump [...] | restic -r /srv/restic-repo backup --stdin
Related[edit]
See also[edit]
Advertising: