Merge pull request #108955 from asymmetric/tarsnap-doc-format
modules/tarsnap: document timestamp format
This commit is contained in:
commit
329e70e0cd
1 changed files with 3 additions and 8 deletions
|
@ -29,13 +29,7 @@ in
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.tarsnap = {
|
services.tarsnap = {
|
||||||
enable = mkOption {
|
enable = mkEnableOption "periodic tarsnap backups";
|
||||||
type = types.bool;
|
|
||||||
default = false;
|
|
||||||
description = ''
|
|
||||||
Enable periodic tarsnap backups.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
keyfile = mkOption {
|
keyfile = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
@ -279,7 +273,8 @@ in
|
||||||
Tarsnap archive configurations. Each attribute names an archive
|
Tarsnap archive configurations. Each attribute names an archive
|
||||||
to be created at a given time interval, according to the options
|
to be created at a given time interval, according to the options
|
||||||
associated with it. When uploading to the tarsnap server,
|
associated with it. When uploading to the tarsnap server,
|
||||||
archive names are suffixed by a 1 second resolution timestamp.
|
archive names are suffixed by a 1 second resolution timestamp,
|
||||||
|
with the format <literal>%Y%m%d%H%M%S</literal>.
|
||||||
|
|
||||||
For each member of the set is created a timer which triggers the
|
For each member of the set is created a timer which triggers the
|
||||||
instanced <literal>tarsnap-archive-name</literal> service unit. You may use
|
instanced <literal>tarsnap-archive-name</literal> service unit. You may use
|
||||||
|
|
Loading…
Reference in a new issue