summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2021-07-03 21:55:01 +0200
committerGitHub <noreply@github.com>2021-07-03 21:55:01 +0200
commit5bcb49475fe467c3987cd4bfc7667d4fc781239a (patch)
treef6fe24e3bdf8844ac5b10b8770372054084f325b /nixos/doc
parent7bedfcf6a1c68aa783bbaa906f3803fb1928b22e (diff)
parentc6ba881c8d4db240defc00eb6a3705ba3f75a170 (diff)
downloadnixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar.gz
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar.bz2
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar.lz
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar.xz
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.tar.zst
nixpkgs-5bcb49475fe467c3987cd4bfc7667d4fc781239a.zip
Merge pull request #127479 from symphorien/btrbk-module
nixos/btrbk: add module and test
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index f3c4d146685..2a285669efe 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -27,6 +27,15 @@
     <itemizedlist>
       <listitem>
         <para>
+          <link xlink:href="https://digint.ch/btrbk/index.html">btrbk</link>,
+          a backup tool for btrfs subvolumes, taking advantage of btrfs
+          specific capabilities to create atomic snapshots and transfer
+          them incrementally to your backup locations. Available as
+          <link xlink:href="options.html#opt-services.brtbk.instances">services.btrbk</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <link xlink:href="https://github.com/maxmind/geoipupdate">geoipupdate</link>,
           a GeoIP database updater from MaxMind. Available as
           <link xlink:href="options.html#opt-services.geoipupdate.enable">services.geoipupdate</link>.
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 536c77fb788..0de63a46199 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -10,6 +10,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 ## New Services {#sec-release-21.11-new-services}
 
+- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).
+
 - [geoipupdate](https://github.com/maxmind/geoipupdate), a GeoIP database updater from MaxMind. Available as [services.geoipupdate](options.html#opt-services.geoipupdate.enable).
 
 - [sourcehut](https://sr.ht), a collection of tools useful for software development. Available as [services.sourcehut](options.html#opt-services.sourcehut.enable).