meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:backup:borg [2025/12/08 19:45] – created niziaklinux:backup:borg [2025/12/09 08:44] (current) niziak
Line 1: Line 1:
 ====== borg backup ====== ====== borg backup ======
  
 +Important help:
 +  * [[https://www.borgbackup.org/releases/borg-2.0.html|Borg 2.0 (preliminary information)]]
 +  * [[https://borgbackup.readthedocs.io/en/master/usage/general.html#environment-variables|Environment Variables]]
 +  * [[https://borgbackup.readthedocs.io/en/master/quickstart.html#automating-backups|Automating backups]]
 +
 +Important info:
 +  * [[https://borgbackup.readthedocs.io/en/stable/faq.html#can-i-safely-change-the-compression-level-or-algorithm|Can I safely change the compression level or algorithm?]]
 +  
 <code bash> <code bash>
 apt install borgbackup2 apt install borgbackup2
Line 31: Line 39:
 </code> </code>
  
-[[https://borgbackup.readthedocs.io/en/master/quickstart.html#automating-backups|Automating backups]] 
  
 <file bash backup.sh> <file bash backup.sh>