nixos: tarsnap module documentation updates

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-03-08 08:00:56 -06:00
parent fb055c10f6
commit 881bb235d9

View File

@ -33,8 +33,9 @@ in
service called <literal>tarsnap-backup</literal> which is service called <literal>tarsnap-backup</literal> which is
periodically run by cron, or you may run it on-demand. periodically run by cron, or you may run it on-demand.
See <link xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting Started</link> See the Tarsnap <link
Tarsnap page. xlink:href='http://www.tarsnap.com/gettingstarted.html'>Getting
Started</link> page.
''; '';
}; };
@ -46,7 +47,7 @@ in
full name will be full name will be
<literal>label-$(date+"%Y%m%d%H%M%S")</literal>. For <literal>label-$(date+"%Y%m%d%H%M%S")</literal>. For
example, by default your backups will look similar to 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 * * *"; default = "15 01 * * *";
description = '' description = ''
This option defines (in the format used by cron) when This option defines (in the format used by cron) when
tarsnap is run for backups. The default is to update at tarsnap is run for backups. The default is to backup the
01:15 at night every day. specified paths at 01:15 at night every day.
''; '';
}; };