Difference between revisions of "Restic"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
* [[restic --help]] | * [[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> | ||
− | |||
Line 23: | Line 27: | ||
* [[Kubernetes Backup Operator (K8up)]] | * [[Kubernetes Backup Operator (K8up)]] | ||
* [[Wasabi]] | * [[Wasabi]] | ||
+ | * [[Stash]] | ||
== See also == | == See also == |
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: