From 881bb235d9cbca120f061ee0d188a1f4fcd5a79f Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sat, 8 Mar 2014 08:00:56 -0600 Subject: [PATCH] nixos: tarsnap module documentation updates Signed-off-by: Austin Seipp --- nixos/modules/services/backup/tarsnap.nix | 11 ++++++----- 1 file 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 tarsnap-backup which is periodically run by cron, or you may run it on-demand. - See Getting Started - Tarsnap page. + See the Tarsnap Getting + Started page. ''; }; @@ -46,7 +47,7 @@ in full name will be label-$(date+"%Y%m%d%H%M%S"). For example, by default your backups will look similar to - nixos-20140301021501. + nixos-20140301011501. ''; }; @@ -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. ''; };