Difference between revisions of "Restic"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* https://github.com/restic/restic
 
* 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 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 ==
 
== Related ==
 
* [[Kubernetes Backup Operator (K8up)]]
 
* [[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

Advertising: