summary refs log tree commit diff
path: root/nixos/modules/services/backup/tarsnap.nix
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-03-08 08:00:56 -0600
committerAustin Seipp <aseipp@pobox.com>2014-03-08 08:00:56 -0600
commit881bb235d9cbca120f061ee0d188a1f4fcd5a79f (patch)
treecf8332302b73a6170ac6f52a6db079a642372abf /nixos/modules/services/backup/tarsnap.nix
parentfb055c10f6ef824d9ac7bee546bb8163064a9104 (diff)
downloadnixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar.gz
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar.bz2
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar.lz
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar.xz
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.tar.zst
nixlib-881bb235d9cbca120f061ee0d188a1f4fcd5a79f.zip
nixos: tarsnap module documentation updates
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'nixos/modules/services/backup/tarsnap.nix')
-rw-r--r--nixos/modules/services/backup/tarsnap.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/nixos/modules/services/backup/tarsnap.nix b/nixos/modules/services/backup/tarsnap.nix
index 03fbd29a191d..ac8f008069a6 100644
--- a/nixos/modules/services/backup/tarsnap.nix
+++ b/nixos/modules/services/backup/tarsnap.nix
@@ -33,8 +33,9 @@ in
           service called <literal>tarsnap-backup</literal> which is
           periodically run by cron, or you may run it on-demand.
 
-          See <link xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting Started</link> 
-          Tarsnap page.
+          See the Tarsnap <link
+          xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting
+          Started</link> page.
         '';
       };
 
@@ -46,7 +47,7 @@ in
           full name will be
           <literal>label-$(date+"%Y%m%d%H%M%S")</literal>. For
           example, by default your backups will look similar to
-          <literal>nixos-20140301021501</literal>.
+          <literal>nixos-20140301011501</literal>.
         '';
       };
 
@@ -110,8 +111,8 @@ in
         default = "15 01 * * *";
         description = ''
           This option defines (in the format used by cron) when
-          tarsnap is run for backups.  The default is to update at
-          01:15 at night every day.
+          tarsnap is run for backups. The default is to backup the
+          specified paths at 01:15 at night every day.
         '';
       };